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
        ConfirmPaymentIntentRequest
        schema
        CreatePaymentIntentRequest
        schema
        UpdatePaymentIntentRequest
        schema
        SessionValidationRequest
      post
      Confirm a payment intent
      post
      Create a payment intent
      get
      Get a payment intent
      post
      Update a payment intent
    Payment methods
    Setup intents

ConfirmPaymentIntentRequest

Request to confirm a payment intent.

email
string

The email address of the customer making the payment. Must consist of the following characters: a-z, A-Z, 0-9, =, ., -, _, +, @, :, &, ^, %, !, $.

{
  • "email": "string"
}