---
title: PKAutomaticReloadPaymentRequest
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkautomaticreloadpaymentrequest
---

# PKAutomaticReloadPaymentRequest

A class that represents a request to set up an automatic reload payment, such as a store card top-up or a prepaid account.

## Declaration

```swift
class PKAutomaticReloadPaymentRequest
```

## Overview

Overview important: You must set the automaticReloadPaymentRequest property on a PKPaymentRequest object to use the PKAutomaticReloadPaymentRequest class and set up 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. Use a PKAutomaticReloadPaymentRequest object to provide the user with payment details and a way to manage payment methods for an automatic reload payment. You can optionally display a billing agreement and set up merchant token life cycle notifications for the request.

## Topics

### Creating an automatic reload payment request

- [init(paymentDescription:automaticReloadBilling:managementURL:)](passkit/pkautomaticreloadpaymentrequest/init(paymentdescription:automaticreloadbilling:managementurl:).md)

### Describing an automatic reload payment

- [paymentDescription](passkit/pkautomaticreloadpaymentrequest/paymentdescription.md)
- [billingAgreement](passkit/pkautomaticreloadpaymentrequest/billingagreement.md)

### Setting the payment summary items

- [automaticReloadBilling](passkit/pkautomaticreloadpaymentrequest/automaticreloadbilling.md)
- [PKAutomaticReloadPaymentSummaryItem](passkit/pkautomaticreloadpaymentsummaryitem.md)

### Managing payment tokens

- [managementURL](passkit/pkautomaticreloadpaymentrequest/managementurl.md)
- [tokenNotificationURL](passkit/pkautomaticreloadpaymentrequest/tokennotificationurl.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Payment requests

- [PKPaymentRequest](passkit/pkpaymentrequest.md)
- [PKRecurringPaymentRequest](passkit/pkrecurringpaymentrequest.md)
- [PKDeferredPaymentRequest](passkit/pkdeferredpaymentrequest.md)
- [PKPaymentTokenContext](passkit/pkpaymenttokencontext.md)
