Tax Rates
The
TaxRate
object is used to represent a tax rate.Properties
id
UUIDRequired
remote_id
StringOptional
The third-party API ID of the matching object.
created_at
DateTime (ISO 8601)Required
The datetime that this object was created by Merge.
modified_at
DateTime (ISO 8601)Required
The datetime that this object was modified by Merge.
company
UUIDOptional
The subsidiary that the tax rate belongs to (in the case of multi-entity systems).
code
StringOptional
The tax code associated with this tax rate or group of tax rates from the third-party platform.
name
StringOptional
The tax rate’s name.
description
StringOptional
The tax rate's description.
status
EnumOptional
The tax rate’s status -
ACTIVE
if an active tax rate, ARCHIVED
if not active. Possible values include: ACTIVE
, ARCHIVED
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.country
StringOptional
The country the tax rate is associated with.
total_tax_rate
NumberOptional
The tax’s total tax rate - sum of the tax components (not compounded).
effective_tax_rate
NumberOptional
The tax rate’s effective tax rate - total amount of tax with compounding.
tax_components
TaxComponent[]Required
The related tax components of the tax rate.
The TaxComponent object
The
TaxComponent
object is used to represent any sub-taxes that make up the TaxRate
.Properties
id
UUIDRequired
remote_id
StringOptional
The third-party API ID of the matching object.
created_at
DateTime (ISO 8601)Required
The datetime that this object was created by Merge.
modified_at
DateTime (ISO 8601)Required
The datetime that this object was modified by Merge.
name
StringOptional
The tax rate’s name.
rate
StringOptional
The tax component’s rate.
is_compound
BooleanOptional
Returns True if the tax component is compound, False if not.
component_type
EnumOptional
Returns PURCHASE if the tax component corresponds to a purchase tax or SALES if the tax component corresponds to a sales tax. Possible values include:
SALES
, PURCHASE
. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.remote_was_deleted
BooleanRequired
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
remote_was_deleted
BooleanRequired
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
field_mappings
ObjectOptional
remote_data
RemoteData[]Optional
GET
/tax-rates
Betahttps://api.merge.dev/api/accounting/v1/tax-rates
US
EU
APAC
Returns a list of TaxRate
objects.
Query & Path Parameters
company_id
StringOptional
If provided, will only return tax rates for this company.
created_after
DateTime (ISO 8601)Optional
If provided, will only return objects created after this datetime.
created_before
DateTime (ISO 8601)Optional
If provided, will only return objects created before this datetime.
cursor
StringOptional
The pagination cursor value.
expand
StringOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_deleted_data
BooleanOptional
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
include_remote_data
BooleanOptional
Whether to include the original data Merge fetched from the third-party to produce these models.
include_shell_data
BooleanOptional
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
modified_after
DateTime (ISO 8601)Optional
If provided, only objects synced by Merge after this date time will be returned.
modified_before
DateTime (ISO 8601)Optional
If provided, only objects synced by Merge before this date time will be returned.
page_size
IntegerOptional
Number of results to return per page.
remote_id
StringOptional
The API provider's ID for the given object.
Field support by integration
See all supported fieldsUse the /linked-accounts endpoint to pull platform support information
FreshBooks
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
effective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberMoneybird
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
description
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberNetSuite
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]remote_id
stringname
stringrate
stringcomponent_type
stringcode
Stringcompany
UUIDcountry
Stringdescription
Stringname
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberQuickBooks Online
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]remote_id
stringname
stringrate
stringcomponent_type
stringcode
Stringdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberSage Business Cloud Accounting
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
description
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberSage Intacct
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
code
Stringcompany
UUIDdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberWave Financial
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
code
Stringdescription
Stringname
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberXero
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]name
stringrate
stringis_compound
booleancode
Stringdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberZoho Books
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
company
UUIDdescription
Stringeffective_tax_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberGET
/tax-rates/{id}
Betahttps://api.merge.dev/api/accounting/v1/tax-rates/{id}
US
EU
APAC
Returns a TaxRate
object with the given id
.
Query & Path Parameters
expand
StringOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
id
UUIDRequired
include_remote_data
BooleanOptional
Whether to include the original data Merge fetched from the third-party to produce these models.
Field support by integration
See all supported fieldsUse the /linked-accounts endpoint to pull platform support information
FreshBooks
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
effective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberMoneybird
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
description
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberNetSuite
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]remote_id
stringname
stringrate
stringcomponent_type
stringcode
Stringcompany
UUIDcountry
Stringdescription
Stringname
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberQuickBooks Online
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]remote_id
stringname
stringrate
stringcomponent_type
stringcode
Stringdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberSage Business Cloud Accounting
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
description
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
NumberSage Intacct
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
code
Stringcompany
UUIDdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberWave Financial
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
code
Stringdescription
Stringname
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberXero
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
tax_components
TaxComponent[]name
stringrate
stringis_compound
booleancode
Stringdescription
Stringeffective_tax_rate
Numbername
Stringremote_data
RemoteData[]path
stringdata
stringremote_id
Stringstatus
Enumtotal_tax_rate
NumberZoho Books
On top of normalized Common Models, Merge also supports Passthrough Requests and deleted data detection for this platform's API
Supported Response Fields
company
UUIDdescription
Stringeffective_tax_rate
Numberremote_data
RemoteData[]path
stringdata
stringremote_id
Stringtotal_tax_rate
Number