v1
latestOpenAPI 3.1.02026-07-24170121.2 MBRetrieve an Order with Charge
This API retrieves information about an Order with the associated Charge.
get/v1/orders/{id}/charge
Path parameters
idstring required
id here represents a specific Order whose information needs to be retrieved.
Response
200
Example response
{
"data": {
"object": "Order",
"id": "qgMxRBqqMRxBz146",
"amount": 99,
"active": 1,
"status": "ORDER_UNDER_PROCESS",
"created_at": "2024-08-25T11:47:02.000000Z",
"updated_at": "2024-08-25T11:47:02.000000Z",
"billing_amount": 99
}
}