#Benoît
1 messages · Page 1 of 1 (latest)
Hi there!
Hi ! 🙂
We have a doc covering how to use the deferred PaymentIntent flow specifically for subscriptions: https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription
In this case you don't need to create a PaymentIntent at all, you would just re-use the PaymentIntent created by the subscription.
Oh ! I see ! I'm gonna check this, thank you !
I see that the Payment Element mode must be : 'subscription'. I think i will have to switch between 'subscription' and 'payment' if the user chose to subscribe only, or pay only one-times, or both, is that right ?
Yes
Okk, it makes sense ! Thank you, i try this
Happy to help 🙂