Void checkouts
Void 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.sand.au.edge.zip.co/checkouts/{checkout_id}/cancel
Production: https://api.prod.au.edge.zip.co/checkouts/{checkout_id}/cancel
The checkout_id used here is the original ID returned from the initial /checkouts POST request.
Updated over 2 years ago