Logo
GoCardless API API Documentation

Get a single Creditor Bank Account

GET {{url}}/creditor_bank_accounts/{{creditor_bank_account}}

Retrieves the details of an existing creditor bank account.

Get a single Creditor Bank Account API Docs

 

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" } }



Curl
curl -X GET 'https://api-sandbox.gocardless.com/creditor_bank_accounts/https://api-sandbox.gocardless.com'

ENDPOINTS