v1
latestOpenAPI 3.1.02026-07-24290159.6 KBPoint of Sale
Cancel transaction
Cancels a transaction initiated from your terminal.
post/orders/{order_id}/cancel
Path parameters
order_idstring required
The unique identifier of the order.
Max length: 50 characters.
Response
Request successful
Example response
{
"success": true,
"data": {
"created": "2019-03-01T16:14:02",
"fastcheckout": "NO",
"modified": "2019-03-04T13:52:07",
"status": "completed"
}
}