RefundCreateRequest
Request parameters for creating a new refund.
- paymentType: string
_intent requiredThe identifier of the PaymentIntent to refund.
- amountType: integerFormat: int64
Integer amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00
- reasonType: stringmax length:100enum
String indicating the reason for the refund. If set, possible values are
duplicate,fraudulent, andrequested_by_customer.values- duplicate
- fraudulent
- requested
_by _customer

