---
title: "Check payment status (public, keyed by provider request id). Returns a minimal, PII-free status view used by the embedded checkout page."
method: GET
path: "/api/v1/payments/{paymentRequestId}/status"
tags: ["Payments"]
---

# Check payment status (public, keyed by provider request id). Returns a minimal, PII-free status view used by the embedded checkout page.

`GET /api/v1/payments/{paymentRequestId}/status`

Check payment status (public, keyed by provider request id). Returns a minimal, PII-free status view used by the embedded checkout page.

## Path parameters

- `paymentRequestId` string, required

## Response `200`

Success

- PaymentStatusCustomerResponse — Minimal, PII-free payment status view for the checkout page
  - `status` string, required — Current payment status (e.g. pending, completed, failed, cancelled)
  - `transaction` object, nullable, required — Minimal transaction marker — `{ status }` once a transaction exists, otherwise null
    - `status` string, required
  - `amount` string, required — Payment amount in minor units
  - `currency` string, required — The currency of the payment
  - `order_id` string, nullable — The merchant's order identifier, if one was provided

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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