---
title: recurringPaymentRequest
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaymodifier/recurringpaymentrequest
---

# recurringPaymentRequest

A property that requests a recurring payment, typically a subscription.

## Declaration

```data
ApplePayRecurringPaymentRequest recurringPaymentRequest;
```

## Mentioned in

Apple Pay on the Web Version 14 Release Notes

## Discussion

Discussion This property is optional. Use it to indicate that the payment request is for a recurring 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 automaticReloadPaymentRequest properties. Simultaneous use of these properties results in an error and cancels the payment request.

## See Also

### Updating recurring payments

- [ApplePayRecurringPaymentRequest](applepayontheweb/applepayrecurringpaymentrequest.md)
