Request parameters
To get a list of bank accounts, make a POST /listBankAccounts
request specifying:
Name | Type | Required | Description |
---|---|---|---|
|
String |
|
DEPRECATED |
|
String |
|
A merchant code string holds a value to identify a merchant. Format:
|
Response parameters
The response contains a list of objects. Each object in the list holds data about one of the queried bank accounts.
Name | Type | Description | ||
---|---|---|---|---|
bankAccounts |
List |
|
A container object for bank account data objects.
| |
bankAccountsDeleteUnconfirmed |
List |
|
A container object for bank account data objects. It holds non-confirmed bank account entries marked for deletion.
| |
bankAccountsUpdateUnconfirmed |
List |
|
A container object for bank account data objects. It holds non-confirmed bank account entries marked for update.
| |
bankAccountDataSO |
Class |
|
A container object for bank account data.
| |
|-bankCity |
String |
|
The (main) city the bank operates from.
| |
|-bankCode |
String |
|
The code identifying the bank.
| |
-bankName |
String |
|
The name of the bank.
| |
|-bic |
String |
|
Business Identifier Code. | |
|-branchCode |
String |
|
The code identifying the bank branch office.
| |
|-checkCode |
String |
|
Code check. It corresponds to checking digits in an IBAN code. | |
|-countryCode |
String |
|
The | |
|-currency |
String |
|
The three-character ISO currency code. | |
|-foundationAccount |
String |
|
The foundation account number (FAN). | |
|-iban |
String |
| ||
|-number |
String |
|
The bank account number. | |
|-owner |
String |
|
Name of the bank account owner. | |
|-ownerCity |
String |
|
Name of the city where the bank account holder resides.
| |
pspReference |
String |
|
A reference to uniquely identify the request. | |
warnings |
String |
|
List containing one or more warning messages. | |
errors |
String |
|
List containing one or more error messages. |