#dz_docs
1 messages Ā· Page 1 of 1 (latest)
š 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.
Hi there
Can you look at the Balance Transaction object and check the fee breakdown there?
This is my balance transaction screen, it seem like only include 1.5% and 10% of stripe processing fees as tax
Yeah. But if you have access to API, you can find the Payment Intent first (pi_xxx). Can you find the Payment Intent Id?
You mean this one, right?
Yes. Can you use API to Retrieve Payment Intent API
Yeah. Here is my API response
Okie, can you expand latest_charge.balance_transaction?
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
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
I think so yes. You would want to reach out to Support for further clarification
Yes, I think I need more surely confirmation, because I have to confirm with my client before we release it on prod
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.