<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentRequest/recurringPaymentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequest(py)recurringPaymentRequest"
  },
  "title" : "recurringPaymentRequest"
}
-->

# recurringPaymentRequest

An optional request to set up a recurring payment, typically a subscription.

```
var recurringPaymentRequest: PKRecurringPaymentRequest? { get set }
```

## Discussion

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.

This property is optional. Set this property by assigning it to an instance of [`PKRecurringPaymentRequest`](/documentation/PassKit/PKRecurringPaymentRequest).

> Important:
> You can’t use this property with ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/multiTokenContexts`` or ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/automaticReloadPaymentRequest`` properties. Simultaneous use of these properties results in a runtime error and cancels the payment request. Simultaneous use of these properties results in a runtime 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)