Better AuthBA
Better Auth10mo ago
bxr

stripe multiple subscription for one customer id

Quick question with the stripe plugin I see the following disclaimer:
For each reference ID (user or organization), only one active or trialing subscription is supported at a time. The plugin doesn't currently support multiple concurrent active subscriptions for the same reference ID.


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
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.
Was this page helpful?