> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usezentra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Refund

> Refund a previous successful charge

`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`.
