#connect-customer-subscription
1 messages · Page 1 of 1 (latest)
@twilit nexus you look at their subscription(s) and you know their current price(s)
ok, retrieve the customer expand subscriptin and is there an easy way to find the active_subscription or just loop and find the active status one?
retrieve the customer expand subscriptin
no, just call https://stripe.com/docs/api/subscriptions/list
you can filter by status that you want and then look at each one if they have more than one
👍
make sure to check if they have more than one Price though