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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"bank_details_lookups"=>{"account_number"=>"55779911", "branch_code"=>"200000", "country_code"=>"GB"}}
RESPONSES
status: OK
{"bank_details_lookups":{"bank_name":"BARCLAYS BANK PLC","available_debit_schemes":["bacs"],"bic":"BUKBGB22XXX"}}