Retrieve a refund
Refunds
Retrieve a refund
GET
Retrieve a refund
Documentation Index
Fetch the complete documentation index at: https://docs.withacclaim.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the refund.
Response
The refund.
Example:
"rf_AbC123XyZ"
ID of the payment being refunded
Example:
"pay_Def456UvW"
Current status of the refund
Available options:
Processing, Succeeded, Failed Example:
"Processing"
Amount in smallest currency unit
Example:
50000
ISO 4217 currency code
Example:
"USD"
Reason for the refund
Example:
"Customer request"
External ID from the payment processor
Example:
"ref_processor_123"
External status from the payment processor
Example:
"pending"
Optional metadata as key-value pairs
Example:
{ "custom_field": "value", "source": "api" }Example:
"2025-10-08T18:20:31Z"
Example:
"2025-10-08T18:25:00Z"
Last modified on May 26, 2026