#Kevin Duvignau

1 messages · Page 1 of 1 (latest)

trim flintBOT
olive laurel
#

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

Learn how to save payment details and charge your customers later.

hybrid sinew
#

Alright, thanks for the links!