#Priyanshu
1 messages · Page 1 of 1 (latest)
There is no explicit sample using NextJs/Mongo, but you can refer to this guide:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
In order to build a Subscription with Stripe.
I found one using supabase. It was an example by vercel and nextjs only but that was not much helpful and it would be very tedious to shift that to mongodb
As per Stripe official documentations, there is no sample with Mongo. You need to refer to the guide I shared with you and use it as a base in order to build/persist your data in Mongo
Ok thanks