Bank Match Status

This endpoint is used to check the status of a verification whose status is ‘pending’.

SecuritybearerToken
Request
query Parameters
audition_id
required
string

identifier to check status

Responses
200
400
401
get/localSolutions/FR/bankmatch/audition
Request samples
Response samples
application/json
{
  • "@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": {
    },
  • "issuerCompany": {
    },
  • "input": {
    },
  • "withDeferredResult": true,
  • "byAPI": true,
  • "byFTP": true,
  • "workflow": "string",
  • "reasons": [
    ],
  • "reasonLabels": {
    }
}