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
Example response
{
"id": "PAY4334346343",
"status": "PAID",
"status_detail": "The payment was paid.",
"status_code": "200"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.