Skip to main content

Sales Tax Setup (Pricing Model)

How to configure sales tax on an Enerflo pricing model by adding a pricingSettings model input with state codes and percentage rates.

Written by Enerflo Support
Updated this week

The latest Default Pricing Model includes a function to calculate sales tax if there are states and percentages setup in the model inputs.

The pricing model needs to be setup with Model Input to know which states and what percentage to apply taxes.

To add a Model Input:

  1. Click the +Add button

  2. Under Name, enter pricingSettings

  3. Select "String" type

  4. In the string field, construct the following: {"stateTaxes":{"STATEID":percentage}}

    1. For example, {"stateTaxes":{"CO":0.06}}.

    2. Each state can be comma separated. For example, {"stateTaxes":{"CO":0.06,"KS":0.04,"MO":0.075}}

    3. The percentages should be represented in decimal format. For example, 6% tax rate is 0.06.

Did this answer your question?