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