Avalara · Example Payload

Excise Excise Transaction Example

Taxes

Excise Excise Transaction Example is an example object payload from Avalara, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

transactionIdinvoiceNumbertransactionDatetransactionTypestatustotalAmounttotalTax

Example Payload

Raw ↑
{
  "transactionId": "12345",
  "invoiceNumber": "sample-value",
  "transactionDate": "2025-04-15",
  "transactionType": "sample-value",
  "status": "Pending",
  "totalAmount": 100.0,
  "totalTax": 100.0
}