List Creditor Bank Accounts
GET {{url}}/creditor_bank_accounts
Returns a cursor-paginated list of your creditor bank accounts.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"creditor_bank_accounts": [
{
"id": "BA000ZP65KHX04",
"created_at": "2024-03-22T21:46:27.780Z",
"account_number_ending": "44",
"account_holder_name": "HOME LOAN ACCOUNT",
"account_type": null,
"bank_name": "BARCLAYS BANK PLC",
"currency": "GBP",
"country_code": "GB",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65JZVD5",
"created_at": "2024-03-22T21:46:03.253Z",
"account_number_ending": "56",
"account_holder_name": "JEMMA LOSH",
"account_type": "checking",
"bank_name": "Community Federal Savings Bank",
"currency": "USD",
"country_code": "US",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65H6NSF",
"created_at": "2024-03-22T21:46:03.220Z",
"account_number_ending": "17",
"account_holder_name": "JEMMA LOSH",
"account_type": null,
"bank_name": "SKANDINAVISKA ENSKILDA BANKEN",
"currency": "SEK",
"country_code": "SE",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65GA7C0",
"created_at": "2024-03-22T21:46:03.173Z",
"account_number_ending": "69-000",
"account_holder_name": "JEMMA LOSH",
"account_type": null,
"bank_name": "ASB Bank",
"currency": "NZD",
"country_code": "NZ",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65F49P5",
"created_at": "2024-03-22T21:46:03.111Z",
"account_number_ending": "11",
"account_holder_name": "JEMMA LOSH",
"account_type": null,
"bank_name": "BARCLAYS BANK PLC",
"currency": "GBP",
"country_code": "GB",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65E9N8B",
"created_at": "2024-03-22T21:46:03.077Z",
"account_number_ending": "06",
"account_holder_name": "JEMMA LOSH",
"account_type": null,
"bank_name": "LA BANQUE POSTALE",
"currency": "EUR",
"country_code": "FR",
"metadata": {},
"enabled": true,
"links": {
"creditor": "CR00007SRS79RW"
},
"verification_status": "successful"
},
{
"id": "BA000ZP65DE1G9",
"created_at": "2024-03-22T21:46:03.046Z",
"account_number_ending": "90",
"account_holder_name": "JEMMA LOSH",
"account_type": null,
"bank_name": "SKANDINAVISKA ENSKILDA BANKEN AB",
"currency": "DKK",
"country_code": "DK",
"metadata": {},
"enabled": true,
&quo Curl curl -X GET 'https://api-sandbox.gocardless.com/creditor_bank_accounts' ENDPOINTS |