---
title: tokenNotificationURL
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkautomaticreloadpaymentrequest/tokennotificationurl
---

# tokenNotificationURL

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

## Declaration

```swift
var tokenNotificationURL: URL? { get set }
```

## 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 token. For more information about handling merchant token life-cycle notifications, see Receiving and handling merchant token notifications.

## See Also

### Managing payment tokens

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