About
Geographic coverage
US (all states) + 70-80+ countries for VAT/GST (Pro plan)Setup
Prerequisites
- A Numeral account with tax engine access.
- A Numeral API key (test or production).
- Your business configured in Numeral with the appropriate tax settings.
Connecting your account
- Create a Numeral account at dashboard.numeralhq.com/users/sign-up and check the box indicating interest in the tax engine.
- In Numeral, go to Developers > API keys > Create a test API key, and save it.
- In Orb, navigate to Settings > Taxes and select “Connect to Numeral.”
- Enter your Numeral API key and click Save. Use a Numeral test mode key for Orb test mode, and a production key for Orb live mode.
Setting up tax codes
The integration supports Numeral’s product categorization system for tax classification. For each Item in Orb, select the appropriate Numeral product category. If none is specified, Orb defaults to GENERAL_MERCHANDISE. Common categories. The complete list of categories is available in Numeral’s docs.Sample request and response payload
The example below is illustrative of the shape Orb sends to and receives from Numeral today, based on Orb’s tax provider processors and test fixtures. Exact field names and structure can change as Numeral versions its API — confirm against current behavior before relying on it for integration work.
Request (Orb → Numeral)
Response (Numeral → Orb)
Reporting tax for filing
After calculating tax, Orb separately reports the transaction to Numeral once the invoice is issued or finalized, via POST/tax/transactions. Orb stores the returned Numeral transaction ID for future reference.