#gregory-cross-border-payout
1 messages · Page 1 of 1 (latest)
I would expect Stripe to use the my USD balance for the transfer?
That's not how it works today unfortunately. You have to transfer USD since you have USD and then it will convert to AUD in their Stripe account if it's an AU-based Stripe account and then you can payout that amount
Thanks @late zephyr , only US based account supports cross-border payout.
just to clarify: I work for Stripe
I just don't understand what part of my answer made you reply with that
You have a US-based Stripe account, you do a topup, you get a USD balance. You want to do cross-border payouts to Australia, so you have a connected account that is based in Australia and expects AUD
You transfer $X USD and it converts to $Y AUD
and then you payout $Y
Let's say I want to send $20 AUD to a service provider in Australia, in the Transfer API, I set the currency to "aud", it failed with insufficient fund even though I have $1000 USD in my balance. So do you mean my app needs to convert the $20 AUD to $X USD, and call Transfer API with USD?