stripe multiple subscription for one customer id
Quick question with the stripe plugin I see the following disclaimer:
Does that mean an user can only have 1 subscription at a time? My app has multiple subscriptions for different products, that wouldn't be possible then?
What's confusing in the docs is that there's the client.subscription.list() To get the user's active subscriptions which sounds counterintuitive with the previous disclaimer
Solution:Jump to solution
we're going to allow that soon. we just need to figure out what is the best way to work with a reference system for multiple subs.
2 Replies