Skip to content

Request Search History

Request

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
Query
searchByCustomerbooleanrequired

A value of false will only search records for your account. If your account manager has configured your account to be able to view other users records within your company, a value of true will search all records made by all accounts within your company.

customerNamestring

Name of the customer returned by the supplier.

matchResultstring

Whether a match or not a match returned by the supplier. Values are 'Full', 'Close' and 'No Match'.

dateFromstring

Start date for filtering the results list by.

dateTostring

End date for filtering the results list by.

accountTypestring

Type of account queried with the the supplier. Values are 'Business' and 'Personal'.

customerReferencestring

Your Customer reference.

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>'

Responses

Bodyapplication/json
Array [
requestIdstring, (date-time)

A unique reference to your request used for querying the endpoints where {id} is required

customerNamestring

Name of the customer returned by the supplier

accountTypestring

Type of account queried with the the supplier. Possible values are Business or Personal

customerReferencestring

Your Customer reference

matchResultstring

Whether a match or not a match returned by the supplier. Possible values are Full, Close, No Match

requestDatetimestring, (date-time)

The date time this request was first returned

]
Response
[ { "requestId": "2019-08-24T14:15:22Z", "customerName": "string", "accountType": "string", "customerReference": "string", "matchResult": "string", "requestDatetime": "2019-08-24T14:15:22Z" } ]