Connect API Catalog/Creditsafe Connect//FR Bank Match
FR Bank Match
Creditsafe Connect
Introduction
Authentication
User Administration
Instance Management
Decision Trees
Decision Logs
Run Decision
Decision Outcome
Country Risk
Company Search
Person Search
Search And Report Schemas/Criteria
Companies
People/Directors
GB Consumers and AML
Images
Fresh Investigations
Create and View All Jobs
Individual Job Management
User Details
Create and View All Portfolios
Importing Portfolios
User Management of Portfolios
Individual Portfolio Management
Event Rules and Notifications
Administrator Resources
AML Bulk Screening
AML Monitoring Management
AML Screening - Businesses
AML Screening - Individuals
AML Screening - Profile Management
Async AML
Audit
Batch Uploads
Compliance Alerts
Global Monitoring
Profile Business / Individual Details
Profile Key Parties
Profile Management
Profile Updates
Reporting
Searches
GB Bank Match
GB Bank Verification
GB Land Registry
GB Finance Agreements
DE NonLtd Companies
NL KVK Extract
US Search Support
Verify
Audit (Legacy)
IDV (Legacy)
European Consumers
US Consumers
This endpoint can be used to check the reliability of a company/bank details combination, and ensure that the IBAN is not linked to a risk of fraud.
NOTE - There are a set of 'required' parameters for this endpoint, however please note the exceptions in the countryCode description.
Security
bearerToken
Country codes in iso-2 format
The following counties do NOT support the iban parameter -
AU, CA,CN, HK, IN,JP,KR,MX, MY, SG, US, ZA
Please see the following link for required parameters on these countries:
FR Bank Match Parameter Information
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/FR/bankmatch
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/FR/bankmatch
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/FR/bankmatch?registrationId=string&countryCode=string&bban=string&bankCountry=string&iban=string&bic=string&routingCode=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "@domain": "string", "createdBy": "string", "createdDate": "2019-08-24T14:15:22Z", "lastModifiedBy": "string", "lastModifiedDate": "2019-08-24T14:15:22Z", "id": "string", "score": 0, "classification": "string", "status": "string", "entity": { "createdDate": "2019-08-24T14:15:22Z", "lastModifiedDate": "2019-08-24T14:15:22Z", "paymentIdentity": { … }, "company": { … }, "additionalProperties": { … } }, "issuerCompany": { "createdBy": "string", "createdDate": "2019-08-24T14:15:22Z", "lastModifiedBy": "string", "lastModifiedDate": "2019-08-24T14:15:22Z", "id": "string", "registrationId": "string", "name": "string", "typeId": "string", "countryCode": "string" }, "input": { "@input": "string", "paymentIdentity": { … }, "company": { … } }, "withDeferredResult": true, "byAPI": true, "byFTP": true, "workflow": "string", "reasons": [ "string" ], "reasonLabels": { "property1": "string", "property2": "string" } }