---
title: newRecurringPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethodupdate/newrecurringpaymentrequest
---

# newRecurringPaymentRequest

An updated request for a recurring payment.

## Declaration

```data
ApplePayRecurringPaymentRequest newRecurringPaymentRequest;
```

## Discussion

Discussion Provide this object to update the recurringPaymentRequest value in the original ApplePayPaymentRequest, if necessary, after the user updated their payment method. important: You can’t use this property with newMultiTokenContexts or newAutomaticReloadPaymentRequest properties. Simultaneous use of these properties results in an error and cancels the payment request.

## See Also

### Updating recurring payments

- [ApplePayRecurringPaymentRequest](applepayontheweb/applepayrecurringpaymentrequest.md)
