# Notifications

## Notifications <a href="#notifications" id="notifications"></a>

Enable Push Updates to automatically receive information about the CMP services without manual checks. Learn more about notifications in the [Notification Center](/enterprise-platform/developer-resources/webhook-notifications.md).

You can set up a webhook to receive Network Token and Account Updater updates by following the below steps:

* Navigate to your Dashboard, and in the left-hand menu under `Administration` select `Organization`
* On the `Organization` page, select the `Notifications` tab
* Select `Add a Notification`, and enter the details for your Webhook as desired
* After creation, search and add the desired events from the events list

#### Card Management Platform - Account Updater events <a href="#cmp-account-updater-events" id="cmp-account-updater-events"></a>

* cmp\_au\_card.updated
* cmp\_au\_card.expired
* cmp\_au\_card.closed
* cmp\_au\_card.non\_participating
* cmp\_au\_card.contact\_cardholder\_advice
* cmp\_au\_card.unknown
* cmp\_au\_card.enrolled
* cmp\_au\_card.opt\_out
* cmp\_au\_card.enrollment\_failed

For more information on CMP Account Updater Events, refer to the [Account Updater Events](/cmp/developer-resources/api/account-updater-events.md) section.

#### Card Management Platform - Network Tokens events <a href="#cmp-network-tokens-events" id="cmp-network-tokens-events"></a>

* cmp\_network\_token.updated

For more details on CMP Network Tokens Events, refer to the [Network Tokens Events](/cmp/api-dev/network-token-events.md) section.

* Configure the Vaults for which you want to subscribe to these notifications in the modal that appears
* Press the Save button in the bottom right corner of the page

You should now start receiving updates for the Network Token and/or Account Updater Vaults for which you have subscribed.

#### Card Management Platform - 3DS events <a href="#cmp-3ds-events" id="cmp-3ds-events"></a>

* **cmp\_threeds.device\_fingerprint**
  * Configure this event in your notifications on the VGS Dashboard to receive the result of the device fingerprinting step.&#x20;
  * This notification indicates whether device fingerprinting was successfully completed (`success = true` or `false`) via the Initialize Callback/Notification.
* **cmp\_threeds.challenge\_result**
  * Configure this event in your notifications on the VGS Dashboard to receive the final authentication result for the challenge flow.
  * This notification indicates whether the user successfully completed the challenge or if it was aborted or timed out.
* Click [here](https://docs.verygoodsecurity.com/enterprise-platform/developer-resources/webhook-notifications) to learn how to set up your notifications.

### Webhook Notifications - Signature Validation <a href="#webhook-notifications---signature-validation" id="webhook-notifications---signature-validation"></a>

Each webhook request contains a unique signature within HTTP header “vgs-signature” to verify the request’s VGS origin. More details can be found [here](/enterprise-platform/developer-resources/webhook-notifications.md#webhooks-signature).

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verygoodsecurity.com/cmp/developer-resources/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
