
Connect your customers' TaxCloud accounts so your product can compute sales tax obligations for US transactions at the time of sale. Askel handles the credential, so your code never stores a TaxCloud API key.
Send line items with quantity, price, and TIC (Taxability Information Code) to TaxCloud and receive a per-item tax amount before checkout. Covers all 50 US states.
Once a payment is captured, commit the transaction to TaxCloud so it appears in the customer's sales tax reports. If an order is cancelled, void the transaction to keep filings accurate.
Query TaxCloud's TIC list to find the right taxability code for physical goods, digital products, or services before assigning them to your catalog items.
Read the customer's return status and filing history so your product can show which periods are closed and which still need review, without requiring the customer to log into TaxCloud directly.
Call TaxCloud's address-verification endpoint to normalise a customer shipping address to a USPS standard form before running a tax calculation, reducing jurisdiction lookup errors.
Submit exemption certificates for B2B customers and tag transactions as exempt when applicable. TaxCloud stores the certificate and applies it automatically to future transactions.
You sell a B2B e-commerce platform. A new customer, Meridian Supply Co., ships physical goods to buyers across 30 states. They are registered for sales tax in each state and use TaxCloud to track obligations and file returns. Your product needs to show the correct tax at checkout and commit the transaction to TaxCloud when the order is placed.
Meridian's tax manager opens your product's settings, pastes their TaxCloud API Login ID and API Key, and clicks Connect. Askel validates the credentials against the TaxCloud v3 API before saving them.
Askel reads the TaxCloud TIC list and your product's catalog admin assigns a TIC to each product category. Industrial hardware maps to TIC 10005; packaging materials map to TIC 10010.
When a buyer confirms their cart, your product sends the line items, origin address, and destination address to Askel. Askel calls TaxCloud's Lookup endpoint and returns the tax amount per line item within a few hundred milliseconds.
Your product shows the tax breakdown to the buyer. When the buyer clicks Place Order and payment is captured, your product sends a commit request to Askel, which records the transaction in TaxCloud's ledger.
At month end, Meridian's tax manager opens TaxCloud directly, sees all committed transactions, and files the return per state. Your product can also read the return status via Askel and display a filing calendar inside your dashboard.
The customer retrieves their API Login ID and API Key from the TaxCloud dashboard. They paste both values into Askel once. Askel sends them as credentials on every request to api.v3.taxcloud.com; neither value is forwarded to your servers.
© 2025 Askel.ai. All rights reserved.