#Zero-subscriptions
1 messages · Page 1 of 1 (latest)
Yes, this is definitely possible! I'd suggest you start by looking here: https://stripe.com/docs/connect/subscriptions#transfer
Perfect thanks! I'll take a look
Just to make sure, this can be dynamic subscriptions, correct? So a user on my platform can have multiple subscriptions on different 3rd parties (customers)?
Can you clarify - what do you mean by "dynamic" subscriptions?
For example, I can have a list of the 3rd parties / customers on my site and a user can subscribe to any of them. When more 3rd parties join I can add them to this list for users to subscribe to. All of these 3rd parties can have a custom subscription price
kinda like patreon etc
Ah, gotcha - so you just mean subscriptions that have different prices?
Basically yeah. Sorry for the confusing explanation - haha
No worries! Always good to double check! So yes, this should work with any kind of subscription - what matters most is how you want the funds flow to work. For example. if you allow customers to subscribe to multiple third parties in a Stripe subscription that would be something you manage with separate charges + transfers. If each customer has a separate Subscription object for each third-party that's something you can easily manage with destination charges + subscriptions