#dz_docs

1 messages Ā· Page 1 of 1 (latest)

unkempt nexusBOT
#

šŸ‘‹ 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/1301023055740534805

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

dull roost
#

Hi there

#

Can you look at the Balance Transaction object and check the fee breakdown there?

storm vector
#

This is my balance transaction screen, it seem like only include 1.5% and 10% of stripe processing fees as tax

dull roost
#

Yeah. But if you have access to API, you can find the Payment Intent first (pi_xxx). Can you find the Payment Intent Id?

storm vector
#

You mean this one, right?

dull roost
#

Yes. Can you use API to Retrieve Payment Intent API

storm vector
dull roost
#

Okie, can you expand latest_charge.balance_transaction?

storm vector
dull roost
#

Okie now you have

"fee_details": [
                {
                    "amount": 61163,
                    "application": null,
                    "currency": "jpy",
                    "description": "Stripe processing fees",
                    "type": "stripe_fee"
                },
                {
                    "amount": 6116,
                    "application": null,
                    "currency": "jpy",
                    "description": "JCT",
                    "type": "tax"
                }
            ],
#

„250 + 10% consumption tax for refunds
I think this is only for refund

#

If you try a Refund, you may see this on the Refund Balance Transaction again

storm vector
#

So you mean,
when checkout, it only include 1.5% stripe processing fee + 10% tax
when refund, it will be deducted „250 + 10% consumption tax on refund amount

dull roost
#

I think so yes. You would want to reach out to Support for further clarification

unkempt nexusBOT
storm vector
#

Yes, I think I need more surely confirmation, because I have to confirm with my client before we release it on prod

valid veldt
#

Hi @storm vector we are engineers and we are unable to answer questions related to fees. The support team is better equipped to answer this kind of questions.