---
title: managementURL
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkautomaticreloadpaymentrequest/managementurl
---

# managementURL

A URL to a web page where the user can manage and delete the payment method for the automatic reload payment.

## Declaration

```swift
var managementURL: URL { get set }
```

## Discussion

Discussion When users remove a payment method, the system deletes the associated Apple Pay merchant token. note: It’s a best practice to use a universal link for this URL. Using a universal link, the same link can direct a person to a page in the app (if they’ve installed the app) or to a page on the merchant’s web site. For more information on adopting universal links, see Universal links.

## See Also

### Managing payment tokens

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