<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -",
    "macCatalyst: 13.4.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKSecureElementPass",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKSecureElementPass"
  },
  "title" : "PKSecureElementPass"
}
-->

# PKSecureElementPass

A pass with a credential that the device stores in a certified payment information chip.

```
class PKSecureElementPass
```

## Topics

### Getting the activation state

[`passActivationState`](/documentation/PassKit/PKSecureElementPass/passActivationState-swift.property)

The activation state of the pass.

[`PKSecureElementPass.PassActivationState`](/documentation/PassKit/PKSecureElementPass/PassActivationState-swift.enum)

The activation states of a Secure Element pass.

### Getting the hardware attributes

[`deviceAccountIdentifier`](/documentation/PassKit/PKSecureElementPass/deviceAccountIdentifier)

The unique identifier for the device-specific account number.

[`deviceAccountNumberSuffix`](/documentation/PassKit/PKSecureElementPass/deviceAccountNumberSuffix)

A display-ready version of the device-specific account number.

[`devicePassIdentifier`](/documentation/PassKit/PKSecureElementPass/devicePassIdentifier)

An opaque value for the pass.

[`pairedTerminalIdentifier`](/documentation/PassKit/PKSecureElementPass/pairedTerminalIdentifier)

The unique identifier of the paired terminal.

### Getting the account attributes

[`primaryAccountIdentifier`](/documentation/PassKit/PKSecureElementPass/primaryAccountIdentifier)

An opaque value that identifies the primary account number that funds the pass’s transactions.

[`primaryAccountNumberSuffix`](/documentation/PassKit/PKSecureElementPass/primaryAccountNumberSuffix)

A display-ready version of the primary account number.



---

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)