post
https://global-api.prod.au.edge.zip.co/merchant/refunds
Sandbox (Testing): https://global-api.sand.au.edge.zip.co/merchant/refunds
Once a charge has been captured, if a customer wishes to return an item you will need to create a refund.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
/refunds
Useful Notes
- Partial refunds are accepted.
- All refunds must have a value less that the original charge and outstanding balance to be refunded.
Example Request
{
"charge_id": "{{checkout_id}}",
"reference": "ref_1646065022",
"reason": "Unwanted item",
"amount": 100
}
