<!--
{
  "availability" : [

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

# recurringPaymentRequest

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

```
ApplePayRecurringPaymentRequest recurringPaymentRequest;
```

## 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 ``doc://com.apple.applepayontheweb/documentation/ApplePayontheWeb/ApplePayModifier/multiTokenContexts`` or ``doc://com.apple.applepayontheweb/documentation/ApplePayontheWeb/ApplePayModifier/automaticReloadPaymentRequest`` 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)