Bank validation API
Postcoder bank validation works by querying the extended industry sort code directory (EISCD) to gather the most up-to-date and detailed information from the UK's financial institutions.
- Validates UK sort codes and account numbers
- Converts details into the required BACS format
- Auto-fills UK bank and branch details
POST /pcw/PCW45-12345-12345-1234X/bank?format=json
{ "sortcode": "10-00-00", "accountnumber": "31510604" }
----
{ "valid": true, "stateid": 0, "sortcode": "100000", "accountnumber": "31510604", "directdebits": true, "fasterpayments": true, "chaps": true, "bacs": true, "bankbic": "BKENGB33", "branchbic": "XXX" "bankname": "BANK OF ENGLAND" "branchname": "HEAD OFFICE" "addressline1": "Threadneedle Street" "addressline2": "" "addressline3": "" "addressline4": "" "posttown": "London" "postcode": "EC2R 8AH" "phone1": "020 34614717" "phone2": "" }