#brettski
1 messages ยท Page 1 of 1 (latest)
Sorry, our max depth for expansion is 4. The promotion code is at a depth of 5.
https://stripe.com/docs/api/expanding_objects
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
drop webhook comment, we are actually requesting the checkout.session after receiving the webhook to get more details on it
damn. so many restrictions. I tire of Stripe.
Thanks for the response, it's much appreciated.
Sure thing. In this case we need to control for the potential of requests to fan out and cause load on our servers that makes Stripe APIs unusable. It's a balancing act between how much data you have access to in 1 request vs. returning an API request in a reasonable amount of time