#crehbichler
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
yes you have multiple ways of doing that, if the 3 subscriptions are for one "Stripe" customer (which could be your org) you can list all subscriptions using this API https://stripe.com/docs/api/subscriptions/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.
you can also retrieve a subscription by id using this API https://stripe.com/docs/api/subscriptions/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.