---
title: managementURL
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaydeferredpaymentrequest/managementurl
---

# managementURL

A URL that links to a page on your web site where the user can manage the payment method for the deferred payment, including deleting it.

## Declaration

```data
required DOMString managementURL;
```

## Discussion

Discussion 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](applepayontheweb/applepaydeferredpaymentrequest/tokennotificationurl.md)
