#vell_2x
1 messages · Page 1 of 1 (latest)
hello! this page might be useful : https://stripe.com/docs/billing/subscriptions/webhooks
you would probably want to listen for the invoice.paid event and check. the billing_reason : https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason
ok thanks