#louislegourmet
1 messages · Page 1 of 1 (latest)
Especially, would my client's card be debited every month?
Basically, yes. We'd attempt to charge the payment method according to the interval
in that case, could you tell me exactly what webhooks I would receive on my server ?
https://stripe.com/docs/billing/subscriptions/webhooks
Yeah but there are too many of them
Surely there is one that says 'next month payment has been successfully paid by client'
I am not too familiar with the concept of invoice so I don't understand everything on this page
Is it invoice.updated ?
It'd be invoice.paid
So basically, every month, I receive a webhook invoice.paid ?
in the case that the client is successfully debited on a monthly basis
Yes