ConfirmSetupIntentRequest

paymentMethodId
required
string

The id of the PaymentMethod associated to this PaymentIntent.

sessionSecret
required
string

A unique and randomized identifier for this SetupIntent that can be used to save payment method details to the customer without requiring a checkout or payment

{
  • "paymentMethodId": "string",
  • "sessionSecret": "string"
}