RefundCreateRequest
- Type: object · RefundBase
Refund objects allow you to refund a previously created payment that isn't refunded yet. Funds are refunded to the credit or debit card that's initially charged.
- Type: integer · amountWithCurrencyPrecisionFormat: int64
amount Integer amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00
- Type: string
payment The identifier of the Payment to refund
- Type: string
payment _intent The identifier of the PaymentIntent to refund
- Type: string
reason max length:100enumString indicating the reason for the refund. If set, possible values are
duplicate,fraudulent, andrequested_by_customer.valuesduplicate fraudulent requested _by _customer

