{
  "schemaVersion": 1,
  "period": {
    "from": "2026-08-01",
    "to": "2026-08-31"
  },
  "basis": "Marketplace facilitator. Tax is collected from the buyer and remitted by the marketplace, so it never appears in the seller payout.",
  "roundingBasis": "Tax is rounded half up to cents on each order and the jurisdiction figure is the sum of those rounded amounts. Rounding the jurisdiction taxable base instead gives a different cent on US-CA and US-WA.",
  "totals": {
    "taxableSales": "922.00",
    "taxCollected": "96.34",
    "taxRefunded": "7.46",
    "netTaxDue": "88.88"
  },
  "jurisdictions": [
    {
      "jurisdiction": "CA-BC",
      "country": "Canada",
      "region": "British Columbia",
      "tax_rate": "0.12000",
      "orders": 2,
      "taxable_sales": "270.00",
      "tax_collected": "32.40",
      "refunded_sales": "0.00",
      "tax_refunded": "0.00",
      "net_taxable_sales": "270.00",
      "net_tax_due": "32.40"
    },
    {
      "jurisdiction": "CA-ON",
      "country": "Canada",
      "region": "Ontario",
      "tax_rate": "0.13000",
      "orders": 2,
      "taxable_sales": "156.00",
      "tax_collected": "20.28",
      "refunded_sales": "0.00",
      "tax_refunded": "0.00",
      "net_taxable_sales": "156.00",
      "net_tax_due": "20.28"
    },
    {
      "jurisdiction": "US-CA",
      "country": "United States",
      "region": "California",
      "tax_rate": "0.08750",
      "orders": 2,
      "taxable_sales": "70.00",
      "tax_collected": "6.12",
      "refunded_sales": "24.00",
      "tax_refunded": "2.10",
      "net_taxable_sales": "46.00",
      "net_tax_due": "4.02"
    },
    {
      "jurisdiction": "US-NY",
      "country": "United States",
      "region": "New York",
      "tax_rate": "0.08875",
      "orders": 2,
      "taxable_sales": "96.00",
      "tax_collected": "8.52",
      "refunded_sales": "16.00",
      "tax_refunded": "1.42",
      "net_taxable_sales": "80.00",
      "net_tax_due": "7.10"
    },
    {
      "jurisdiction": "US-TX",
      "country": "United States",
      "region": "Texas",
      "tax_rate": "0.08250",
      "orders": 2,
      "taxable_sales": "240.00",
      "tax_collected": "19.80",
      "refunded_sales": "8.00",
      "tax_refunded": "0.66",
      "net_taxable_sales": "232.00",
      "net_tax_due": "19.14"
    },
    {
      "jurisdiction": "US-WA",
      "country": "United States",
      "region": "Washington",
      "tax_rate": "0.10250",
      "orders": 2,
      "taxable_sales": "90.00",
      "tax_collected": "9.22",
      "refunded_sales": "32.00",
      "tax_refunded": "3.28",
      "net_taxable_sales": "58.00",
      "net_tax_due": "5.94"
    }
  ]
}
