#Codex-customer-retrieve
1 messages · Page 1 of 1 (latest)
Hi there! That property is no longer included by default, but you can expand it to have it included: https://stripe.com/docs/api/customers/object#customer_object-subscriptions
https://stripe.com/docs/api/expanding_objects gives info on how to expand
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ahh I see, we can just expand it thanks
Is there any other fields that I should be weary about with this api upgrade?
Since we didn't see this change about customer's subscription field in the changelogs
If you encounter another one then take a look at that property in the API reference and we callout if it isn't returned by default and must be expanded.