---
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

## Changes

- **2026-06-16** `b372e7d5563d` — 2 breaking, 1 warning, 8 info
  - the `error/code` response's property type changed from `string` to no type for status `400`
  - the `transaction` response's property type changed from `object` to no type for status `200`
  - removed the optional property `error/errors` from the response with the `400` status
  - added the non-success response with the status `404`
  - …7 more
- **2025-11-03** `6637b341d86d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/payments/:paymentRequestId/status/get.md)

---

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