<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/VerificationResult/unsafePayloadValue",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit18VerificationResultO18unsafePayloadValuexvp"
  },
  "title" : "unsafePayloadValue"
}
-->

# unsafePayloadValue

The associated value of the verification result that StoreKit doesn’t confirm as verified.

```
var unsafePayloadValue: SignedType { get }
```

## Discussion

This property represents the value of a payload in a JSON Web Signature (JWS) value that’s not confirmed to have passed StoreKit verification.

Use the [`unsafePayloadValue`](/documentation/StoreKit/VerificationResult/unsafePayloadValue) for debugging purposes or other situations where the integrity of the data is unimportant. This property ignores any verification errors. To get a payload that passed verification, or to check for verification errors, use the [`payloadValue`](/documentation/StoreKit/VerificationResult/payloadValue) property instead.

> Important:
> Don’t trust the integrity of the values you receive from the ``doc://com.apple.storekit/documentation/StoreKit/VerificationResult/unsafePayloadValue`` property. This property contains data regardless of the verification result, and contains data even if StoreKit’s verification fails.

To determine if the JWS value fails verification, perform a verification on the [`jwsRepresentation`](/documentation/StoreKit/VerificationResult/jwsRepresentation-178oj) property for subscription renewal information, the [`jwsRepresentation`](/documentation/StoreKit/VerificationResult/jwsRepresentation-21vgo) property for transactions, or the [`jwsRepresentation`](/documentation/StoreKit/VerificationResult/jwsRepresentation-6ma59) property for app transactions.

---

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)