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, =, ., -, _, +, @, :, &, ^, %, !, $. An email address must be provided at least once during the payment intent workflow. Include the email address in the request body when sending a POST request to either the /confirm, /create, or /update endpoint.

{
  • "email": "string"
}