#hopp8435_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1404600197962797198
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! looking into this question now
Thanks!
any chance you have an example authorization object ID i can take a look at?
looking at our API reference doc, we have the balance_transaction.fee_details, but looking at the type i only see these options: "Type of the fee, one of: application_fee, payment_method_passthrough_fee, stripe_fee or tax."
https://docs.stripe.com/api/issuing/authorizations/object#issuing_authorization_object-balance_transactions-fee_details
still poking around though...
I need something that actually ties out....these are fees that should be passed on the customer
@past spire can you clarify what FX you are talking about? Like was that payment made in EUR or somethong else?
ZAR and EUR
So in my bill for the month I see
I am trying to tie out the Issuing Fx and XB across my connected accounts
Gotcha. We know nothing about fees and reporting on this server so not really something we can help with. Usually there's some extra report you can use to see what fees are tied to which account(s)
But if you are asking about how to look at the conversion on the individual Issuing Authorization I am looking
Got it. So that is a question to support?
On the Issuing Authorization you have amount and currency which are in the Cardholder's currency so USD for you.
And merchant_amount and merchant_currency are the amount/currency the cardholder paid at the store (merchant here is the business accepting payment) so with that you can calculate the exchange rate right?