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" } }