---
title: paymentPass
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentmethod/paymentpass
---

# paymentPass

The accompanying payment pass.

## Declaration

```swift
@NSCopying var paymentPass: PKPaymentPass? { get }
```

## Discussion

Discussion If your app has an association with the pass that is funding the payment, this property contains information about that pass; otherwise, it’s nil. Use this property to detect your brand of credit and debit cards. For example, you can provide a discount if the user pays using your store-branded credit card. note: To be able to access the pass, the issuer must add your App ID to the pass when it provisions it. To add your App ID to these passes, contact the bank that issues your cards or the person who manages your cobrand program.

## See Also

### Getting the pass

- [secureElementPass](passkit/pkpaymentmethod/secureelementpass.md)
