This endpoint will perform a search with the supplied data against a bank or building society.
NOTE:- This endpoint will charge when a successful request is made to a bank or building society. This endpoint will charge when a result is returned. This includes charging if the no match is found.
All property fields need to be submitted with the request, if information for a specific property is not needed, it is required to pass an empty string.
This field is for the name on the account you are matching against with the bankAccount, sortCode and secondaryReference fields
field must be either Business or Personal, it can not be blank or any other value
Should not be used unless you have been advised to use this by a bank or building society
This field will affect the results data
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/search
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/search
curl -i -X POST \
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/search \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"customerName": "string",
"bankAccount": "string",
"sortCode": "string",
"accountType": "string",
"secondaryReference": "string",
"customerReference": "string"
}'A unique reference to your request used for querying the below endpoints where {id} is required
{ "supplierRequestData": { "customerName": "string", "bankAccount": "string", "sortCode": "string", "accountType": "string", "secondaryReference": "string" }, "customerReference": "string", "supplierResponse": { "customerName": "string", "bankAccount": "string", "sortCode": "string", "returnedCustomerName": "string", "result": true, "resultText": "string", "nameMatchResult": "string", "accountTypeResult": true, "reasonCode": "string" }, "requestDatetime": "string", "requestId": "string", "sortCodeDetails": { "sortCode": "string", "bankName": "string", "branchName": "string", "address": { … }, "telephone": "string", "bicCode": "string", "chapsBicCode": "string", "paymentTypes": { … } } }