The Bank Verification tool allows customers to instantly verify that small and medium sized companies you are working with are providing correct bank details, to reduce fraud and avoid delays in your on boarding process. The bank data for these companies is provided to Creditsafe by various financial providers, including major banks. When you provide us with a company number and their bank details, we are able to perform instant checks to verify that those bank details are associated with that company and return - Match – We have bank information on the company, and the data provided by the customer matches the company records No Match – We have bank information on the company, but the data provided does not match any of the company records Data Unavailable - We do not have bank information on the company.
Indicates the check has been made successfully and contains the result of the Verification/Validation. A 200 response alone does not immediately indicate the bank account is valid, only that the check was made in the correct format. Check the SCAN text and IBAN text fields for the result of the Check.
{- "totalSize": 1,
- "bankMatchResults": [
- {
- "companyNumber": "X9999999",
- "accountNumber": "66374957",
- "iban": "GB55TEST08999966374957",
- "ibanResult": "string",
- "ibanText": "The IBAN provided does not match the company UK07499628.",
- "logDate": "2020-06-04T11:04:32.7301608+00:00",
- "safeNumber": "UK07499628",
- "scanResult": "string",
- "scanText": "The Sort Code and Account Number provided does not match the company UK07499628.",
- "sortCode": "089999",
- "statusResult": "string",
- "statusText": "string",
- "vatResult": "string",
- "vatText": "The VAT provided matches the company UK07499628."
}
]
}