#blueish
1 messages ยท Page 1 of 1 (latest)
I believe it's the flooring rule. Do you have specific Payment Intent ID (pi_xxx)? Would like to quick confirm
Yep! pi_xx
pi_1HZPm4IitYc3K2qHEcKSwJHW
1.6142854 * 2880 = 4649.14
I see the rate is 1.6142854 in your Balance Transaction
You can find your Charge ch_1HZPm5IitYc3K2qHxfNvBdme, then find the Balance Transaction txn_1HZPm5IitYc3K2qHeUjZP5C2 via API. Inside the Balance Transaction there will be the value: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how come the value that I see is 1.61429?
Im using stripe CLI
should I use retrieve instead of list?
same with retrieve im just getting 1.61429
is this because my stripe version is outdated?
In the Balance Transaction Retrieve API?
from our system log.
I think it's simply the display limitation, while it floor up the real value to 1.161429
do you know how can I get that value in the API?
because i think that's what i need
Unfortunately there is only Balance Transaction's exchange_rate :/ Sorry for the inconvenience