5. Bank accounts

Step by step of how to create, update and delete bank accounts.

📑 Summary

  • Objective
  • Functionalities
  • Bank account Creation
  • Bank account Update
  • Bank account Delete

Objective


The bank accounts is a information about some brazilian bank account whick will receive the transferred values. This guide will explain how to create, update and delete bank accounts.

Functionalities


Through the bank account module, it is possible to:

Bank account Creation


In the following table, you can see the values to create a brazilian bank account registry:

Field NamerequiredDescription
typetrueType of brazilian account (CC or CP)..
agencytrueNumber to identify bank agency(Eg.: 0001).
agencyDigitfalseNumber to identify bank agency digit(Eg.: 1).
accounttrueNumber to indentify bank account(Eg.: 123456).
accountDigitfalseNumber to indentify bank account digit(Eg.: 1).
bankCodetrueCode to refer to the Brazilian bank(Eg.: 260).
ispbfalseCode to identify bank inside of BACEN system.

Create bank account API Guide

Bank account Update


It is possible to update any optional attributes partially using the endpoint Update bank account .

Bank account Delete


It is possible to delete a bank account using the endpoint Delete bank account giving the id as parameter .