#birdy247-subscription

1 messages · Page 1 of 1 (latest)

mystic gazelle
thorn juniper
#

req_QsIqSh051rZvYE

#

I checked with Stripe as we were designing our solution. They let us know that you can create a customer, add invoice_items, then create a subscription and pass the payment_intent secret to the front end which then handles the creating and linking of the payment method

mystic gazelle
#

If you want to collect the payment method after creating the subscription, then you need to use payment_behavior: "default_incomplete"

thorn juniper
#

gotcha

#

any downsides?

mystic gazelle
#

Nope, that's actually the recommended way to create a subscripiton.

thorn juniper
#

Nice