Skip to main content

Create Refund

POST /api/v1/payments/refunds Refund a previously successful charge using a stable reference and tenant-scoped authorization context. Typical fields:
  • charge_reference
  • amount_minor for partial refunds
  • reason
  • idempotency_key
You can retrieve the refund later with GET /api/v1/payments/refunds/:reference.