Once a charge has been captured, if a customer wishes to return an item you will need to create a refund.

/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
}
Language