#amyamy
1 messages · Page 1 of 1 (latest)
well, it is documented: https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The payload is still an Invoice, but it just doesn't have an ID, so you should instead access the other data you need from that webhook specifically
right, it's working as documented but I don't think it's a great user experience because it makes writing generic code against invoice.* pretty much impossible