---
title: paymentNetwork
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkaddpaymentpassrequestconfiguration/paymentnetwork
---

# paymentNetwork

The payment network.

## Declaration

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

## Discussion

Discussion This property determines which cards are shown in the PKAddPaymentPassViewController class’s intro screen. The property defaults to nil, and the 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.

## See Also

### Filtering pass libraries

- [primaryAccountIdentifier](passkit/pkaddpaymentpassrequestconfiguration/primaryaccountidentifier.md)
- [requiresFelicaSecureElement](passkit/pkaddpaymentpassrequestconfiguration/requiresfelicasecureelement.md)
