SetupIntentCreateRequest
- currencyType: stringrequired
ISO 4217 currency codes (alpha3) supported for payments
- confirmType: boolean
Set to
trueto attempt to confirm this PaymentIntent immediately. This parameter defaults tofalse. When creating and confirming a PaymentIntent at the same time, you can also provide the parameters available in the Confirm API. - offType: string | null
_session max length:100enumUse this parameter in scenarios where you collect card details and charge them later. This parameter can only be used with
confirm=true.values- one
_off - recurring

