#toucan-safari-transfer

1 messages · Page 1 of 1 (latest)

vast gulch
#

destination is the id of the connected account, the acct_123

final turret
#

yes

#

i am receiving a insufficent balance error

#

checking the balance for the account under the api key

#

{ object: 'balance', available: [ { amount: 12358, currency: 'sgd', source_types: [Object] } ], connect_reserved: [ { amount: 0, currency: 'sgd' } ], livemode: false, pending: [ { amount: 34087, currency: 'sgd', source_types: [Object] } ] }

#

i am requesting a transfer of 100 to another connected business account

#

StripeInvalidRequestError: Insufficient funds in Stripe account. In test mode, you can add funds to your available balance (bypassing your pending balance) by creating a charge with 4000 0000 0000 0077 as the card number.
I get this error

#

the error is because of a difference in currency

vast gulch
#

correct you can only transfer a balance you have

#

if you do separate charges and transfers we'll covnert to your default currency (SGD here)

#

and then you transfer SGD

final turret
#

no its alright thanks for all your help @vast gulch