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

# tokenNotificationURL

A URL to receive life-cycle notifications for the merchant-specific payment token the system issues for the request, if applicable.

## Declaration

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

## Discussion

Discussion If you don’t set this property, the framework doesn’t send notifications when life-cycle changes occur for the token, for example when the framework deletes the token.

## See Also

### Managing payment tokens

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