<!--
{
  "availability" : [
    "App Store Server Notifications: 2.20.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerNotifications",
  "identifier" : "/documentation/AppStoreServerNotifications/revocationPercentage",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server Notifications"
    ],
    "preciseIdentifier" : "data:store_s2s: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/AppStoreServerNotifications/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)