Calculate Cedar & Field Co.'s sales tax from its own ledger
Lumatax automates tax calculation, collection and compliance across every jurisdiction from one Apideck Accounting integration — reading the seller's sales and tax rates, flagging economic-nexus triggers and under-collection, then writing the corrected liability back to their books. One integration instead of a connector per ERP — the same code runs on NetSuite, QuickBooks, Xero and more.
Where does Cedar & Field Co. keep its books?
The seller authorizes Lumatax once through Apideck Vault. The same code below reads their sales & tax rates from any ledger — you never build a per-ERP tax integration.
+ 45 more — QuickBooks Desktop, Sage 50, Sage 200, Zoho Books, MYOB, FreshBooks, Odoo, Moneybird, Pennylane and more. Apideck connects to 45+ ERP & accounting systems through one API.
cedar-and-fieldThe one call that starts it all
POST /vault/sessions{
"consumer_metadata": {
"account_name": "Cedar & Field Co."
},
"redirect_uri": "https://app.example.com/callback"
}In Live mode this launches the real @apideck/vault-js widget with the session token. In Mock mode (no credentials) it opens a stand-in with the same UX.