---
title: "Changes to 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"
---

# Changes to 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`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 8 revisions.

- **2026-06-16** `b372e7d5563d` — 2 breaking, 1 warning, 8 info
- **2025-11-03** `6637b341d86d` — 1 info
- **2025-11-02** `919eb7a392aa` — 1 breaking

## 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`
  - added the optional property `error/metadata` to the response with the `400` status
  - added the optional property `order_id` to the response with the `200` status
  - added `subschema #1, subschema #2` to the `error/code` response property `allOf` list for the response status `400`
  - added `subschema #1, subschema #2` to the `transaction` response property `anyOf` list for the response status `200`
  - the response property `transaction` became required for the status `200`
  - added the required property `amount` to the response with the `200` status
  - added the required property `currency` to the response with the `200` status
- **2025-11-03** `6637b341d86d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/banqzinc/apis/quidkey-api/docs/api/v1/payments/:paymentRequestId/status/get.md) · [API](https://skmtc.dev/banqzinc/apis/quidkey-api.md) · [Page](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/payments/:paymentRequestId/status/get)
