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

# deferredPaymentRequest

A request to set up a deferred payment, such as a hotel booking or a pre-order.

```
var deferredPaymentRequest: PKDeferredPaymentRequest? { get set }
```

## Discussion

> Note:
> watchOS doesn’t support merchant-specific payment tokens.

This payment request receives a merchant-specific payment token if the payment network supports merchant-specific payment tokens.

> Important:
> You can’t use this property simultaneously with multitoken contexts, recurring payment requests, or automatic reload payment requests. Simultaneous use of these properties results in a runtime error and cancels the payment request.

---

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)