#sandy13
1 messages · Page 1 of 1 (latest)
You would want to implement it yourself, checking if the same Customer has any ongoing Subscription before creating a new one for them
can you give an example or a small implimentation
Sure, List Customer Subscription API: https://stripe.com/docs/api/subscriptions/list. You can this one, if it returns 0 results means the customer never has any Subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.