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

# isDelegatedRequest

A Boolean value that indicates whether this disbursement request is being made
by a delegated entity on behalf of a merchant.

```
var isDelegatedRequest: Bool { get set }
```

## Discussion

Set this property to YES when your application is acting as an Apple Pay
delegate and presenting the payment sheet on behalf of another merchant.
The default value is NO.

\note This property requires your application to be registered as an Apple Pay
delegate and to have the com.apple.developer.in-app-payments-delegate entitlement.

---

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)