#Bina
1 messages · Page 1 of 1 (latest)
You could generate this list by writing a script that calls the list subscriptions api endpoint. You could filter on status of the sub too if you like: https://stripe.com/docs/api/subscriptions/list#list_subscriptions-status. Then, it's just a matter of mapping the customer id: https://stripe.com/docs/api/subscriptions/object#subscription_object-customer to the sub's status: https://stripe.com/docs/api/subscriptions/object#subscription_object-status in your code and outputting the list.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah we only help developers in here. This isn't stripe support. It's the developer discord. You'll need to reach out to our support team for non-technical options: https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks!