<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ExternalPurchaseServerAPI",
  "identifier" : "/documentation/ExternalPurchaseServerAPI/amountTaxExclusive",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "External Purchase Server API"
    ],
    "preciseIdentifier" : "data:external_purchase_server_api:amountTaxExclusive"
  },
  "title" : "amountTaxExclusive"
}
-->

# amountTaxExclusive

The amount, in milli-units, that the customer paid or was refunded, excluding taxes.

```
int64 amountTaxExclusive
```

## Discussion

This value must equal [`amountTaxInclusive`](/documentation/ExternalPurchaseServerAPI/amountTaxInclusive) minus [`taxAmount`](/documentation/ExternalPurchaseServerAPI/taxAmount).
The `amountTaxExclusive` value is the amount in milli-units that the user paid, excluding taxes. For refunds, it is the amount in milli-units of the refund, excluding taxes.

Provide all amount field values in milli-units of the currency you state in the [`reportingCurrency`](/documentation/ExternalPurchaseServerAPI/reportingCurrency) field.
One unit of the currency equals 1000 milli-units. For example, if the amount is `€2.99`, the amount in milli-units is `2990`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)