#ynspc
1 messages · Page 1 of 1 (latest)
What type of connected account are you using? Standard, Express or Custom?
STANDARD"
https://stripe.com/docs/connect/subscriptions#connected-account-platform could be a better Doc to follow
one client can purchase products from across the businesses
Yeah I think this should be possible, as the red arrow on your graph
Yeah i followed the same link, sorry i forgot to put the link in my query. It has mentioned that we need to create customer to each gym-business. so if we create customer [cus-1] to gym-business-1, can cus-1 purchase the product from gym-business-2 as cus-1 is not in gym-business-2?
cus-1 will be a Customer object on the Platform Account, representing gym-business-1. So no they can't purchase product from gym-business-2 which is a separated Connected Account.
So yes you will want to clone cus-1 from Platform Account to the gym-business-2 Connected Account in order to do that. But this is already complicated. Do you really want a business to purchase product from another business? I think you wanted client to purchase business products
yeah client to purchase product from different business not the business
Okie, then the tricky part is still, each business has their own Connected Account, and if client A want to purchase from Connected Account X and Connected Account Y, they need to have 2 separated Customer objects in X and Y
Thank you for the suggestion.
So for a single user/ client A in our system, s/he needs to have a unique customer object in different connected account/ businesses. Is this the only solution for this requirement?
Cloning-customers-across-accounts, is this use case too complicated and not a best suit for my requirement?
This is the only solution yes, and suits your requirement