#atul
1 messages · Page 1 of 1 (latest)
It will yep!
It will always fire, yes
I am using stripe checkout api to create subscription
Try it out – create a subscription with a free trial. The initial invoice amount will be 0, but there'll still be an invoice.paid event fire when its immediately marked as paid
Can we assign metadata to invoice.paid event ??
You'd need to update the invoice before its finalised. Which would be difficult with an initial/0 amount as that happens ~immediately. See: https://stripe.com/docs/billing/subscriptions/webhooks#successful-invoice-finalization
Is there any way to find out from invoice event that, it is the first payment for particular subscription