GET
/
BankAccountValidation
/
Interactive
/
Validate
/
v2.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/BankAccountValidation/Interactive/Validate/v2.00/json6.ws
{
"Items": [
{
"IsCorrect": "False",
"IsDirectDebitCapable": "False",
"StatusInformation": "UnknownSortCode",
"CorrectedSortCode": "",
"CorrectedAccountNumber": "",
"IBAN": "",
"Bank": "",
"BankBIC": "",
"Branch": "",
"BranchBIC": "",
"ContactAddressLine1": "",
"ContactAddressLine2": "",
"ContactPostTown": "",
"ContactPostcode": "",
"ContactPhone": "",
"ContactFax": "",
"FasterPaymentsSupported": "",
"CHAPSSupported": ""
}
]
}
This method will consume credit. Note: we don’t support API connections using HTTP - all calls should use HTTPS.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

AccountNumber
string
required

The bank account number to validate.

SortCode
string
required

The branch sort code for the account number.

Response

200
application/json

Success

The response is of type object.