Backward tax calculation from total order amount through Order Import
Requirement: To match order total including tax with an external Order capture system. B2C Customers pays through card.
Issue: When the order is getting imported, it is rounding the price (or Tax), with a penny difference.
e.g. Customer Pays £99.99 with Unit Price as £82.325 and Tax = 16.66 Total = £99.99
When the order imported through API, the Subtotal value is £82.33 and Tax= £16.67, Total = £100.00 instead on £99.99
Tax Rate = 20% with rounding set as Nearest in eBTax. Currency Precision is set to 2.
How can we make subtotal £82.325 and Tax 16.66 so that it exactly matches with £99.99 external system
Oracle R12.2.6.
Thanks for your feedback.