<!--
{
  "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/PKPaymentRequest/automaticReloadPaymentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequest(py)automaticReloadPaymentRequest"
  },
  "title" : "automaticReloadPaymentRequest"
}
-->

# automaticReloadPaymentRequest

An optional request to set up an automatic reload payment, such as a store card top-up.

```
var automaticReloadPaymentRequest: PKAutomaticReloadPaymentRequest? { get set }
```

## Discussion

Set this property by assigning it to an instance of [`PKAutomaticReloadPaymentRequest`](/documentation/PassKit/PKAutomaticReloadPaymentRequest) to indicate that the payment request is for an automatic reload payment.

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.

> Important:
> You can’t use this property with <doc://com.apple.documentation/documentation/ApplePayontheWeb/ApplePayPaymentRequest/multiTokenContexts> or ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/recurringPaymentRequest`` or ``doc://com.apple.passkit/documentation/PassKit/PKPaymentRequest/deferredPaymentRequest`` properties. Simultaneous use of these properties results in a runtime error and cancels the payment request.

---

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)