Developer guide
API reference
  • API reference
    • Nothing Found
    Prerelease - hosted checkout API reference
    Authentication
    Customers
    Payment intents
      Data definitions
        schema
        ErrorMessage
        schema
        AmountDetails
        schema
        PaymentIntentResponse
        schema
        PaymentMethodConfigurationDetails
        schema
        LastPaymentError
        schema
        CancelPaymentIntentRequest
        schema
        CancellationReason
        schema
        ConfirmPaymentIntentRequest
        schema
        CreatePaymentIntentRequest
        schema
        UpdatePaymentIntentRequest
      post
      Confirm a payment intent
      post
      Create a payment intent
      get
      Get a payment intent
      post
      Update a payment intent
    Payment methods
    Setup intents

CancellationReason

The reason the payment intent is being cancelled.

string (CancellationReason)

The reason the payment intent is being cancelled.

Enum: "DUPLICATE" "FRAUDULENT" "REQUESTED_BY_CUSTOMER" "ABANDONED" "EXPIRED"
"DUPLICATE"