v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Payments

Check the status of one of the merchant's payment requests by internal id. Documented fallback for missed webhooks.

Check the status of one of the merchant's payment requests by internal id. Documented fallback for missed webhooks.

get/api/v1/merchants/{merchantId}/payment-requests/{paymentRequestId}/status

Path parameters

merchantIdstring uuid required

The merchantId parameter

paymentRequestIdstring uuid required

The paymentRequestId parameter

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "status": "pending",
    "amount": "1000",
    "currency": "GBP"
  }
}