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

# isDelegatedRequest

A Boolean value that indicates whether this payment 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 app 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 app 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)