#shsi-list-canceled-subscriptions
1 messages ยท Page 1 of 1 (latest)
Hey there! Yes, this functionality was added in a more recent API version: https://stripe.com/docs/upgrades#2016-07-06
stripe-java is fixed to an API version, so if you used the most recent version of that library it's likely you were using the most recent version of the API
You can specify the API version of your request: https://stripe.com/docs/api/versioning?lang=python
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is that not the case with the Python package?
That should help you in this case
Thank you so much! I'll test this asap. I never knew you could do that!
Does this by any chance change/affect the other integrations? Because all I'm looking to do is just retrieve the information and not make any write changes to any other functionality
Nope, any other request will use the account default API version (2013-02-13) unless you specify with the API-version header!
That is so cool. Thank you so much ๐ this is a life saver!!!
Np!