#theis_api

1 messages ¡ Page 1 of 1 (latest)

woven acornBOT
#

👋 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/1265973294906081351

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

magic bramble
icy needle
#

Heya! That claims the fee is 0. Which doesn't sound right

magic bramble
#

maybe you're not on sticker pricing and are on IC pricing?

#

do you have an example of a charge ID where the fee was 0?

icy needle
#

sounds likely, ch_3Pccd6KbCokAm4MR0nJW6GQD

magic bramble
icy needle
#

so no endpoints to get this data?

magic bramble
#

you can call the API to generate and download reports

icy needle
#

but report still bundles fees into lump sums, is there no way to see what each individual transaction fee was?

magic bramble
#

should be, the docs talk about a itemized report with a transaction-level fee breakdown so make sure that's the report you're downloading, not the Summary

icy needle
#

that's the one

#

thanks!

#

if i can make a request it would be a way for that to be accesible via an api endpoint

#

that doesn't include downloading a report

magic bramble
#

yeah unfortunately it's not easy to put in the API because the fee is not known at the time the BalanceTransaction is created(because it depends on stuff like the interchange reporting and true-ups and is overall async) and there's no pipeline to backfill this kind of thing into the BalanceTransaction. Overall we do want people to use reports for this stuff more often since it's more reliable and stable to scale the systems than making everything available live in the API, so we're kind of going in the opposite direction.

icy needle
#

totally get you on that

#

does that mean that theses reports wont change after being generated?

#

i.e the fee can't change on your end

magic bramble
#

not as such no

#

like if something changes like a misbilling or something, we'd probably issue an adjustment on your account, and that appears as a separate transaction on a future report. Not sure if that answers your question.

icy needle
#

it does so that's perfect

#

appreciate your help on this!