#Flolosain

1 messages · Page 1 of 1 (latest)

solar coveBOT
slow niche
#

Hi there, you can't top up a connected account directly but you can use transfers API to transfer funds to it.

jolly ibex
#

Thanks for your answer, it's what I did. The screen is just for the balance of the admin account, in the balance tab

#

Not directly to a connected account

#

When I try to transfer to the seller, code error insufficient balance

slow niche
#

Can you share with me the full error response?

jolly ibex
#

Sure :

#

It's for a Standard account

slow niche
#

can you copy and paste the text here? thanks

jolly ibex
#

When I tried with an express, it doesn't wrk at all

#

Sure :

{
"error": {
"code": "balance_insufficient",
"doc_url": "https://stripe.com/docs/error-codes/balance-insufficient",
"message": "You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to https://dashboard.stripe.com/account/payouts.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_oROfA1kaObKiag?t=1667230290",
"type": "invalid_request_error"
}
}

slow niche
jolly ibex
#

Thanks, but it means when a user is paying, the amount is not available immediately for transfer? It means the platform has to have money in advance?

slow niche
#

You can only transfer when the funds are available. Alternatively you can use the source_transaction param so that you can make the transfer API call first, and the transfer will automatically occurs once the charge’s funds become available.

jolly ibex
#

Thanks for your answer!