TotalTaxMismatch
Example
{
	"code": "TotalTaxMismatch",
	"target": "Unknown",
	"details": [
		{
			"code": "TotalTaxMismatch",
			"number": 1308,
			"message": "Mismatched total tax value.",
			"description": "The totalTax value in your Verify call [-0-] does not match the transaction's totalTax value [-1-].",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/TotalTaxMismatch",
			"severity": "Error"
		}
	]
}
Explanation

When you call the VerifyTransaction API, AvaTax will compare the data it has on file for the transaction with the data in your VerifyTransactionModel. If any of the values do not match, you will receive an error message indicating that the transaction cannot be verified.

This error occurs when the totalTax field does not match the verifyTotalTax field in your API call. This error can indicate that the transaction should be reviewed by a supervisor prior to the order finalization step.