#goat-customer-subscriptions
1 messages · Page 1 of 1 (latest)
goat-customer-subscriptions
@untold ingot correct that is not something supported today. You'd have to cache this in your own database or call https://stripe.com/docs/api/subscriptions/list for each customer to confirm
ah jeez, there's no way to blow up the response, like passing in an "expand" field to show subscriptions attached to each customer?
There kind of is, but it's been deprecated for a while so I would highly recommend against it. You can use expand: [data.subscriptions] I think it will do what you want