#jatinpatel0708

1 messages · Page 1 of 1 (latest)

severe horizonBOT
bright dock
#

Sorry, I don't quite get what your question is. Are you checking why the amount is converted to USD or how the FX rate is calculated?

spare cairn
#

okay let me explain

how can we get 0.017817USD we need this amount

bright dock
#

You can expand the balance transaction of the payment intent and get the exchange rate in the balance transaction. For example:

curl https://api.stripe.com/v1/payment_intents/pi_xxxx \
  -u sk_test_xxx: \
  -d "expand[]"="latest_charge.balance_transaction" \
  -G