---
title: ApplePayPaymentPass
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaypaymentpass
---

# ApplePayPaymentPass

A provisioned payment card for Apple Pay payments.

## Declaration

```data
dictionary ApplePayPaymentPass {
	required DOMString primaryAccountIdentifier;
	required DOMString primaryAccountNumberSuffix;
	DOMString deviceAccountIdentifier;
	DOMString deviceAccountNumberSuffix;
	required ApplePayPaymentPassActivationState activationState;
};
```

## Overview

Overview Payment pass information is populated only for cobranded or private label cards, for specially registered websites.

## Topics

### Account Identity

- [primaryAccountIdentifier](applepayontheweb/applepaypaymentpass/primaryaccountidentifier.md)
- [primaryAccountNumberSuffix](applepayontheweb/applepaypaymentpass/primaryaccountnumbersuffix.md)
- [deviceAccountIdentifier](applepayontheweb/applepaypaymentpass/deviceaccountidentifier.md)
- [deviceAccountNumberSuffix](applepayontheweb/applepaypaymentpass/deviceaccountnumbersuffix.md)

### Activation State

- [activationState](applepayontheweb/applepaypaymentpass/activationstate.md)
- [ApplePayPaymentPassActivationState](applepayontheweb/applepaypaymentpassactivationstate.md)

## See Also

### Payment token

- [token](applepayontheweb/applepaypayment/token.md)
- [ApplePayPaymentToken](applepayontheweb/applepaypaymenttoken.md)
- [ApplePayPaymentMethod](applepayontheweb/applepaypaymentmethod.md)
- [ApplePayPaymentMethodType](applepayontheweb/applepaypaymentmethodtype.md)
