---
title: recurringPaymentRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequest/recurringpaymentrequest
---

# recurringPaymentRequest

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

## Declaration

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

## Discussion

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. important: You can’t use this property with multiTokenContexts or 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.

## See Also

### Requesting recurring, automatic, and deferred payments

- [PKRecurringPaymentRequest](passkit/pkrecurringpaymentrequest.md)
- [automaticReloadPaymentRequest](passkit/pkpaymentrequest/automaticreloadpaymentrequest.md)
- [PKAutomaticReloadPaymentRequest](passkit/pkautomaticreloadpaymentrequest.md)
- [deferredPaymentRequest](passkit/pkpaymentrequest/deferredpaymentrequest.md)
- [PKDeferredPaymentRequest](passkit/pkdeferredpaymentrequest.md)
