#Pete - Separate Connect Payouts
1 messages ยท Page 1 of 1 (latest)
What do you mean by "from specific transactions"
are you referring to source transaction to manage pending payment availability?
yes
Oh, thats a bit different
oh wait; i apologize.. i don't think that's what i'm referring to.
I have a few clients who are having unique needs of some of their sales, they want to deposit into bank account A, where as some of them they want to deposit into bank account B
I tag transactions with metadata so I know.. but would love not to manage in my own DB (bank account A will get __ and bank account b will get ___)
I saw something in the "deposits" where it would show me which transactions were apart of that deposit, and that got me thinking this might be possible.
Do you mean for certain incoming payments you want to send a payout to one bank account A and for other payments send the payout to bank account B, both of which belong to the same connected account C? It sounds like taht's the case
https://stripe.com/docs/api/payouts/create#create_payout-destination
If your connected account has multiple external accounts you can specify the destination bank account, but this requires using manual payouts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that is EXACTLY what i'm wanting.
which will then no longer support the balance transaction listing of charges by payout, which only works with automatic payouts
interesting.
So just FYI if you use that balance transaction listing by payout, that will no longer be possible with manual payouts
good to know.
And automatic payouts will only ever be sent to the default_for_currency if there are multiple accounts for a given currency: https://stripe.com/docs/connect/payouts-bank-accounts#multiple-accounts
๐ Thank you. I appreciate it!