Managing Multiple Stores within App

My app has a store for every subscription based user. So if I have 10 subscribers, each subscriber can utilize a built in store platform to sell their products. How do I setup the payment methods for each of those 10 users so that they can receive their sales funds?

Stripe?

Would each user have to setup a Stripe account?

@ThunderBlade you can explore Stripe Connect, but the exact setup will heavily depend on your relationships with the merchants, your role, the money flow, who is MoR (Merchant of Record), your country, merchant countries, taxes(!), etc.

E.g. in one of the projects I’m working on I ended up creating all the payment flow outside of Adalo and not using any of Adalo’s Stripe components. But I’ve heard about cases when makers were using Stripe Marketplace components.

In Stripe, if money go to some vendor, they must set up the account. What kind of account is it - that depends.

Best,
Victor.

Thank you. This appears to be a bit deeper than I originally thought. I’m gonna have to start digging into this.

I guess my next question is …..

I’m thinking in terms of Square or Shop, I’m sure that there are others.
Is it not as simple as installing the API and allowing each App User (those that manage their own stores and products) to setup their own payment method with the Payment Handler that I provide in the app?

Or does it go deeper than that…..and do you have any suggestion to point me toward a viable path.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.