<!--
{
  "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/PKDeferredPaymentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKDeferredPaymentRequest"
  },
  "title" : "PKDeferredPaymentRequest"
}
-->

# PKDeferredPaymentRequest

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

```
class PKDeferredPaymentRequest
```

## Overview

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

> Important:
> You must set the ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/deferredPaymentRequest`` property on a ``doc://com.apple.passkit/documentation/PassKit/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 <doc://com.apple.documentation/documentation/MerchantTokenNotificationServices>.

## Topics

### Creating a deferred payment request

[`init(paymentDescription:deferredBilling:managementURL:)`](/documentation/PassKit/PKDeferredPaymentRequest/init(paymentDescription:deferredBilling:managementURL:))

Creates a deferred payment request with the payment description, deferred billing summary, and management URL you provide.

### Describing a deferred payment

[`freeCancellationDate`](/documentation/PassKit/PKDeferredPaymentRequest/freeCancellationDate)

The date before which you must cancel a deferred payment without incurring any cancellation charges.

[`billingAgreement`](/documentation/PassKit/PKDeferredPaymentRequest/billingAgreement)

The localized billing agreement the framework displays to the user prior to payment authorization.

[`paymentDescription`](/documentation/PassKit/PKDeferredPaymentRequest/paymentDescription)

A description of the deferred payment.

[`freeCancellationDateTimeZone`](/documentation/PassKit/PKDeferredPaymentRequest/freeCancellationDateTimeZone)

The time zone at the destination location of the payment.

### Setting payment summary items

[`deferredBilling`](/documentation/PassKit/PKDeferredPaymentRequest/deferredBilling)

An object that contains details about the deferred payment.

[`PKDeferredPaymentSummaryItem`](/documentation/PassKit/PKDeferredPaymentSummaryItem)

An object that defines a summary item for a payment that occurs at a later date, such as a pre-order.

### Managing payment tokens

[`managementURL`](/documentation/PassKit/PKDeferredPaymentRequest/managementURL)

A URL that links to a page on your web site where the user can manage the payment method for the deferred payment, including deleting it.

[`tokenNotificationURL`](/documentation/PassKit/PKDeferredPaymentRequest/tokenNotificationURL)

A URL to receive life-cycle notifications for the merchant-specific payment token the system issues for the request, if applicable.



---

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)