Refund
Refund
objects allow you to refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged.
See the API guide for Refunds for more information.
Properties
Balance transaction that describes the impact on your account balance.
An arbitrary string attached to the object. Often useful for displaying to users. (Available on non-card refunds only)
If the refund failed, this balance transaction describes the adjustment made on your account balance that reverses the initial balance transaction.
If the refund failed, the reason for refund failure if known. Possible values are lost_or_stolen_card
, expired_or_canceled_card
, or unknown
.
ID of the PaymentIntent that was refunded
A PaymentMethodDetails object containing more details about the refund
This is the transaction number that appears on email receipts sent for this refund.
The transfer reversal that is associated with the refund. Only present if the charge came from another Stripe account. See the Connect documentation for details.
If the accompanying transfer was reversed, the transfer reversal object. Only applicable if the charge was created using the destination parameter.