#samlll42
1 messages · Page 1 of 1 (latest)
Hi there!
Hey!
we have a merchant with multiple locations each location has a separate bank account (they want to keep their finance seperated) can they have multiple bank accounts under the same Connect Stripe account or will they need one stripe account per location?
we can pass an identifier when we call the Stripe API based on the location - is that supported?
It's possible for a given Connect account to have multiple external accounts/bank accounts. It's not possible to specify on the charge which bank account should be used to pay out the funds
I see... so if they have multiple bank accounts all the charges go to the same/default one ?
It depends. To pay out to an external account that is not the default one, manual payouts would need to be used, and the destination value when creating the payout would need to be the appropriate external account ID: https://stripe.com/docs/api/payouts/create#create_payout-destination
Thanks - But here we are talking about payments they get from their customers processed through our platform on their Stripe Account, not payouts to 3rd parties
Does that make sense?
I'm not sure I follow.
Let me know if this is an accurate summary of what we're discussing: Customers are making payments. Funds from these payments are being added to a Connected account's balance on Stripe. The Connected account would like to be able to transfer funds from that balance to different bank accounts of theirs.
Correct
I guess the only part that i am not sure I understand is the payment to the bank account is automated daily - right?
Daily payouts happen if automatic payouts are enabled. In order to choose to send funds between a connected account's bank accounts, payouts will need to be switched to manual for that particular connect account
I see
so basically either they do manual pay outs and use some kind of indicator we passed when we process the charge to determine what goes were , or we set them up with a separate Stripe account per Location and connect to each Stripe account
Can we link multiple Stripe account so they can share the same customers /payment methods across multiple accounts?
That's right
Connect + destination charges is really the only way to do that: customers and their payment details are stored on the platform account, and charges are made by specifying a destination connect account: https://stripe.com/docs/connect/destination-charges#create-a-charge
I see - hold on my colleague is joining as well he is more familiar than me with how we did our integration - Currently i believe we store payment methods on the connect account not the platform
Got it. It's not possible to share/clone/use the same customers stored on one connected account with another connected account.
That makes sense - we may have to change our implementation somehow to support that
Yes, in our current integration, we create all the payment methods on the connected account.
Is this because you can only have a payment method on one customer at a time?
No, you can have multiple Payment Methods to a customer.
Thanks for the help