post https://global-api.au.edge.zip.co/merchant/charges//cancel
Once the Charge has been Authorized, if for some reason the goods cannot be provided to the customer, the charge will need to be voided.
/charges/{chargeId}/cancel
- A void will free up any amount remaining in authorized status.
- It is possible to void payments that have been partially captured. In this case only the authorized amount will be cancelled.
- Captured amounts can only be refunded, not canceled.
Example Request
{
"reference": "213123131313",
}