---
title: ApplePayDeferredPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaydeferredpaymentrequest
---

# ApplePayDeferredPaymentRequest

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

## Declaration

```data
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](applepayontheweb/applepaydeferredpaymentrequest/billingagreement.md)
- [paymentDescription](applepayontheweb/applepaydeferredpaymentrequest/paymentdescription.md)
- [freeCancellationDate](applepayontheweb/applepaydeferredpaymentrequest/freecancellationdate.md)
- [freeCancellationDateTimeZone](applepayontheweb/applepaydeferredpaymentrequest/freecancellationdatetimezone.md)

### Setting payment summary items

- [deferredBilling](applepayontheweb/applepaydeferredpaymentrequest/deferredbilling.md)

### Managing payment tokens

- [managementURL](applepayontheweb/applepaydeferredpaymentrequest/managementurl.md)
- [tokenNotificationURL](applepayontheweb/applepaydeferredpaymentrequest/tokennotificationurl.md)

## See Also

### Apple Pay payment request

- [ApplePayPaymentRequest](applepayontheweb/applepaypaymentrequest.md)
