Sync tax data with Acumatica through Apideck's unified API. One integration, instant access.
In Apideck, this resource is called Tax Rates (API: tax-rates)
List, Get operations available through our unified API
Fields available for Acumatica Tax
iddescriptioneffective_tax_ratetotal_tax_ratetax_payable_account_idtax_remitted_account_idcomponentstypeoriginal_tax_rate_idupdated_atcreated_atcustom_fieldsSample response structure for tax
{
"id": "12345",
"description": "Example Description",
"effective_tax_rate": {
"id": "12345"
},
"total_tax_rate": {
"id": "12345"
},
"tax_payable_account_id": "12345",
"tax_remitted_account_id": "12345",
"components": "string",
"type": "standard",
"original_tax_rate_id": 100,
"updated_at": "2024-01-15T10:30:00.000Z",
"created_at": "2024-01-15T10:30:00.000Z",
"custom_fields": [
{
"id": "12345",
"name": "Custom Field",
"value": "Custom Valu
...Start syncing Acumatica tax in minutes
import { Apideck } from '@apideck/unify'
const apideck = new Apideck({
apiKey: process.env.APIDECK_API_KEY,
appId: 'YOUR_APP_ID',
consumerId: 'YOUR_CONSUMER_ID'
})
// List tax from Acumatica
const result = await apideck.accounting.taxRates.list({
serviceId: 'acumatica'
})
for await (const page of result) {
console.log(page)
}
// Returns unified tax dataDiscover the most popular ways businesses integrate Acumatica tax data
Sync vendor bills, approvals & payments across accounting systems in real time.
Push invoices, payment statuses & credits into users' ledgers.
Pull data to automate spend reporting and reconciliation.
Connect to accounting data to accurately calculate, file, and reconcile sales tax.
We build and maintain connectors, so you don't have to. View our full list of Accounting connectors.
Missing a connector? We're able to add new connectors.
Build Acumatica integrations in your favorite language with our official SDKs.
Build Acumatica integrations with the official Node.js SDK.
Build Acumatica integrations with the official TypeScript SDK.
Build Acumatica integrations with the official PHP SDK.
Build Acumatica integrations with the official .NET.
Build Acumatica integrations with the official Python SDK.
Build Acumatica integrations with the official Java SDK.
Build Acumatica integrations with the official Go SDK.