<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayModifier/automaticReloadPaymentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "instp/ApplePayModifier/automaticReloadPaymentRequest"
  },
  "title" : "automaticReloadPaymentRequest"
}
-->

# automaticReloadPaymentRequest

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

```
ApplePayAutomaticReloadPaymentRequest automaticReloadPaymentRequest;
```

## 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 ``doc://com.apple.applepayontheweb/documentation/ApplePayontheWeb/ApplePayModifier/multiTokenContexts`` or ``doc://com.apple.applepayontheweb/documentation/ApplePayontheWeb/ApplePayModifier/recurringPaymentRequest`` properties. Simultaneous use of these properties results in an error and cancels the payment request.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)