Fetch Refund
Fetch a refund
Required OAuth 2.0 scope: business/orders:read
Path parameters
refund_id
The unique identifier of the refund.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
created_at
The refund creation date and time in ISO 8601 format.
currency
The currency code in ISO 4217 format.
display_name
A human-friendly label for the refund.
id
The unique identifier of the refund.
note
An optional note attached to the refund.
order_id
A reference to the original order.
order_number
A human-friendly identifier for the order.
payment_id
A reference to the original payment.
payment_method
The method used to refund the payment.
Allowed values:
processed_at
The date and time the refund was processed in ISO 8601 format.
processing_fees
The transaction fees that have been charged against the refund.
receipt_number
The receipt number of the refund.
refund_type
The type of refund.
Allowed values:
refunded_processing_fees
The transaction fees that have been refunded.
status
The current state of the refund.
Allowed values:
total_amount
The amount of money refunded to the buyer.
updated_at
The date and time the refund was last modified in ISO 8601 format.