#ben_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/1309200770930970647
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Not sure I understand the question... can you explain more what you are asking?
Are you asking whether the currency of a Balance Transaction can be different from the presentment currency of a PaymentIntent?
Sure, so a charge could be in USD because the product / price it relates to, were created in USD. But maybe I am set up in Stripe in GBP.
Every charge appears to have a related balance transaciton, which holds the fees Stripe take.
If I in Stripe am in GBP but I charger a customer in USD, would the curency in the balance transaction differ from that in the charge?
The balance transaction would be in the currency of your Stripe balance.
But the customer might see a different currency, depending on the Price or if you use adaptive pricing: https://docs.stripe.com/payments/checkout/adaptive-pricing
ok, so the 2 can have different currencies