#pinho
1 messages · Page 1 of 1 (latest)
Hi 👋 typically no, usually the "main account" in a Connect scenario is the Platform account, and all other merchants/vendors/etc have a Connected account created for them.
Ok, then it means I should continue to receive payments with stripe normal implementation (Stripe Payment Intent) and then I'll be able to transfer money from the main-account to the connected-accounts?
Correct, you will continue to use Payment Intents to collect payments. Exactly how and whether you need to create Transfers afterwards depends on which of our charge structures you plan to use for your scenario. When working with Custom Connected accounts you should look at using either Destination Charges:
https://stripe.com/docs/connect/destination-charges
or Separate Charges and Transfers:
https://stripe.com/docs/connect/charges-transfers
Right, I'm aware of that. Thanks!
Awesome, happy to help!