<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKDeferredPaymentRequest/init(paymentDescription:deferredBilling:managementURL:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKDeferredPaymentRequest(im)initWithPaymentDescription:deferredBilling:managementURL:"
  },
  "title" : "init(paymentDescription:deferredBilling:managementURL:)"
}
-->

# init(paymentDescription:deferredBilling:managementURL:)

Creates a deferred payment request with the payment description, deferred billing summary, and management URL you provide.

```
init(paymentDescription: String, deferredBilling: PKDeferredPaymentSummaryItem, managementURL: URL)
```

## Parameters

`paymentDescription`

A description of the deferred payment, for example “Hotel stay, 2 nights.”

`deferredBilling`

Details about the deferred payment, for example “Pay $2.99 on October 9, 2023.”

`managementURL`

A URL that links to a page on your web site where the user can manage the payment method for the deferred payment, including deleting it.

---

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)