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: Basic <encoded-value>'
{
  "status": "COMPLETED",
  "details": {
    "status": "SUCCESS",
    "errorDetails": [
      {
        "field": "<string>",
        "reason": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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