Optional
amountA positive integer representing how much of this charge to refund in the smallest currency unit (e.g., 100 cents to charge $1.00). The default is the entire charge.
RefundCreateParams
Optional
metadataSet of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value (i.e. \'\'
or null
) to them. All keys can be unset by posting an empty value (i.e. {}
or null
) to metadata
.
RefundCreateParams
ID of the PaymentIntent to refund.
RefundCreateParams
Optional
reasonString indicating the reason for the refund. If set, possible values are duplicate
, fraudulent
, and requested_by_customer
.
RefundCreateParams
Optional
refund_Boolean indicating whether the platform fee should be refunded when refunding this charge. If a full charge refund is given, the full platform fee will be refunded. Otherwise, the platform fee will be refunded in an amount proportional to the amount of the charge refunded.
RefundCreateParams
Generated using TypeDoc
Export
RefundCreateParams