Docs

Integrations Articles & FAQ

round, off, large, xero, ChargeBee

Why is the round-off amount so large in Xero?

While most round-offs are approximately 0.01 and are there to offset the difference in how Chargebee

41075087

2023-02-08T11:25:49Z

2023-02-09T08:02:53Z

96

0

0

257857

Why is the round-off amount so large in Xero?

Why is the round-off amount so large in Xero? 

Scope

Why is the round-off amount so large in Xero?

Why the amount in Xero is different from Chargebee?

Solution

While most round-offs are approximately 0.01 and are there to offset the difference in how Chargebee and Xero perform a rounding; sometimes it can be because of how Chargebee has different Pricing Models.

Solution

This is best explained with an example.

  • If an invoice has a tiered pricing structure where

    • 0 to 50 units; the rate is 0.0

    • 51 and above; the rate is 0.22

  • The invoice has a quantity of 75. Which means,

    • First, 50 units are 0.00

    • The next 25 units are 25 * 0.22 = 5.50

  • Now Xero does not have a tiered pricing structure.

  • Instead, Xero has a straight rate * qty.

  • When we pass the line item to Xero; we calculate the rate as follows :

    • Rate = {Line Amount}/{total quantity}

    • I.e. Rate = 5.5/75 = 0.0733333

    • I.e. Rate is approximately equal to 0.07

  • So when we pass this line item to Xero; it will calculate as follows :

    • Rate = 0.07

    • Qty = 75

    • Amount = Rate * Qty = 75 * 0.07 = 5.25

  • Due to the above discrepancy, we send a roundoff to make sure the totals match on both Chargebee and Xero.

  • We will not be able to match each individual line item amount or tax amount because of the difference in calculation methodology between Chargebee and Xero.

Related Articles 

How to install the Google Chrome Extension for Xero/Quickbooks Reconciliation?
Xero sync error - Payments can only be made against Authorised documents & Payment amount exceeds the amount outstanding on this document.
Where can I see the details for bad debt?
Xero sync error - Price List Item Code must not be more than 30 characters long.
Xero Error : Account code '0000' is not a valid code for this document.
Configuration errors and their resolution for Xero
How to match invoices report to a line item report?
Xero sync errors - A currency rate must be specified
Xero - How to connect two Chargebee sites to one Xero account (Internal)?
Xero - Why is the round off amount so large?
The contact number XXX is already assigned to another contact. The contact number must be unique across all contacts.
The TaxType code 'X' cannot be used with account code 'Y'
How to map existing customers in Chargebee to existing customers in Xero/Quickbooks/NetSuite?
Xero app show error: The chart of account mapping for the plan/addon is not configured‌
Xero Sync Error - Invoice number must be unique
What is Default Sales Tax in Xero integrations?
"[Xero] 1) You have reached the limit of invoices you can approve" while syncing invoices
How to check the lock date in Xero?
Authentication for this Chargebee to Xero connection has expired. Click 'reconnect' to resume data sync
Plan level tracking categories in Xero
Error - Xero 1) Account must be valid. 2) Tax rate must be valid
Adding additional email addresses to the customer card in Xero
Save option greyed out while trying to change account mapping on Xero.
Base Currency difference for Chargebee and Xero
Was this article helpful?
Loading…