v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Visa Click2Pay Enrol and Manage

Get Request Status by **requestTraceId** from C2P

Send a request to this endpoint to retrieve details about a request sent to C2P through another endpoint. This endpoint enables you to track the progress or outcome of operations, such as card enrolment, updates, or deletions.

get/v1/click2pay/VISA/status/{traceId}

Path parameters

traceIdstring required

Trace Id of the request.

Query parameters

auditUserstring required

The audit user to log the request.

Response

Successful Get

status'IN_PROGRESS' | 'COMPLETED'

high level status

Example response

{
  "status": "COMPLETED",
  "details": {
    "status": "SUCCESS"
  }
}