<!--
{
  "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/PKRecurringPaymentRequest/init(paymentDescription:regularBilling:managementURL:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKRecurringPaymentRequest(im)initWithPaymentDescription:regularBilling:managementURL:"
  },
  "title" : "init(paymentDescription:regularBilling:managementURL:)"
}
-->

# init(paymentDescription:regularBilling:managementURL:)

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

```
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

> Important:
> You must set the ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/recurringPaymentRequest`` property on a ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest`` object to use this class to request a recurring payment.

---

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)