---
title: "Status check API with payment_token"
method: GET
path: "/v1/pg/sandbox/payment_token/{tokenvalue}/payment"
---

# Status check API with payment_token

`GET /v1/pg/sandbox/payment_token/{tokenvalue}/payment`

Using payment Token Id, status check API will return the payment status parameters.

## Path parameters

- `tokenvalue` string, required

## Response `200`

200

- object
  - `amount` string
  - `currency` string
  - `id` string
  - `entity` string
  - `status` string
  - `payment_instrument` unknown
  - `customer` object
    - `contact_number` string
    - `email_id` string
    - `id` string
    - `entity` string
  - `payment_token` object
    - `amount` string
    - `currency` string
    - `mtx` unknown
    - `payment_instruments` boolean
    - `payment_instrument_types` boolean
    - `attempts` integer
    - `id` string
    - `entity` string
    - `status` string
    - `udf` object
      - `one` string

## Other responses

- `403` — 403
- `422` — 422

---

[API](https://skmtc.net/zwitch/apis/2.md) · [All operations](https://skmtc.net/zwitch/apis/2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zwitch/2/versions/4586157daf87/schema)
