webdevcody / wdc-saas-starter-kit

https://wdcstarterkit.com/
MIT License
867 stars 221 forks source link

Add subscription based webhooks #1

Closed webdevcody closed 2 months ago

webdevcody commented 2 months ago

to correctly process the stripe webhooks in subscriptions, we should also listen for these:

also see this vercel template https://github.com/vercel/nextjs-subscription-payments/blob/main/app/api/webhooks/route.ts

webdevcody commented 2 months ago

I think what is there covers the needs ok