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

# supportedNetworks

An array of payment networks the merchant supports.

```
var supportedNetworks: [PKPaymentNetwork] { get set }
```

## Discussion

This property constrains the selectable payment passes to those the array includes — for example, [`visa`](/documentation/PassKit/PKPaymentNetwork/visa) or [`masterCard`](/documentation/PassKit/PKPaymentNetwork/masterCard).

---

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)