v1
latestOpenAPI 3.1.02026-07-26500375.1 KBCheck Payment Status
The following endpoint checks the status of a single Payment
get/payments/{id}/status
Path parameters
idstring required
Unique identifier of the Payment to be retrieved
Response
200
Example response
{
"data": {
"status": "completed",
"is_completed": true,
"signature": "9e892f199d026d06a56669e658a56f264610431d24e8b4d07f7bd46f6d5062d2"
}
}