Contents

ApplePayRecurringPaymentRequest

A dictionary that represents a request to set up a recurring payment, typically a subscription.

Declaration

dictionary ApplePayRecurringPaymentRequest {
	required DOMString paymentDescription;
	required ApplePayLineItem regularBilling;
	ApplePayLineItem trialBilling;
	DOMString billingAgreement;
	required DOMString managementURL;
	DOMString tokenNotificationURL;
};

Overview

Use an ApplePayRecurringPaymentRequest object to provide the user with payment details and a way to manage payment methods for a recurring 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

Describing the recurring payment

Setting the payment summary items

Receiving payment token notifications

Managing the recurring payment

See Also

Requesting recurring payments