<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.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/PKPaymentAuthorizationController/canMakePayments(usingNetworks:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentAuthorizationController(cm)canMakePaymentsUsingNetworks:"
  },
  "title" : "canMakePayments(usingNetworks:)"
}
-->

# canMakePayments(usingNetworks:)

Returns whether the user can make payments through the specified network.

```
class func canMakePayments(usingNetworks supportedNetworks: [PKPaymentNetwork]) -> Bool
```

## Parameters

`supportedNetworks`

An array of payment networks, as listed in Payment Networks.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the user can make payments through any of the specified networks; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## Discussion

User may not be able to make payments for a variety of reasons. For example, this functionality may not be supported by their hardware, or it may be restricted by parental controls.

If there are no configured payment cards, this method always returns <doc://com.apple.documentation/documentation/Swift/false>.

---

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)