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

# JWSAppTransactionDecodedPayload

A decoded payload that contains app transaction information.

```
object JWSAppTransactionDecodedPayload
```

## Discussion

The [`Get App Transaction Info`](/documentation/AppStoreServerAPI/Get-App-Transaction-Info) endpoint returns a [`JWSAppTransaction`](/documentation/AppStoreServerAPI/JWSAppTransaction), which you decode to get `JWSAppTransactionDecodedPayload`.

You can also get app transaction information in your app from StoreKit, using <doc://com.apple.documentation/documentation/StoreKit/AppTransaction>.

---

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)