Retrieve a refund
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Path Parameters
The refund id (rf_…).
Response
The refund.
The refund id (rf_…).
Always refund.
refund Mirrors the mode of the underlying charge.
The refunded charge (ch_…).
The parent payment intent (pi_…).
Terminal (tmr_…) selected for the Refund request, or null when no terminal was supplied.
The refunded amount, in minor units. Full or partial.
The refund's currency, matching amount's currency.
pending while the Refund is being processed; uncertain when its final outcome is not known yet. Retrieve the Refund again before retrying.
pending, succeeded, failed, uncertain An optional audit/reporting category — one of requested_by_customer, duplicate, or fraudulent. Null when not supplied; has no effect on refund behavior.
requested_by_customer, duplicate, fraudulent Terminal batch (tmb_…) containing this Refund. Null until the Refund is settled in a batch.
Unix epoch seconds when the Refund settled. Null until settlement completes.
A human-readable failure detail. Nullable; present when the refund failed.
Unix epoch seconds when the refund was created.
Unix epoch seconds when the refund was last updated.

