<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayAutomaticReloadPaymentRequest/tokenNotificationURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "instp/ApplePayAutomaticReloadPaymentRequest/tokenNotificationURL"
  },
  "title" : "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.

```
DOMString tokenNotificationURL;
```

## Discussion

The [`tokenNotificationURL`](/documentation/ApplePayontheWeb/ApplePayAutomaticReloadPaymentRequest/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 <doc://com.apple.documentation/documentation/ApplePayMerchantTokenManagementAPI/receiving-and-handling-merchant-token-notifications>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)