<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.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/PKPaymentMethod",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentMethod"
  },
  "title" : "PKPaymentMethod"
}
-->

# PKPaymentMethod

An object that contains information about payment methods.

```
class PKPaymentMethod
```

## Topics

### Getting the pass

[`secureElementPass`](/documentation/PassKit/PKPaymentMethod/secureElementPass)

The accompanying Secure Element pass.

[`paymentPass`](/documentation/PassKit/PKPaymentMethod/paymentPass)

The accompanying payment pass.

### Getting the payment method’s attributes

[`type`](/documentation/PassKit/PKPaymentMethod/type)

A value that represents the card’s type.

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

The type of cards available in Apple Pay.

[`displayName`](/documentation/PassKit/PKPaymentMethod/displayName)

A string, suitable for display, that describes the card.

[`network`](/documentation/PassKit/PKPaymentMethod/network)

A string, suitable for display, that describes the payment network for the card.

[`billingAddress`](/documentation/PassKit/PKPaymentMethod/billingAddress)

The user’s billing address.



---

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)