- This topic has 4 replies, 3 voices, and was last updated 5 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Tax rate changing from 5.5% in plugins to 5% in Stripe.
My subscription products are set to use a 5.5% tax rate in the Stripe Plugin interface, but when a customer makes a purchase, they’re charged 5%, and the rate shows as 5% within the Stripe interface.
Page in question: graphiteas.com/gspayment
The plugin will need to round the number to 2 decimal places (it is the only accepted format for the payment gateway.
When your price is $5, the tax amount on a 5.5% rate come out to be 0.275. When that amount is rounded to 2 decimal places, it will be 0.28.
So as far as I can see, the tax amount looks correct to me (I have just checked the two items you have on the page that you shared).
I have just tested this and it appears that tax percent is getting rounded down on Stripe Dashboard indeed, while displaying correctly on frontend.
I will investigate this further and get back to you.
I have found and fixed the issue. Now tax percent shouldn’t be rounded down on Stripe Dashboard.
Please update Subscriptions addon to version 1.5.1 via WP Dashboard -> Updates (click “Check again” button if it doesn’t say update is available for Subscriptions addon).
Thank you for reporting this and providing enough data to get this reproduced and fixed!