v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBCharges
Show Charge Status
Show status of a specific Charge using a given :id.
get/charges/{id}/status
Path parameters
idstring required
Charge ID
Response
OK
Example response
{
"charges": {
"id": "cb7eafc1-571c-425c-9adc-f56cb585cd68",
"state": "completed",
"status": 22500
}
}