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

# init(paymentDescription:automaticReloadBilling:managementURL:)

Create an automatic reload payment object with a description, automatic billing information, and a management URL.

```
init(paymentDescription: String, automaticReloadBilling: PKAutomaticReloadPaymentSummaryItem, managementURL: URL)
```

## Parameters

`paymentDescription`

The description you provide of the automatic reload payment and that Apple Pay displays to the user in the payment sheet.

`automaticReloadBilling`

The summary item for the automatic reload payment that includes the threshold amount and reload amount.

`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/automaticReloadPaymentRequest`` property on a ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest`` object to set up an automatic reload 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)