#donna-j_api

1 messages ¡ Page 1 of 1 (latest)

upbeat ravenBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1458098208281591913

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rustic kindle
#

hey there, is the issue a lack of available funds for transer then? Can you share an example transfer creation request ID?

#

As the error indicates, you might need to use the "bypass pending balance" test card to get some available funds immediately, instead of after a couple of days

lethal gale
#

sure.

rustic kindle
#

That said, in general you can also create transfers using your platform balance that will be converted to the connected account settlement currency, assuming you're allowed to create that transfers based on region restrictions etc

lethal gale
#

pi_3SmQWfIq2bf80JUV2cnRSdo7-payment method id

#

cus_TMrtzbJNHIMZHE-customer id

lethal gale
#

Is there any other information other than Payment method id and customer id needed?

rustic kindle
#

And then when/how are you trying to transfer to a connected account?

lethal gale
#

yes. this is our platform account

#

the information shared was for the USD transaction

#

We were trying to testing the fund transfer to the connected account: acct_1SkAnJEwDy7yJX5t

#

All the required/suggested capabilities are active for this connected account., but still the transfer does not happen. this connected account is for a US user

#

and our platform account is in CAD.

#

Request Body:{amount:15
currency:usd
description:Payout to helper for completed task
destination:acct_1SkAnJEwDy7yJX5t}

#

Response Body: {
"error": {
"code": "balance_insufficient",
"doc_url": "https://stripe.com/docs/error-codes/balance-insufficient",
"message": "You have insufficient available funds in your Stripe account. Try adding funds directly to your available balance by creating Charges using the 4000000000000077 test card. See: https://stripe.com/docs/testing#available-balance",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_nf4MPMHUxxtDjS?t=1767709928",
"type": "invalid_request_error"
}
}---for this reason we tried a USD transaction and therefore, we should having enough/sufficient balance to transfer funds to the U.S. connected account

rustic kindle
#

ok, right, so you do have available CAD balance

#

the way this works is you actually need to create the transfer in CAD (since that is what you have) and then it would get converted to the connected account settlement/payout currency when received, with some FX

#

Alternatively, you could enable USD settlement in your CA platform to hold USD balance and send that directly to account thats can receive USD, but then you need to manage multiple balances on your platform. THat's really up to you.

lethal gale
#

yes, We have a CAD balance.

#

I will give a try creating transfer in CAD to the connected account with default currency as USD.

#

I did see the transfer was successful.