ApplePayAutomaticReloadPaymentRequest
A dictionary that represents a request to set up an automatic reload payment, such as a store card top-up or a prepaid account.
Declaration
dictionary ApplePayAutomaticReloadPaymentRequest {
required DOMString paymentDescription;
required ApplePayLineItem automaticReloadBilling;
DOMString billingAgreement;
required DOMString managementURL;
DOMString tokenNotificationURL;
};Overview
Use an ApplePayAutomaticReloadPaymentRequest object to provide the user with payment details and a way to manage payment methods for an automatic reload 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.
Apple Pay issues an Apple Pay Merchant Token if the user’s payment network supports merchant-specific payment tokens. Otherwise, Apple Pay issues a device token for the payment request.