List Refunds By Attempt
List refunds for a processor attempt. Deprecated: Use /by_charge/{charge_id} instead.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
processor_attempt_external_id
account_id
Response
Successful Response
id
ID of the refund
account_id
ID of the account
charge_id
ID of the original charge
amount_atom
Refund amount in atoms
currency
Currency code (e.g., USD)
status
Status of a refund throughout its lifecycle.
created_at
updated_at
reason
Reason for initiating a refund.
processor_refund_id
Processor’s refund ID (e.g., Stripe’s re_xxx)
failure_code
failure_message
processed_at
metadata
Errors
422
Unprocessable Entity Error