<!--
{
  "availability" : [
    "App Store Server API: 1.19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/revocationPercentage",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:revocationPercentage"
  },
  "title" : "revocationPercentage"
}
-->

# revocationPercentage

The percentage, in milliunits, of the transaction that the App Store has refunded or revoked.

```
int32 revocationPercentage
```

## Discussion

The revocation percentage value is rounded to three decimal places of precision, and is expressed as an integer, in milliunits. This field is present in the [`JWSTransactionDecodedPayload`](/documentation/AppStoreServerAPI/JWSTransactionDecodedPayload) for refunded transactions. This field doesn’t appear if the refund is reversed.

The following table shows several examples of revocation percentages, and their milliunit equivalents:

|Percentage|Integer equivalent, in milliunits|
|----------|---------------------------------|
|67.932%   |67932                            |
|0.015%    |15                               |
|40%       |40000                            |
|100%      |100000                           |

---

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)