<!--
{
  "availability" : [

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

# ApplePayPaymentToken

An object that contains the user’s payment credentials.

```
dictionary ApplePayPaymentToken {
	required ApplePayPaymentMethod paymentMethod;
	DOMString transactionIdentifier;
	JSON paymentData;
};
```

## Overview

You access the payment token of an authorized payment request using the [`token`](/documentation/ApplePayontheWeb/ApplePayPayment/token) property of the [`ApplePayPayment`](/documentation/ApplePayontheWeb/ApplePayPayment) object.

## Topics

### Payment Token Properties

[`paymentMethod`](/documentation/ApplePayontheWeb/ApplePayPaymentToken/paymentMethod)

Information about the card used in the transaction.

[`paymentData`](/documentation/ApplePayontheWeb/ApplePayPaymentToken/paymentData)

An object containing the encrypted payment data.

[`transactionIdentifier`](/documentation/ApplePayontheWeb/ApplePayPaymentToken/transactionIdentifier)

A unique identifier for this payment.



---

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)