#toucan-safari-transfer
1 messages · Page 1 of 1 (latest)
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
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
I have to run but you likely want to chat with our support team about your business model and exact flow of funds: https://support.stripe.com/contact
no its alright thanks for all your help @vast gulch