#wolfborg_docs

1 messages ยท Page 1 of 1 (latest)

empty flumeBOT
#

๐Ÿ‘‹ 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/1338854075290222662

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

elder briar
#

For a balance transaction object what are the conditions that would cause "stripe_fx_fee" and "tax_fee" to be charged/populated?, I checked a few of our payments (incl. ones in different currency) but could only find "stripe_fee" in all of them.

cinder thorn
#

๐Ÿ‘‹ happy to help

#

what tax_fee are you referring to?

elder briar
#

that is for a particular paymanet intent charge, would we be able to know the stripe_fx_fee and tax_fee, or is it not relevant in the context of a charge?

empty flumeBOT
verbal night
#

I don't think there's a clear way to map those extra fees to a particular PaymentIntent/Charge.
Do you have example of Balance Tx of those types on your account?

elder briar
#

Right now we use the balance_txn object associated with a payment intent to show details regarding the fee collected by stripe for that payment, and we are only considering fee_details.type=stripe_fee. So wanted to know if we should also check for fee_details.type=tax and add that as well

verbal night
verbal night
elder briar
#

ok, thanks
But why would it be that all the payment intent charges I checked only had the "stripe_fee" type in the fee_details array, I could not find "tax" type

verbal night
#

Are you looking in Live mode?

elder briar
#

yes

verbal night