---
title: automaticReloadPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaymodifier/automaticreloadpaymentrequest
---

# automaticReloadPaymentRequest

A property that requests an automatic reload payment, such as a store card top-up.

## Declaration

```data
ApplePayAutomaticReloadPaymentRequest automaticReloadPaymentRequest;
```

## Mentioned in

Apple Pay on the Web Version 14 Release Notes

## Discussion

Discussion Set this property to indicate that the payment request is for an automatic reload payment. 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. important: You can’t use this property with multiTokenContexts or recurringPaymentRequest properties. Simultaneous use of these properties results in an error and cancels the payment request.

## See Also

### Updating automatic reload payments

- [ApplePayAutomaticReloadPaymentRequest](applepayontheweb/applepayautomaticreloadpaymentrequest.md)
