#Paul-LFTag
1 messages · Page 1 of 1 (latest)
hello! Yes, you can use the SetupIntent with the Payment Element. You'll want to expand [0] the pending_setup_intent [1] when creating the Subscription and use that to initialize the Payment Element.
Use confirmSetup [2] to confirm the SetupIntent.
[0] https://stripe.com/docs/api/expanding_objects
[1] https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
[2] https://stripe.com/docs/js/setup_intents/confirm_setup