---
title: ApplePayAutomaticReloadPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepayautomaticreloadpaymentrequest
---

# 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

```data
dictionary ApplePayAutomaticReloadPaymentRequest {
	required DOMString paymentDescription;
	required ApplePayLineItem automaticReloadBilling;
	DOMString billingAgreement;
	required DOMString managementURL;
	DOMString tokenNotificationURL;
};
```

## Overview

Overview important: You must include the automaticReloadPaymentRequest property in the ApplePayPaymentRequest object to set up an automatic reload payment. 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.

## Topics

### Describing an automatic reload payment

- [paymentDescription](applepayontheweb/applepayautomaticreloadpaymentrequest/paymentdescription.md)
- [billingAgreement](applepayontheweb/applepayautomaticreloadpaymentrequest/billingagreement.md)

### Setting the payment summary items

- [automaticReloadBilling](applepayontheweb/applepayautomaticreloadpaymentrequest/automaticreloadbilling.md)
- [ApplePayLineItem](applepayontheweb/applepaylineitem.md)

### Receiving payment token notifications

- [tokenNotificationURL](applepayontheweb/applepayautomaticreloadpaymentrequest/tokennotificationurl.md)

### Managing the automatic reload payment

- [managementURL](applepayontheweb/applepayautomaticreloadpaymentrequest/managementurl.md)

## See Also

### Requesting automatic reload payments

- [automaticReloadPaymentRequest](applepayontheweb/applepaypaymentrequest/automaticreloadpaymentrequest.md)
