---
title: PKPaymentPass
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpaymentpass
---

# PKPaymentPass

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

## Declaration

```swift
class PKPaymentPass
```

## Overview

Overview Use 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](passkit/pkpaymentpass/activationstate.md)
- [PKPaymentPassActivationState](passkit/pkpaymentpassactivationstate.md)

## Relationships

### Inherits From

- [PKSecureElementPass](passkit/pksecureelementpass.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Payment passes

- [PKAddPaymentPassViewController](passkit/pkaddpaymentpassviewcontroller.md)
