---
title: newAutomaticReloadPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethodupdate/newautomaticreloadpaymentrequest
---

# newAutomaticReloadPaymentRequest

An updated request for an automatic reload payment.

## Declaration

```data
ApplePayAutomaticReloadPaymentRequest newAutomaticReloadPaymentRequest;
```

## Discussion

Discussion Provide this object to update the automaticReloadPaymentRequest value in the original ApplePayPaymentRequest, if necessary, after the user updated their payment method. important: You can’t use this property with newMultiTokenContexts or newRecurringPaymentRequest 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)
