#nachomahn
1 messages · Page 1 of 1 (latest)
To retrieve a customer's subscriptions, List Subscriptions API should be used instead: https://stripe.com/docs/api/subscriptions/list
customer parameter will be set to the Customer ID that you're looking for: https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
Hmmm, thanks for that, I'll check it out, do you have an example of that call using the customer id?
There is .NET example code in https://stripe.com/docs/api/subscriptions/list?lang=dotnet#list_subscriptions-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can add Customer to SubscriptionListOptions
Thanks, this was helpful. I think the only thing I'm missing currently is .quantity under subscriber.