v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Get payment status

Retrieve information about the status of an existing payment.

get/payments/{payment_id}/status

Path parameters

payment_idstring required

The payment ID.

Response

200

idstring
statusstring
status_detailstring
status_codestring

Example response

{
  "id": "PAY4334346343",
  "status": "PAID",
  "status_detail": "The payment was paid.",
  "status_code": "200"
}