---
title: "Get Request Status by **requestTraceId** from C2P"
method: GET
path: "/v1/click2pay/VISA/status/{traceId}"
tags: ["Visa Click2Pay Enrol and Manage"]
---

# Get Request Status by **requestTraceId** from C2P

`GET /v1/click2pay/VISA/status/{traceId}`

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.

## Path parameters

- `traceId` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful Get

- RequestStatusResponse
  - `status` 'IN_PROGRESS' | 'COMPLETED' — high level status
  - `details` object — detailed status
    - `status` 'SUCCESS' | 'FAILED' — detailed status
    - `errorDetails` object[] — error details
      - `field` string — error code
      - `reason` string — error description
      - `message` string — error details

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/versions/dc4a41118f80/schema)
