Connect API Catalog///
- API Documentation
Creditsafe Connect
- Bank Match Status
Bank Match
Bank Match Status
This endpoint is used to check the status of a verification whose status is ‘pending’.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/FR/bankmatch/audition
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/FR/bankmatch/audition
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/FR/bankmatch/audition?audition_id=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" } }