#birdy247-subscription
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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
If you want to collect the payment method after creating the subscription, then you need to use payment_behavior: "default_incomplete"
Nope, that's actually the recommended way to create a subscripiton.
Nice