vercel / nextjs-subscription-payments

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

Does this know how to handle renewals? #139

Closed Benjaki2 closed 1 year ago

Benjaki2 commented 1 year ago

I'm curious if it has been tested with renewals?

thorwebdev commented 1 year ago

Yes, a renewal will update the the customer's subscription which is synced to your database via the webhook: https://github.com/vercel/nextjs-subscription-payments/blob/main/pages/api/webhooks.ts#L33