#JeanMary-connect-use-case
1 messages · Page 1 of 1 (latest)
Hi there 👋
We don't currently have a way to split balances within a single Stripe account into distinct balances, so if that is something you need then Stripe Connect sounds like the best fit that we offer.
JeanMary-connect-use-case
and it is possible "to clone" my customers. Need to be registered of the main account and on the connected account ?
It is, you can read the data stored in the Customer object on your Platform Account, and use that to create another Customer on your Connected Account. Then you can use this process if you need to clone that customer's Payment Methods as well:
https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
ok, thank you... It give me a way of think. I need to make a POC... thank you
Any time! Best of luck with the POC!