<!--
{
  "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/PKPaymentAuthorizationController/supportsDisbursements(using:capabilities:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentAuthorizationController(cm)supportsDisbursementsUsingNetworks:capabilities:"
  },
  "title" : "supportsDisbursements(using:capabilities:)"
}
-->

# supportsDisbursements(using:capabilities:)

Returns a Boolean value indicating whether this device can process disbursement requests using the specified payment network brands and capabilities.

```
class func supportsDisbursements(using supportedNetworks: [PKPaymentNetwork], capabilities capabilties: PKMerchantCapability) -> Bool
```

## Parameters

`supportedNetworks`

An array of `PKPaymentNetwork` elements to check.

`capabilties`

One of the [`PKMerchantCapability`](/documentation/PassKit/PKMerchantCapability) capabilities.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the device supports processing disbursements through any of the specified networks and merchant capabilities; otherwise, <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)