#testDeveloper

1 messages · Page 1 of 1 (latest)

granite riverBOT
regal igloo
#

Hi, according to the message, you can't send a Stripe account value acct_xxx into the parameter destination

#

The ID of a bank account or a card to send the payout to. If no destination is supplied, the default external account for the specified currency will be used.

#

If you simply want to create a Payout to your own account, just don't specify that parameter

young swallow
#

can we retrive bank id from connected account?

regal igloo
young swallow
#

req_MylqugBpOu4uiR

#

i have 10$ and doing the payout of same amount

regal igloo
#

It said this account doesn't have enough balance

#

Please read the error message

young swallow
#

i have 10 $

#

and doing payout of 10$

regal igloo
#

If you call the Balance API on that connected account, how much do you see?

#

$10 doesn't mean you have $10. There is processing fee taken from it

young swallow
#

its showing in pending balance

#

balance {
object: 'balance',
available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
instant_available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
livemode: false,
pending: [ { amount: 1000, currency: 'usd', source_types: [Object] } ]
}

#

when is the balance available after tranfer ?

regal igloo
#

in 4 days AFAIK

#

It can vary by country or account

young swallow
#

how will check if i am using API?

regal igloo
#

Can you find the Balance Transaction of the $10 charge? You can look at its available property