#mateuszinsys_93238

1 messages · Page 1 of 1 (latest)

drowsy zenithBOT
tender moat
#

I don't believe the flow you want is supported unless you use Stripe Checkout as with Stripe Checkout page you collect billing/shipping address before subscription gets created.

The other option I can think of is,

1/ Use defer intent flow to collect payment method information first
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription

2/ Once you have the payment method billing info, set it to a customer
https://stripe.com/docs/tax/subscriptions#create-a-customer

3/ Create the subscription
https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription#create-intent

fallen kindle
#

Thank you, I will try with this flow