#Kevin Duvignau
1 messages · Page 1 of 1 (latest)
hello! no, that's not possible. You'll have to separately collect the PaymentMethod before creating the Subscription using SetupIntents : https://stripe.com/docs/payments/save-and-reuse
Or alternatively, use Checkout Sessions where you can define payment_method_collection=always : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_collection
Alright, thanks for the links!