Fetching Transactions
Explore how to fetch and list tax transactions for a specific company using Avalara's AvaTax API. Learn to use endpoints, set authorization, and retrieve transaction details to manage tax compliance effectively in your applications.
We'll cover the following...
We'll cover the following...
Listing transactions by company
We can use the {{BASE_URL}}/companies/{{companyCode}}/transactions endpoint to list up to 1,000 transactions for the requested company. The complete endpoint URL for listing transactions by a company is as follows:
https://sandbox-rest.avatax.com/api/v2/companies/{{companyCode}}/transactions
Some of the request parameters for the URL ...