---
title: ApplePayPaymentToken
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaypaymenttoken
---

# ApplePayPaymentToken

An object that contains the user’s payment credentials.

## Declaration

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

## Overview

Overview You access the payment token of an authorized payment request using the token property of the ApplePayPayment object.

## Topics

### Payment Token Properties

- [paymentMethod](applepayontheweb/applepaypaymenttoken/paymentmethod.md)
- [paymentData](applepayontheweb/applepaypaymenttoken/paymentdata.md)
- [transactionIdentifier](applepayontheweb/applepaypaymenttoken/transactionidentifier.md)

## See Also

### Payment token

- [token](applepayontheweb/applepaypayment/token.md)
- [ApplePayPaymentMethod](applepayontheweb/applepaypaymentmethod.md)
- [ApplePayPaymentMethodType](applepayontheweb/applepaypaymentmethodtype.md)
- [ApplePayPaymentPass](applepayontheweb/applepaypaymentpass.md)
