#arvindsinghu
1 messages · Page 1 of 1 (latest)
Hi there!
You can listen to invoice.paid to know when an invoice is paid. But that will trigger for every invoice paid, not just the first one.
But on the invoice object you can check the billing_reason https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason
It will be subscription_create if it's the first invoice of a subscription.