# 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](https://app.gitbook.com/s/zbOVGj5YTirkppRKlOP9/developer-resources/webhook-notifications).

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](https://docs.verygoodsecurity.com/cmp/developer-resources/api/account-updater-events) 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](https://docs.verygoodsecurity.com/cmp/api-dev/network-token-events) 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](https://app.gitbook.com/s/zbOVGj5YTirkppRKlOP9/developer-resources/webhook-notifications#webhooks-signature).

<br>
