Stripe · Arazzo Workflow
Stripe Set Up Future Payment
Version 1.0.0
Create a SetupIntent to save a payment method for future off-session use, then confirm it.
Provider
Workflows
setup-future-payment
Save a payment method for future off-session charges via a confirmed SetupIntent.
Creates a SetupIntent for off-session usage attached to the supplied customer and payment method, then confirms the SetupIntent to complete any required SCA/3DS authorization and persist the payment method for later charges.
1
createSetupIntent
PostSetupIntents
Create a SetupIntent flagged for off-session usage, bound to the customer and payment method that will be saved.
2
confirmSetupIntent
PostSetupIntentsIntentConfirm
Confirm the SetupIntent to trigger any required SCA/3DS authorization and save the payment method for future off-session charges.