---
title: "Check the status of one of your payment requests by id. Documented fallback for missed webhooks."
method: GET
path: "/api/v1/payment-requests/{paymentRequestId}/status"
tags: ["Payments"]
---

# Check the status of one of your payment requests by id. Documented fallback for missed webhooks.

`GET /api/v1/payment-requests/{paymentRequestId}/status`

Check the status of one of your payment requests by id. Documented fallback for missed webhooks.

## Path parameters

- `paymentRequestId` string, uuid, required

## Response `200`

Success

- PaymentStatusMerchantResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Tenant-scoped payment status view
    - `payment_request_id` string, uuid, required — Internal payment request identifier
    - `status` string, required — Current payment status
    - `status_reason` string, nullable — Human-readable reason for the current status, when available
    - `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
    - `transaction_number` string, nullable — Transaction number once a transaction has been created

## Other responses

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

## Changes

- **2026-06-16** `b372e7d5563d` — 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/payment-requests/: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)
