BankAccountInfo
Jump to navigation
Jump to search
BankAccountInfo structure
The BankAccountInfo structure contains information about a bank account during the topup process.
API usage
This structure is used by the following API endpoints:
Properties
| Property name | Property type | Limitations and constraints | Description |
|---|---|---|---|
| BBAN | string | The bank account number of the account in local format | |
| BankAddress | string | The street address of the bank | |
| BankName | string | The name of the bank | |
| Comment | string | The comment you must add to the transfer to connect it with the topup | |
| IBAN | string | Valid IBAN format | The bank account number of the account in IBAN format |
| Recipient | string | The name of the transfer's recipient | |
| SwiftCode | string | The swift code of the bank at which the account is opened |