#hoangminh-subscription-payment-request
1 messages · Page 1 of 1 (latest)
@silver light yes that works totally fine and there are many ways to integrate this
The best approach is 1/ create a Subscription with default_incomplete 2/ client-side confirm the Subscription's latest invoice's payment intent with PaymentRequest
@misty heart How do I create a subscription with default_incomplete ?
what's blocking you?
https://stripe.com/docs/billing/subscriptions/elements that's the default integration path, that's what I meant
Thank you very much. I will look into that