---
title: "init(paymentDescription:regularBilling:managementURL:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pkrecurringpaymentrequest/init(paymentdescription:regularbilling:managementurl:)"
---

# init(paymentDescription:regularBilling:managementURL:)

Create a recurring payment object with a description, regular billing information, and a management URL.

## Declaration

```swift
init(paymentDescription: String, regularBilling: PKRecurringPaymentSummaryItem, managementURL: URL)
```

## Parameters

- `paymentDescription`: The description you provide of the recurring payment and that Apple Pay displays to the user in the payment sheet.
- `regularBilling`: The summary item for the recurring payment that includes the payment period and interval.
- `managementURL`: The URL to a web page where the user can update or delete the payment method for the recurring payment.

## Discussion

Discussion important: You must set the recurringPaymentRequest property on a PKPaymentRequest object to use this class to request a recurring payment.
