---
title: PKDeferredPaymentRequest
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkdeferredpaymentrequest
---

# PKDeferredPaymentRequest

An object that represents a request to set up a deferred payment, such as a hotel booking or a pre-order.

## Declaration

```swift
class PKDeferredPaymentRequest
```

## Overview

Overview This request receives a merchant-specific payment token, if the payment network supports merchant-specific payment tokens. important: You must set the deferredPaymentRequest property on a PKPaymentRequest object to use the PKDeferredPaymentRequest class and set up a deferred payment. Use a PKDeferredPaymentRequest object to provide the user with payment details and a way to manage payment methods for a deferred payment. You can optionally display a billing agreement and set up merchant token life cycle notifications for the request. For more information about the merchant token life cycle notifications, see Apple Pay Merchant Token Management API.

## Topics

### Creating a deferred payment request

- [init(paymentDescription:deferredBilling:managementURL:)](passkit/pkdeferredpaymentrequest/init(paymentdescription:deferredbilling:managementurl:).md)

### Describing a deferred payment

- [freeCancellationDate](passkit/pkdeferredpaymentrequest/freecancellationdate.md)
- [billingAgreement](passkit/pkdeferredpaymentrequest/billingagreement.md)
- [paymentDescription](passkit/pkdeferredpaymentrequest/paymentdescription.md)
- [freeCancellationDateTimeZone](passkit/pkdeferredpaymentrequest/freecancellationdatetimezone.md)

### Setting payment summary items

- [deferredBilling](passkit/pkdeferredpaymentrequest/deferredbilling.md)
- [PKDeferredPaymentSummaryItem](passkit/pkdeferredpaymentsummaryitem.md)

### Managing payment tokens

- [managementURL](passkit/pkdeferredpaymentrequest/managementurl.md)
- [tokenNotificationURL](passkit/pkdeferredpaymentrequest/tokennotificationurl.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Payment requests

- [PKPaymentRequest](passkit/pkpaymentrequest.md)
- [PKRecurringPaymentRequest](passkit/pkrecurringpaymentrequest.md)
- [PKAutomaticReloadPaymentRequest](passkit/pkautomaticreloadpaymentrequest.md)
- [PKPaymentTokenContext](passkit/pkpaymenttokencontext.md)
