#JoaoVitor
1 messages · Page 1 of 1 (latest)
Hello
Can you clarify?
Are you asking if we support bank transfers to a Brazil Connected Account?
I have a stripe account and would like to transfer money to a third party account
the account belongs to a random person, I need to send cents to verify that the account is valid.
No you can't transfer from your Stripe Account to a random account not associated with your Account
Is it possible to create an Account Connect for the person and act as if it were a transfer?
or make multiple transfers
Where is your account based? And what country would the Connected Account be based in?
There are limitations on transfers: https://stripe.com/docs/connect/charges-transfers
brazil
yes
Yep so then if you onboard a Brazil Connected Account you can transfer from your platform to that Connected Account
I want to transfer from my Connected Account Stripe to another bank the same way the transfer is done
What does "another bank" mean?
Like a bank account owned by the Connected Account merchant?
has balances later transfer , can I transfer to other third-party accounts?
I'm sorry I want to help but I'm having a really hard time understanding what you are asking
Can you be any more specific?
@grave marsh
Hey @mystic osprey , sorry about Joao, he's having a hard time with english questions
The question is: We're thinking about using Stripe Payout to make transfers to our customers bank accounts
Is that possible?
Hello! I'm taking over and catching up...
You can use Connect for that. Your account would be the platform account, and your customers would have their own Stripe accounts connected to your platform. They can set up their own bank accounts on those connected accounts for payouts to go to. See here for more details: https://stripe.com/docs/connect
That's what I needed, thanks! Can I create a ficctional developer account to test Stripe Connect transactions?
Yep, every Stripe account has a test mode where you can test everything.
See https://stripe.com/docs/testing and https://stripe.com/docs/connect/testing for details.
For Transfers involving Brazil, the source_transaction parameter is mandatory. See https://stripe.com/docs/connect/charges-transfers for more information. If you have any question, please contact us via https://support.stripe.com/contact
i send parameter null and return excepion
using balance my account
You need to specify a source_transaction as the error indicates.
You can't specify nothing.
ID of the charge or payment that was used to fund the transfer. If null, the transfer was funded from the available balance.
documentation say this
if null l, the transfer was funded from the available balance
You can't specify null for Brazil though, as the error indicates.
how to use my balance?
You can't, you need to specify a transaction.
'Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments
help
The error message is accurate, the destination account needs one of those capabilities enabled. There's documentation about this here: https://stripe.com/docs/connect/account-capabilities