Bank

The bank object represents your source and destination bank accounts, these can exist for money coming into or going out of your accounts.

The bank object is also included in calls to endpoints such as beneficiaries and payouts.

An example of a Bank Object

{
"id": "931450567731323125",
"iban": "GB89BARC20040444858415",
"account_number": "12345678",
"sort_code": "102030",
"name": "FELLOH"
}

idinteger

The unique identifier of the entry

ibanstring

The International Bank Account Number of the bank account.

account_numberstring

The account number of the bank account.

sort_codestring

The sort code of the bank account.

namestring

The user-friendly name of bank account holder.