Bank Verification History list Request
Note:- 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.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/history
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/history?searchByCustomer=true&customerName=string&matchResult=string&dateFrom=string&dateTo=string&accountType=string&customerReference=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Array []
A unique reference to your request used for querying the endpoints where {id} is required
Type of account queried with the the supplier. Possible values are Business or Personal
Whether a match or not a match returned by the supplier. Possible values are Full, Close, No Match
Response
[ { "requestId": "2019-08-24T14:15:22Z", "customerName": "string", "accountType": "string", "customerReference": "string", "matchResult": "string", "requestDatetime": "2019-08-24T14:15:22Z" } ]