#koziejoff-subscription
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
unfortunately there is no direct way in Stripe to do so, you'd have to build your own logic for that
may you have a suggestion? because I've been thinking for 2 days and nothing can come to my mind
you can either list the subscriptions of a certain user https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer and if one exist don't let them create another one
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or you can keep track of this on your own database
i will do that, thank u so much
let me know if you need any more help