This endpoint provides tools for matching bank information in France.
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..
Request
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 server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/search
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}'{ "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": { … } } }
The bank account number you would like to check matches the bank account number you queried with the the supplier when making the request with request-id
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/validate/{id}
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/validate/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/validate/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"bankAccount": "string",
"sortCode": "string"
}'{ "isValid": true }
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}
- Production server
https://connect.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/bankVerification/sortCode/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "sortCode": "string", "bankName": "string", "branchName": "string", "address": { … }, "telephone": "string", "bicCode": "string", "chapsBicCode": "string", "paymentTypes": { … } } ]
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.