<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPaymentToken/paymentData",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "instp/ApplePayPaymentToken/paymentData"
  },
  "title" : "paymentData"
}
-->

# paymentData

An object containing the encrypted payment data.

```
JSON paymentData;
```

## Discussion

This data is used by your e-commerce back-end system, which decrypts it and submits it to your payment processor.

For the format of the payment data, see <doc://com.apple.documentation/documentation/PassKit/payment-token-format-reference>.

---

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)