#matiullahpro_code
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/1407766261059813456
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you provide a Request ID?
pi_3RyFGAD1mw6NJ7wC1MqqIs3d
check this.
it is calculating but not deducting the taxes.
after deducting stripe charges, I think platform fee should be deducted from net amount. I have provided you Payment Intent ID. kindly check it.
Hi, taking over as my teammate needs to step away. Let me catch up.
Sure
I see you passed the application fee amount: https://docs.stripe.com/api/payment_intents/object?api-version=2025-06-30.basil#payment_intent_object-application_fee_amount
What do you expect to see here exactly instead? Can you share the math behind it?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
let suppose
product price is 20 SEK
2.45 SEK is stripe processing fee.
our platform fee 3.00 SEK (which is 15% of 20 SEK not NET amount 17.55 SEK)
and further VAT is showing 4 SEK but not deducting from price, why?
I think that is because the tax bebavior shows to be inclusive. You'd want to change that to exclusive. We talk about this here: https://support.stripe.com/questions/inclusive-and-exclusive-tax-options-in-the-tax-rate-api-and-stripe-tax at a high level
I agree, user will not pay the amount. but admin of stripe account and vendor (connected account) will share the VAT? i means dducted from their accounts.
You need to decide who bears the responsibility for tax. We talk about it here: https://docs.stripe.com/tax/tax-for-platforms?charge-type=destination-charges
You'd need to follow that guide.