#krista-payment-currency
1 messages · Page 1 of 1 (latest)
Can you share the payment intent ID so I can take a look?
pi_3NxYsVE6HT0y8KKz1OleWnYp
Wait I think I know! It looks like even though we are expecting GBP back from BalanceTransaction - its actually returning euros not pounds! Is that correct? Is there was way to get BalanceTransaction back in the currency of the purchase
Yup! It looks like that fee is 27 euros - in gbp it'd be 24 like you expect
Is there was way to get BalanceTransaction back in the currency of the purchase?
@quasi fossil the Charge has the information about the original currency and the BalanceTransaction as the information about the money movement in your account
krista-payment-currency
Can we specify the currency of the money movement?
I'm not sure what that could mean
https://stripe.com/docs/currencies/conversions You likely want to read this and understand how currency conversion works
perfect thank you
i will read this but i would have expected that if the order was paid in pounds, we would see the money movement in pounds not euros.
@quasi fossil If you are say an FR-based Stripe account with just an EUR bank account for Payouts then all money movement converts to EUR. You can support multiple currencies for Payouts too as needed
ok thank you