#rubix4444
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi there 👋 as the error indicates, that field cannot accept a decimal amount, and you are not able to charge your customers a fraction of a cent. You will need to round the amount before providing it to us.
ok, but the minimum amount customer can buy is 10, so it is 10x0.10= 1 euro +24% = 1,24 euro
when i change setting in dashboard that tax is not include in price it works
but there is another problem with this, customer can choose other country to avoid the tax
Ah, I thought you were directly passing the amounts after calculating tax, if that's not the case, can you provide more details about what you're trying to do and where you're encountering this error along the way?
I want to include tax in final price in my product, where tax is 24% for Greece state
How are you doing that?
Are you manually calculating tax amounts and providing adjusted amounts when creating Checkout Sessions? Are you using Stripe Tax to handle that automatically? Or possibly something else?
I try to include tax manually into product price. Then paste this price when create Checkout Sessions.
Hm, that's not much detail, what is the ID of the request (req_ prefix) where you're seeing this error being returned?
req_OYAMBmu0fylSsb
can i calculate total tax for count*price and add it to Checkout Sessions by the other way?
i don't want to use stripe automatic tax calculation, because it can be bypassed by tricky users, if they change their location.
Hm, I think I'd recommend using Tax Rates instead, if you already know the tax percentage that you need to include:
https://stripe.com/docs/billing/taxes/tax-rates
You can define the Tax Rate, then pass it in when creating the Checkout Session:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-tax_rates
please give me time to review the documentation.
Thank you, that's what I was looking for.
Awesome!
❤️
One more question please
how can i use here my logo, can you send me documentation please?
I believe that's controlled by your branding settings:
https://dashboard.stripe.com/settings/branding
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.