#devcoder_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1222911575577464893
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
If you want to transfer funds from a US platform to a UK Connected Account then you would have to use destination + on_behalf_of or use Direct Charges
You can't accept a payment on your US platform and then later Transfer funds to a UK Connected Account, unless you use Cross Border Payouts (https://docs.stripe.com/connect/cross-border-payouts)
Which would involve creating the UK Connected Account with the recipient ToS
Let me tell u currently we have platform account in US and we make card payment from users to it.
We also do transfers using stripe express for other connected accounts in other countries using destination in the same request to stripe
Sure if you use destination + on_behalf_of then that works fine
And this is working fine
But we are having an issue
That sometimes suppose my connected account has some issue(may be full service agreement rather than reciepient)
Then due to the transfers getting failing my original payment also gets failed
I don't want this coupled dependency
And hence looking for making payment charge and transfers a seperate flow
Hi there. Taking over for bismarck as they have to step out
The issue here is which funds flows are allowed and which aren't
Seperate charge and transfer just isn't allowed
Not from US -> UK
Ok but we have seperate charges and transfers way.. Is it only applicable for same country payment and transfers
Yeah unless you do cross-border-payouts: https://docs.stripe.com/connect/cross-border-payouts
Yes we would want to do cross border payouts
So can we work like we accept a charge onto our US platform account and then trigger a transfer for connected account(express)
Yes