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.

  • amount
    Type: integer · amountWithCurrencyPrecisionFormat: int64

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

  • payment
    Type: string

    The identifier of the Payment to refund

  • payment_intent
    Type: string

    The identifier of the PaymentIntent to refund

  • 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