refund
Reverse a settled payment to restore budget. Provide hold ID and amount in cents for full or partial refunds.
Instructions
Refund a settled (already-committed) payment, fully or partially. Reverses the spend and restores budget. For pre-commit cancellations use release instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hold_id | Yes | Hold ID of the settled payment to refund | |
| amount_cents | Yes | Amount to refund in cents | |
| idempotency_key | No | Stable key that makes retries safe. If omitted one is generated, but a retry without the same key will refund again. |