<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "struct/ApplePayDeferredPaymentRequest"
  },
  "title" : "ApplePayDeferredPaymentRequest"
}
-->

# ApplePayDeferredPaymentRequest

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

```
dictionary ApplePayDeferredPaymentRequest {
	DOMString billingAgreement;
	required ApplePayLineItem deferredBilling;
	Date freeCancellationDate;
	DOMString freeCancellationDateTimeZone;
	required DOMString managementURL;
	required DOMString paymentDescription;
	DOMString tokenNotificationURL;
};
```

## Topics

### Describing a deferred payment

[`billingAgreement`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/billingAgreement)

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

[`paymentDescription`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/paymentDescription)

A description of the deferred payment.

[`freeCancellationDate`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/freeCancellationDate)

The time zone at the destination location of the payment.

[`freeCancellationDateTimeZone`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/freeCancellationDateTimeZone)

The time zone at the destination location of the payment.

### Setting payment summary items

[`deferredBilling`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/deferredBilling)

A dictionary that contains details about the deferred payment.

### Managing payment tokens

[`managementURL`](/documentation/ApplePayontheWeb/ApplePayDeferredPaymentRequest/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/ApplePayontheWeb/ApplePayDeferredPaymentRequest/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)