#zenzen
1 messages · Page 1 of 1 (latest)
From https://stripe.com/docs/webhooks/best-practices#event-ordering:
Stripe does not guarantee delivery of events in the order in which they are generated.
Your endpoint shouldn’t expect delivery of these events in this order and should handle this accordingly. You can also use the API to fetch any missing objects (for example, you can fetch the invoice, charge, and subscription objects using the information from invoice.paid if you happen to receive this event first).
what's the earliest availability of the invoice number property, we tried using the invoice created event but it is not being populated.
The invoice number will be available when the invoice is finalised
ok thanks, I would like to follow up on this issue, if there's any news.
https://discordapp.com/channels/841573134531821608/841573134531821616/1041983445372502096
Do you still face any recent event that the invoice number is not populated? If so, can I suggest you to write in to us https://support.stripe.com/contact, so that we can follow up and escalate to the relevant team? It’ll be helpful if you can include the invoice ID in your email.