#LINH
1 messages · Page 1 of 1 (latest)
hello! you can get the FX by retrieving the PaymentIntent and at the same time expanding [0] charges.data.balance_transaction. You'll be able to see the exchange rate in the balance_transaction in the response: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
Great! Thanks for the shared document!