#wim_api

1 messages · Page 1 of 1 (latest)

simple blazeBOT
#

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

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

gentle oak
#

Hi, let me help you with this.

weary wing
#

i need this "Fee" column that is exported via dashboard on failed payments. how do i get this column on the api? i've got a charge id

gentle oak
#

You're talking about Stripe fees, right?

weary wing
#

I guess
Sometimes its 0,21€ and sometimes its 0€ for sepa_debit payment type. I need this data (if its either 0,21€ or 0€) for my business logic

#

example with 0.21 from dashboard export: py_3QxerGBedPgr0Zv20wkqnfRo

example with 0.00: py_3QxfLdBedPgr0Zv20p07AFgl

both are sepa_debit tho

gentle oak
#

You can't access it via API. It's only available via reports, or for successful payments.

weary wing
#

what? why

#

its mandatory for my business

gentle oak
#

I don't know the reason for it, but that's how the API works, unfortunately.

weary wing
#

is there some beta or preview for that? something you can toggle on our stripe account so we have more options in the api?

gentle oak
weary wing
#

can we somehow determine it for example by "generic_decline"?

we need to determine this somehow if a few was billed on sepa_debit payments on failures

gentle oak