GET
/
v1
/
click2pay
/
VISA
/
status
/
{traceId}
{
  "status": "<string>",
  "details": {
    "status": "<string>",
    "errorDetails": [
      {
        "field": "<string>",
        "reason": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Path Parameters

traceId
string
required

Trace Id of the request

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful Get

The response is of type object.