#ednonstop-Transfers
1 messages ยท Page 1 of 1 (latest)
acct_1L5owgCsmBaUST9m
there are 2 types of balances
available and pending
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you can see what's "Available" and what "Will be available soon"
do you have the request id where it's failing to do the transfer?
I don't know where to get request id, but parameters for request is like:
accountId=acct_1LUXtj2SROfEuvDF&amount=100¤cy=usd
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
my bad I don't know how I've missed this
you're trying to do a transfer in a currency for which you don't have any balance
you're balance is in GBP and you can't transfer USD
i thought it can be converted
in process
how can i calculate it properly? If i have USD pricing in my app but GBP in stripe accounts
unfortunately you can't
you'd have to send X GBP and we will convert it along the way and the Connect Account would get it in their default currency
but there's a bigger issue there
is your Connect Account in the US?
No, must be Great Britain, isn't it?
it's a question to a client why he wan't this, i'm a developer ๐
But you are saying it's will be really a problem to have different currencies
Better not to do this as i understand
there are ways of doing this but yeah it's more of a business question rather than how to implement it
so I think speaking to our support team https://support.stripe.com/?contact=true might be a good start
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks but i can't see chat support button last days, there are only docs and articles
are you logged in?
in all cases you could always send an email to support@stripe.com
let me know if you need any more help
You wrote that there is a proper way to implement transfers between accounts with different currencies. Can you tell me what's the way is?
Hello ๐
Taking over for tarzan as they had to step away
hello. okay
when you say transfers between accounts, do you mean Connected Acc -> Connected Acc OR Platform Acc -> Connected Acc?
Platform Acc -> Connected Acc
gotcha
have you had a chance to refer to these docs already?
https://stripe.com/docs/connect/cross-border-payouts
Not yet
As i see i must enable them and then i can use transfers with conversion