/
Bank Account Validation v2

Bank Account Validation v2


Path Parameters

HTTP Header

api-key status:REQUIRED
string - Your Accelerate API Key

URL Substitution

subdomain status:Required
string - Your Accelerate subdomain


Bank Account Validation Requests status:Post

status:Post - Check a bank account is a valid account

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/bank-search/

Example Payload status:POSt

{ "sortcode":"77-50-08", "account_number":"00000000" }

Response

status:200
Returned if the request is successful.

{ "bank_name" : "LLOYDS BANK PLC", "address_line_1" : "PO BOX 1000", "address_line_2" : "", "town_city" : "", "postcode" : "BX1 1LT" }

status:400
Returned if the request sent is invalid.

status:404
Returned if the request is not found or the user does not have permission to view it.


Bank Account Validation Attributes

When validating a bank account via the API, there are a number of fields needed.

Mandatory Fields

sortcode - string
Must only contain 0-9 and the '-' character.

account_number - string
Must only contain 0-9.

Non Mandatory Fields

N/A

Related content