<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKAddPaymentPassRequestConfiguration/paymentNetwork",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKAddPaymentPassRequestConfiguration(py)paymentNetwork"
  },
  "title" : "paymentNetwork"
}
-->

# paymentNetwork

The payment network.

```
var paymentNetwork: PKPaymentNetwork? { get set }
```

## Discussion

This property determines which cards are shown in the [`PKAddPaymentPassViewController`](/documentation/PassKit/PKAddPaymentPassViewController) class’s intro screen. The property defaults to `nil`, and the [`PKAddPaymentPassViewController`](/documentation/PassKit/PKAddPaymentPassViewController) shows all the networks for the card’s region. To specify a single network, assign a constant to the property. See Payment Networks in [`PKPaymentRequest`](/documentation/PassKit/PKPaymentRequest).

---

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)