#resolve-subscription-email
1 messages ยท Page 1 of 1 (latest)
resolve-subscription-email
@crude iris we already support sending emails like this automatically, see https://stripe.com/docs/invoicing/send-email
Yes but I want to assign users credits into their dashboard every month
Its a credit based system
gotcha then I'd recommend reading https://stripe.com/docs/billing/subscriptions/webhooks#events
subscription_schedule.updated this?
i have no idea haha
๐
There are many different Events, it's important to carefully read that doc that explains how those work to decide which one you really want
customer.subscription.updated is one option, invoice.paid is another one
i need one that sends a webhook whenever the subscription renews
like each month yk?
I'm trying to help you help yourself but that isn't working ๐
Use customer.subscription.updated and you should be all set
Thanks haha
๐
Sure thing!
Have a nice day bro thanks