#roman3s
1 messages · Page 1 of 1 (latest)
Hi 👋
What API are you hitting and what do you expect to get?
Hello. I hit the following API: https://api.stripe.com/v1/customers and then have a look at a specific customer entry on the data property.
And there is supposed to be the subscription property but I don't get it as part of the response.
The subscriptions property is a list that is expandable: https://stripe.com/docs/api/customers/object#customer_object-subscriptions.
You will want to expand that property in your API request to return the Subscription object: https://stripe.com/docs/api/expanding_objects