CasualCodersProjects / dreambg-web

https://dreambg.cc
0 stars 0 forks source link

Finish Unsubscription stripe webhook endpoint #58

Open KyleVasulka opened 1 year ago

KyleVasulka commented 1 year ago

Implement payment fails stripe webhook endpoint(Just redirect them to the payment page? with a little error saying there was an issue with payment processing, try again)

We also need a function on a timer to check if user has subscribed in the past 32 days. If they have not, change their status to unsubscribed. (unsure of how stripe handles when the user unsubscribes from us. either way, we should let them still have access for the rest of their month that they did pay)