---
title: automaticReloadPaymentRequest
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequestupdate/automaticreloadpaymentrequest
---

# automaticReloadPaymentRequest

The automatic reload payment request to update the payment request with.

## Declaration

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

## Discussion

Discussion The default value is nil, which indicates the automatic reload payment request needs no update. warning: Changing the billingAgreement along with this property causes the framework to invalidate the current payment request, close the payment sheet, and return an error in the completion handler. You can’t use this property simultaneously with: multitoken contexts, recurring payment requests, or automatic reload payment requests.
