---
title: tokenNotificationURL
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayautomaticreloadpaymentrequest/tokennotificationurl
---

# tokenNotificationURL

A URL you provide to receive life-cycle notifications from the Apple Pay servers about the Apple Pay merchant token for the recurring payment.

## Declaration

```data
DOMString tokenNotificationURL;
```

## Discussion

Discussion The tokenNotificationURL is optional. Set this property to receive notifications for life-cycle updates to the merchant token, for example, when the card issuer or the user deletes the merchant token. For more information about handling merchant token life-cycle notifications, see Receiving and handling merchant token notifications.
