#JoaoVitor

1 messages · Page 1 of 1 (latest)

tired crowBOT
mystic osprey
#

Hello

#

Can you clarify?

#

Are you asking if we support bank transfers to a Brazil Connected Account?

rugged terrace
#

I have a stripe account and would like to transfer money to a third party account

mystic osprey
#

Is the third party a Connected Account of yours?

#

Where is your platform located?

rugged terrace
#

the account belongs to a random person, I need to send cents to verify that the account is valid.

mystic osprey
#

No you can't transfer from your Stripe Account to a random account not associated with your Account

rugged terrace
#

Is it possible to create an Account Connect for the person and act as if it were a transfer?

#

or make multiple transfers

mystic osprey
#

Where is your account based? And what country would the Connected Account be based in?

mystic osprey
#

For both?

#

In that case, yes.

rugged terrace
#

yes

mystic osprey
#

Yep so then if you onboard a Brazil Connected Account you can transfer from your platform to that Connected Account

rugged terrace
#

I want to transfer from my Connected Account Stripe to another bank the same way the transfer is done

mystic osprey
#

What does "another bank" mean?

#

Like a bank account owned by the Connected Account merchant?

rugged terrace
#

has balances later transfer , can I transfer to other third-party accounts?

mystic osprey
#

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?

rugged terrace
#

@grave marsh

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?

turbid hollow
#

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

grave marsh
#

That's what I needed, thanks! Can I create a ficctional developer account to test Stripe Connect transactions?

turbid hollow
#

Yep, every Stripe account has a test mode where you can test everything.

rugged terrace
#

i send parameter null and return excepion

#

using balance my account

turbid hollow
#

You need to specify a source_transaction as the error indicates.

#

You can't specify nothing.

rugged terrace
#

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

turbid hollow
#

You can't specify null for Brazil though, as the error indicates.

rugged terrace
#

how to use my balance?

turbid hollow
#

You can't, you need to specify a transaction.

rugged terrace
#

'Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments

#

help

turbid hollow