RefundCreateRequest

Request parameters for creating a new refund.

  • payment_intent
    Type: string
    required

    The identifier of the PaymentIntent to refund.

  • amount
    Type: integerFormat: int64

    Integer amount in minor units (e.g. cents) specific to the currency. Example: 100 for €1.00

  • reason
    Type: string
    max length:  
    100
    enum

    String indicating the reason for the refund. If set, possible values are duplicate, fraudulent, and requested_by_customer.

    values
    • duplicate
    • fraudulent
    • requested_by_customer