---
title: isDelegatedRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequest/isdelegatedrequest
---

# isDelegatedRequest

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

## Declaration

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

## Discussion

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.
