This endpoint will return details of a past request by id.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'A unique reference to your request used for querying the endpoints where {id} is required
Response
{ "supplierRequestData": { "customerName": "string", "accountType": "string", "secondaryReference": "string" }, "customerReference": "string", "supplierResponse": { "customerName": "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": { … } } }