Cancel Checkouts
Marks a checkouts request as void, reversing any captured transactions on the customer's account for this purchase request.
API Endpoints:
Sandbox: https://api.sandbox.zip.co/au/merchant/instore-qr/checkouts/{id}/cancel
Production: https://api.zip.co/au/merchant/instore-qr/checkouts/{id}/cancel
The checkout_id used here is the original ID returned from the initial /checkouts POST request.
This POST has no request body.
Success is indicated by a 204 with no response body.
Updated 2 days ago