v1
latestOpenAPI 3.1.02026-07-245361280.3 KBGet 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
Example response
{
"id": "PAY4334346343",
"status": "PAID",
"status_detail": "The payment was paid.",
"status_code": "200"
}