#tvanantwerp_api

1 messages ยท Page 1 of 1 (latest)

ocean trenchBOT
#

๐Ÿ‘‹ 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. Thank you for your patience!

โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

๐Ÿ”— 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/1213157156656914502

๐Ÿ“ Have more to share? You can add more detail below, including code, screenshots, videos, etc.

digital mothBOT
candid stream
#

Hi there ๐Ÿ‘‹ do you have an example object that shows the behavior you're describing?

It's possibly that you're presenting the payment in one currency, but the account receiving the funds can't settle in that currency so a currency conversion occurs. If that happens, the exchange_rate field should be populated to help indicate that:
https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-exchange_rate
(This is just my suspicion of what you could be seeing, that may change if I can look at a specific example of what you're referring to)

wet abyss
#

I haven't seen a fee_detail with a currency different from the parent balance_transaction yet. But I need to know if it's possible for the processing code I'm writing. Otherwise I'm risking recording fees into a third party accounting system in the wrong currency and messing up the balancing of books.

candid stream
#

Oh, I see, sorry for misunderstanding. Hm, I've not heard of that before, but I'm not sure whether or not it ever could happen.

The only scenario coming to mind where that might happen, is if you set up your flow to settle funds in an alternative currency:
https://docs.stripe.com/payouts/alternative-currencies#setting-up-your-bank-account-for-alternative-currency-payouts
but I would recommend running this quetion by our Support team:
https://support.stripe.com/?contact=true
They're more familiar with fees than we are, and I think they will be more familiar with understanding what currency a fee will be charged in.

wet abyss
#

Thanks! I appreciate the help.