This endpoint provides tools for matching bank information in France.
- API Documentation
- Submit A GB Consumer or AML Search
Local Solutions (1.0.1)
The Local Solutions API provides a suite of specialized endpoints designed to address region-specific business needs across multiple countries. It enables users to access a variety of local data services, such as land registry information, bank account verification, consumer and anti-money laundering checks, and company searches tailored to local requirements. The API supports operations in several regions, including Great Britain, France, Germany, the Netherlands, and the United States, offering targeted solutions for each market.
With secure authentication and a modular structure, Local Solutions allows businesses to integrate local compliance, verification, and data enrichment processes into their workflows efficiently.
The list of supported regions is always expanding and will not be limited to those currently available.
https://connect.sandbox.creditsafe.com/v1/
https://connect.creditsafe.com/v1/
Authentication
This endpoint generates a Bearer JWT (Authentication Token), which is essential for accessing all other endpoints within the API.
To authenticate your requests, you MUST include this token in the Authorization header as proof of authenticity.
Please note that each token remains valid for 1 hour from the time of issuance and multiple tokens may exist concurrently. It is imperative to obtain and include a valid token in the Authorization header for every subsequent request made to the API.
Authenticate Help - Access Denied..
Select the relevant tab for the request body for one of the products AML, AMLMultiBureau or Consumer.
NOTE:' If a previous address is used in addition to current the postCode becomes required.
Search parameters for AML product
Person search criteria
Contains information relevant for anti-money laundering (AML) identity verification, including contact details, banking information, and documentation status.
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/identitysearch
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"common": {
"person": {
"currentName": {
"title": "",
"forename": "Doe",
"otherNames": "",
"surname": "John",
"suffix": ""
},
"previousName\"": {
"title": null,
"forename": null,
"otherName\"": null,
"surname": null,
"suffix": null
},
"dateOfBirth": "1991-04-05",
"gender": "Male",
"addresses": {
"current": {
"abodeNo": "",
"buildingNo": "110",
"buildingName": "",
"street": "Pierhead Street",
"subStreet": "",
"city": "Cardiff",
"postCode": "CF10 4DQ",
"organisation": "",
"subBuilding": "",
"district": ""
},
"previous1": {
"abodeNo": "",
"buildingNo": "",
"buildingName": "",
"street": "",
"subStreet": "",
"city": "",
"postCode": "",
"organisation": "",
"subBuilding": "",
"district": ""
},
"previous2": {
"abodeNo": "",
"buildingNo": "",
"buildingName": "",
"street": "",
"subStreet": "",
"city": "",
"postCode": "",
"organisation": "",
"subBuilding": "",
"district": ""
}
}
},
"reference": "24680"
},
"idAml": {
"LandlineNumber": "",
"ExDirectory": false,
"Documents": null
},
"products": [
"AML"
],
"uniqueId": null
}'Success
A unique identifier for tracking the request across systems.
A unique identifier for the specific search request.
A list of potential consumer results when more than one match is found.
This property will not appear if only one result is returned.
Contains the result of the consumer search when exactly one match is found. This property will not appear if multiple results are returned; in that case, the pickList property will be present instead.
{ "correlationId": "a2093b41-b7fe-4973-8eba-78f3627168a7", "uniqueId": "43d27878fa4b4e74b336a6c1b21d690d", "input": { "uniqueId": "43d27878fa4b4e74b336a6c1b21d690d", "common": { … }, "consumer": { … }, "products": [ … ] }, "common": { "customerId": 106828872, "userId": 101686746, "uniqueId": "43d27878fa4b4e74b336a6c1b21d690d", "searchText": "Miss Anne Delta (4/06/1948) X9 8JD", "reference": "Test - Consumer Search", "searchTime": "024-04-23T11:19:35.180004+00:00" }, "pickList": [ { … } ], "consumerResult": { "applicant1Report": { … }, "dateAndTimeOfReport": "2021-01-01T12:00:48", "gaugeVersion": "G1", "reason": "Quotation Search", "success": false, "supplierId": "{AAAAE42F-92E5-4ED9-B322-XXXXXXXXXXXX}", "creditsIncurred": 1 }, "errors": {} }
The picklist to resolve. This is acquired from the response of a previous search that returned a picklist.
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/identitysearch
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch?uniqueId=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
"1:1:1_0"
]'{ "correlationId": "string", "uniqueId": "string", "input": { "uniqueId": "string", "common": { … }, "idAml": { … }, "products": [ … ] }, "common": { "customerId": 0, "userId": 0, "uniqueId": "string", "searchText": "string", "reference": "string", "searchTime": "2019-08-24T14:15:22Z" }, "consumer": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "id": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "amlResult": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "bankMatch": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "picklist": [ { … } ], "message": "string", "errors": { "property1": [ … ], "property2": [ … ] } }
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/history
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history?page=0&pageSize=0&IncludeCustomer=true&Products=AML&DateFrom=2019-08-24T14%3A15%3A22Z&DateTo=2019-08-24T14%3A15%3A22Z&Keyword=string&Result=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "totalCount": 0, "data": [ { … } ], "message": "string", "errors": { "property1": [ … ], "property2": [ … ] } }
Verify
Verify is an exclusive add-on to Creditsafe's company credit reports, designed to assist businesses in making smarter, quicker, and more informed credit decisions. For new or small companies that lack a detailed financial footprint, Verify offers unparalleled insights by screening company directors and the individuals behind businesses for their personal financial stability and identity.
Using Verify, you can confidently assess a company's leadership, using trusted public datasets that highlight potential financial concerns, such as CCJs or Insolvencies and confirm that they reside at an address on the Electoral roll.