#Raj-tax
1 messages · Page 1 of 1 (latest)
Hi Jack, do you mean the transaction ID from Stripe Developer portal ?
You can send me this too
Ok Give me 5 minutes. I will share the transaction ID
The ID for single item with 2 quantities is req_QQGytMIhxj6W8l
The ID for multiple items is req_ro4rsGSgv9US4W
Let me know if you need any other information from my end.
Thanks. so the actually amount is 20.9506, but somehow the rounding is different in these two caes.
Yes, that's correct. As per the link https://support.stripe.com/questions/rounding-rules-for-stripe-fees it should be 20.95 but the results are inconsistent. So we are stuck
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I am afraid that I am unable to resolve the problem at this moment, can you please write in to Stripe support? https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sure Jack. Thanks for your quick response
Sorry for troubling you again. I have a related question. What is the suggestible way to hide GST (7.7%) and Sales Tax labels (The greyed out one's in the attached screenshot) at the checkout page? Currently we are using standard checkout page provide by Stripe
How about changing the tax rate from exclusive to inclusive?
Ok let me try inclusive tax rates and see whether I can hide the labels. Any other way if this doesn't work ?
Sorry I misread your message, inclusive meaning the price will include the tax
I am sorry the above response is for hiding the labels or is it for GST Rounding issue ?
Yes, it will still show the tax
So technically it is not possible to hide the tax labels in the view details right ? Can I use custom layout provided by Stripe to hide labels ?
Can you try removing the tax_rates when creating the checkout session?
Yes I can remove the tax_rates at line item level. Can you share me any developer link where we can include the tax only on sub total ? Just as a side note we are using PHP SDK in our platform
can you show me how you create the checkout session?