BR Bank account Transaction Details
Details about a payment with customer's BR Bank account.
instrumentIdstring
Instrument ID.
Example:
123456789instrumentTypestring
Represents the type of an instrument.
| Value | Description |
|---|---|
| CARD | Card |
| PREPAID_CARD | Prepaid Card |
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| US_BANK_ACCOUNT | US Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
Possible values: [CARD, PREPAID_CARD, SEPA_BANK_ACCOUNT, US_BANK_ACCOUNT, UK_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT]
accountNumberstringrequired
The bank account number.
Possible values: >= 2 characters and <= 12 characters
branchCodestringrequired
The code of the bank branch.
Possible values: >= 4 characters and <= 7 characters
bankCodeIdstringrequired
The Bank code id. Represents the id by which the bank code is recognized in EW.
accountTypestringrequired
Type of bank account
Possible values: [CHECKING, SAVINGS]
BR Bank account Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"accountNumber": "string",
"branchCode": "string",
"bankCodeId": "string",
"accountType": "CHECKING"
}