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.