#.saberkhan
1 messages · Page 1 of 1 (latest)
Note that I have submitted the identical issue to Stripe support and they did not respond to me.
Hello! you're going to have to give us more details here - do you have the checkout session ID so we can take a closer look?
let me take alook
Thank you!
How much do you know about the differences between inclusive an exclusive tax?
We are only talking inclusive tax here. Look at the image above, the tax collected should be $25.88 not $23.92 as shown in Checkout UI based on 8.25% tax rate.
25.88 would be the amount if it was exclusive tax -
313.75 * .0825 = 25.88, which is how exclusive tax is calculated
https://stripe.com/docs/billing/taxes/tax-rates#inclusive-vs-exclusive-tax
Correct but Stripe display a value of $23.92 for exclusive tax, which is wrong.
Your screenshot is for inclusive tax rates though - 23.92 is correct for an 8.25% inclusive tax rate where the subtotal is 313.75
So amount for inclusive is less compared with exclusive tax collected.
Yes, typically that's the case (you can see it in that link I sent you too)
Now clear. Another question wrt connected account, there is a field called "id_number_secondary", when I created a person using api call and entered a value for id-number_secondary, it always gives me an error though I tried different values. Is there a specific format of input I need to enter for id_number_secondary?
What does the error message you're getting say? Do you have a request ID?
"error": {
"message": "Unexpected id_number_secondary for US.",
"param": "id_number_secondary",
"request_log_url": "https://dashboard.stripe.com/acct_1NL6dn2Rntvagj25/test/logs/req_h08buB9XiLkjHs?t=1690816198",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I do not have reuqest id. Error message is given above.
That means we don't expect you to provide id_number_secondary at all
You shouldn't be passing it to us for a US account
So for the US account id_number_secondary is not allowed. Correct?
correct
This is true for connected account as well.
yes
That solves the mysteries. Thank you!
👍