Skip to main content
GET
/
BankAccountValidation
/
Batch
/
Validate
/
v1.00
/
json6.ws
BankAccountValidation_Batch_Validate
curl --request GET \
  --url 'https://api.addressy.com/BankAccountValidation/Batch/Validate/v1.00/json6.ws?Key='
{
  "Items": [
    {
      "OriginalAccountNumber": "12345678",
      "OriginalSortCode": "112233",
      "IsCorrect": "False",
      "IsDirectDebitCapable": "False",
      "StatusInformation": "UnknownSortCode",
      "CorrectedSortCode": "",
      "CorrectedAccountNumber": "",
      "IBAN": "",
      "Bank": "",
      "BankBIC": "",
      "Branch": "",
      "BranchBIC": "",
      "ContactAddressLine1": "",
      "ContactAddressLine2": "",
      "ContactPostTown": "",
      "ContactPostcode": "",
      "ContactPhone": "",
      "ContactFax": ""
    }
  ]
}
This method will consume credit.
We don’t support API connections using HTTP - all calls should use HTTPS.

Authorizations

Key
string
query
required

Query Parameters

Key
string
required

The key to use to authenticate to the service.

AccountNumbers
string[]
required

The bank account number to validate.

SortCodes
string[]
required

The branch sortcode for the account number.

Response

Success

Items
object[]