#ericpayton-api-version
1 messages · Page 1 of 1 (latest)
Hi, can you share the request ids for these requests? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Moving this message:
and, yes, both customers I'm fetching do have active subscriptions 🙂
Request w/o subscriptions in response: req_uwrn2MOIE5EZoA
Request w/ subscriptions in response: req_N1efI3Ht0qiO4i
Taking a look
Ah, it looks like you're using different API versions. This request, https://dashboard.stripe.com/logs/req_uwrn2MOIE5EZoA was made with 2023-10-16. However, this request, https://dashboard.stripe.com/logs/req_N1efI3Ht0qiO4i used 2018-02-28 API version so it's expected that it's working this way.
You can pass in the same API version, https://stripe.com/docs/libraries/set-version
Got it. Thanks for your help!
Sure!