Refunds
Get Refund
GET
Retrieve a refund by its ID.
string
required
The refund ID.
string
Unique identifier for the refund.
string
Refund amount as a decimal string.
string
Refund status:
pending, processing, succeeded, failed, or canceled.string
Currency code.
string
The account that received the refund.
string
The original payment that was refunded.
string
Reason for the refund.
string
Reason for failure if status is
failed.string
Payment processor’s internal refund ID.
string
External reference ID from the payment processor.
string
Link to view the refund in the payment processor’s dashboard.
string
ISO 8601 timestamp of creation.
string
ISO 8601 timestamp of last update.
Previous
List SubscriptionsRetrieve a paginated list of subscriptions with optional filtering and sorting
Next