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

---

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