Logo
GoCardless API API Documentation

Bank Details Lookup

POST {{url}}/bank_details_lookups

Look up the name and reachability of a bank account.

Note: bank accounts can be created with local or international bank details. You can find the different local bank detail formats, and how they should be used with the GoCardless API here.

Bank Details Lookup API Docs

 

Body PARAM

Key Datatype Required Description 
null



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "bank_details_lookups": { "bank_name": "BARCLAYS BANK PLC", "available_debit_schemes": [ "bacs" ], "bic": "BUKBGB22XXX" } }



Curl
curl -X POST 'https://api-sandbox.gocardless.com/bank_details_lookups?=' -d '{"bank_details_lookups":{"account_number":"55779911","branch_code":"200000","country_code":"GB"}}'

ENDPOINTS