#okay
1 messages · Page 1 of 1 (latest)
Hi, I think you're looking for guide: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements instead.
Is there a similar tutorial that uses React components instead?
Looking
I was able to confirm that there is not, you can leverage the guide you linked for the React part. You would use the expand=['latest_invoice.payment_intent'] to get the client secret for the related payment intent after creating the Subscription and send that to their React front-end
I'll keep that in mind. Thanks!
Wait
it seems like this has a tutorial for setting up subscriptions with react too