#zh0glikk - currency balances
1 messages ยท Page 1 of 1 (latest)
Hello. This is probably due to you collecting payments in GBP. Those will go toward your GBP balance to avoid currency conversion
You can collect payments in USD to have them go toward your USD balance
where i can change it?
You can detect where your customer is located client-side, then opt to charge them in either GBP or USD depending on their location. If you are using PaymentIntents, you can specify the currency here: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-currency
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yep, I use this one with currency usd
it's automatically converts to receiver balance gbp during payment
and I get fee in gbp too
Can you share either a request ID or PaymentIntent ID where this is happening?
Do you have a USD bank account connected to your account?
yes, usd bank account is connected
pi_3KrMqiLe9tCOQoKq3KiGy7M3
in test mode
my usd balance becomes negative
and gbp grows up to 0.15
after fee paymentintent 1$ , fee 0.20$
balance of the platform
I can get this fee by api
we can see usd currency
but why is it stored on my gbp balance finally
i dunno
so any recomendations?)
Does your connected account have USD as a settlement currency (does that also have a USD bank account)?
it's for platform
I test it on the test mode with default card
but no, connected accounts are located in the gb
they are using gbp bank account by default
So I think what's happening is the funds are being converted to GBP to settle on that connect account, then, since the funds have been converted, the application fee is transfered in GBP to the platform
This is expected, right? @plain forge
Just pulling up the payment to confirm but yes I believe that's accurate