BR Bank account
Brazil Bank account
Required Fields:
- accountNumber
- branchCode
- bankCodeId
- accountType
The instrument id
The customer to which this instrument belongs.
5435323362Represents the type of the instrument.
| Value | Description |
|---|---|
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| US_BANK_ACCOUNT | US Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
| CLABE_BANK_ACCOUNT | CLABE Bank account |
| CARD | Card |
| QR_CODE | QR Code |
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT, CLABE_BANK_ACCOUNT, CARD, QR_CODE]
CARDIs the instrument externally verified.
falseThe instrument status.
Possible values: [VERIFIED, UNVERIFIED, VERIFICATION_REQUIRED, REJECTED]
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12ZThe bank account number.
Possible values: >= 2 characters and <= 12 characters
The code of the bank branch.
Possible values: >= 4 characters and <= 7 characters
The Bank code id. Represents the id by which the bank code is recognized in EW.
Type of bank account
Possible values: [CHECKING, SAVINGS]
{
"id": "string",
"customerId": "5435323362",
"instrumentType": "CARD",
"externallyVerified": false,
"status": "VERIFIED",
"creationTime": "2021-07-15T17:54:12Z",
"accountNumber": "string",
"branchCode": "string",
"bankCodeId": "string",
"accountType": "CHECKING"
}