#niew-exchangeRate
1 messages ยท Page 1 of 1 (latest)
Hi there! You might find this exchange_rate field on a Balance Transaction API handy: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
๐ thank you
Anytime! ๐
trying to get all rates with php library help, but get error. maybe you know what im doing wrong?)
The balance transaction API is what you are after ๐
Something like this:
sk_test_xxx
)`;`
$stripe->balanceTransactions->all(['limit' => 3]);
exchange_rate is one of the fields in the Balance Transaction object.
not exactly, i wanna use this service)
because i have multiple payment systems, and i wanna know "global exchange rates" to convert transactions from other system)
as i understand this api url is not available anymore(
/v1/exchange_rates
it's a private beta
your account probably doesn't have access to it. It's exposed in the PHP client library for accounts that do have access to that, but it won't work unless your Stripe account has access to that feature.
how can i check it?
nowhere there
if you want access to that beta you'd need to ask our support team https://support.stripe.com/?contact=true
but to set expectations it's very unlikely you will get into it