vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.27k stars 1.28k forks source link

Can I not have the product, pricing and stripe related table? #78

Closed kailoon closed 3 years ago

kailoon commented 3 years ago

Is it possible to handle those information on stripe dashboard instead? Say, I have a user table with column is_subscribed to determine paid customer?

thorwebdev commented 3 years ago

You can, but there is a benefit to having the data in your Database. See https://github.com/vercel/nextjs-subscription-payments/issues/75 for more information.