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 Name | required | Description |
---|---|---|
type | true | Type of brazilian account (CC or CP).. |
agency | true | Number to identify bank agency(Eg.: 0001). |
agencyDigit | false | Number to identify bank agency digit(Eg.: 1). |
account | true | Number to indentify bank account(Eg.: 123456). |
accountDigit | false | Number to indentify bank account digit(Eg.: 1). |
bankCode | true | Code to refer to the Brazilian bank(Eg.: 260). |
ispb | false | Code to identify bank inside of BACEN system. |
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 .
Updated about 1 year ago