#savcom.
1 messages · Page 1 of 1 (latest)
Hello 👋
We don't have any public APIs for exchange rates today.
https://stripe.com/docs/currencies/conversions#foreign-exchange-rates
So there is no way to exactly determine the exchange rate that will be used?
There's a tool on dashboard that helps with this
https://dashboard.stripe.com/currency_conversion
But this data isn't available via an API
OK. Once the payment intent is submitted, can we see the exact exchange rate and USD settlement amount for that order via API?
Yes, it should be visible on the BalanceTransaction object for the PaymentIntent
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
ty