Logo
GoCardless API API Documentation

Get a single Customer Bank Account

GET {{url}}/customer_bank_accounts/{{customer_bank_acct}}

Retrieves the details of an existing bank account.

Get a single customer bank account API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "customer_bank_accounts": { "id": "BA000ZP5SP5WJ0", "created_at": "2024-03-22T20:44:08.380Z", "account_number_ending": "11", "account_holder_name": "SHARON LYNCH", "account_type": null, "bank_name": "BARCLAYS BANK PLC", "currency": "GBP", "country_code": "GB", "metadata": { "key": "value" }, "enabled": true, "links": { "customer": "CU0014DQPR6JJP" } } }



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

ENDPOINTS