What you do first
- Confirm the appointment payment is eligible before you ask the caller to retry.
- Request a refund (or open the existing request) with an idempotency key on money-changing writes.
- List refund requests or get one while it waits.
- Approve or deny it. Approval moves money; denial leaves the capture in place.
States that matter
When a call fails
Failures come back as problem documents. Open thetype link for the cause, the
fix, and whether retrying is safe. Some appointments cannot refund yet; the
problem page names the reason and the next call.
Related paths
- Captures and authorizations live under Appointments.
- Card-present collection lives under Payments.