---
title: deferredPaymentRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequest/deferredpaymentrequest
---

# deferredPaymentRequest

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

## Declaration

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

## Discussion

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.

## See Also

### Requesting recurring, automatic, and deferred payments

- [recurringPaymentRequest](passkit/pkpaymentrequest/recurringpaymentrequest.md)
- [PKRecurringPaymentRequest](passkit/pkrecurringpaymentrequest.md)
- [automaticReloadPaymentRequest](passkit/pkpaymentrequest/automaticreloadpaymentrequest.md)
- [PKAutomaticReloadPaymentRequest](passkit/pkautomaticreloadpaymentrequest.md)
- [PKDeferredPaymentRequest](passkit/pkdeferredpaymentrequest.md)
