Skip to main content
GET
/
v1
/
click2pay
/
VISA
/
status
/
{traceId}
Get Request Status by **requestTraceId** from C2P
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/wallet/v1/click2pay/VISA/status/{traceId}' \
  --header 'Authorization: Bearer <token>'
{
  "status": "COMPLETED",
  "details": {
    "status": "SUCCESS",
    "errorDetails": [
      {
        "field": "<string>",
        "reason": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

traceId
string
required

Trace Id of the request.

Query Parameters

auditUser
string
required

The audit user to log the request.

Response

Successful Get

status
enum<string>

high level status

Available options:
IN_PROGRESS,
COMPLETED
Example:

"COMPLETED"

details
object

detailed status