#zenzen

1 messages · Page 1 of 1 (latest)

hollow nymphBOT
visual silo
#

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).

honest grotto
#

what's the earliest availability of the invoice number property, we tried using the invoice created event but it is not being populated.

visual silo
#

The invoice number will be available when the invoice is finalised

honest grotto
visual silo
#

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.