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

# PKPaymentPass

An object that represents a provisioned payment card for in-app payments.

```
class PKPaymentPass
```

## Overview

Use [`PKSecureElementPass`](/documentation/PassKit/PKSecureElementPass) in apps instead of this class to implement a payment pass in apps with these these system versions:

- iOS 13.4 or later
- macOS 11.0 or later
- watchOS 6.2 or later
- Mac Catalyst 13.4 or later

## Topics

### Determining activation state

[`activationState`](/documentation/PassKit/PKPaymentPass/activationState)

The current activation state of the pass.

[`PKPaymentPassActivationState`](/documentation/PassKit/PKPaymentPassActivationState)

Cases that indicate payment pass activation states.



---

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)