#TuanPham-Subscription
1 messages · Page 1 of 1 (latest)
That's correct, because actually the Subscription will create an Invoice underlying, and an Invoice will have a PaymentIntent underlying
- You can collect Payment Method beforehand, then attach to the Subscription Create API
- Or you can create a Subscription first, then takes its
latest_invoice's PaymentIntent secret and process to collect PaymentMethod with it using PaymentElement, for example
Either way should work
Thank you. It's so helpful to me