---
title: "Check Payment Status"
method: GET
path: "/pg/payment/card/check/{orderId}"
tags: ["After Payment"]
---

# Check Payment Status

`GET /pg/payment/card/check/{orderId}`

Check the status of a payment transaction

## Path parameters

- `orderId` string, required

## Response `200`

Payment status retrieved

- CheckStatusResponse
  - `responseCode` string — Response code
  - `responseMessage` string — Response message
  - `processingTime` number — Processing time in seconds
  - `data` object
    - `customer` CustomerInfo
      - `id` string — Customer ID
      - `email` string, email — Customer email
      - `firstName` string — Customer first name
      - `lastName` string — Customer last name
      - `mobilePhone` string — Customer mobile phone
    - `order` OrderInfo
      - `id` string — Order ID
      - `amount` string — Transaction amount
      - `currency` string — Currency code
      - `description` string — Order description
      - `item` object[]
        - `name` string
        - `quantity` string
        - `category` string
        - `description` string
        - `unitPrice` string
    - `card` object
      - `mask` string — Masked card number
      - `info` object
        - `brand` string — Card brand
        - `issuing` string — Issuing bank
        - `type` string — Card type
        - `subType` string — Card subtype
        - `country` string — Card country
    - `meta` object
      - `data` object, nullable
    - `result` object
      - `payment` object
        - `amount` integer — Payment amount
        - `status` string — Payment status
        - `statusDesc` string, nullable — Status description

---

[API](https://skmtc.net/finpay/apis/snap.md) · [All operations](https://skmtc.net/finpay/apis/snap/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finpay/snap/revisions/c03252461d4f/schema)
