Activate a Webhook Subscription {#wh-fg-subscription-manage-activate-intro}
===========================================================================

This section describes how to activate a webhook subscription.  
This request requires the webhook subscription ID. The subscription ID is in the webhookId response field from the *create a webhook subscription* request.

Endpoints {#wh-fg-subscription-manage-activate-intro_endpoint-status}
---------------------------------------------------------------------

Send a PUT request to one of these endpoints. The *`{webhookId}`* is the webhook subscription ID.

* **Test:** `PUT ``api.smartpayfuse-test.barclaycard``/notification-subscriptions/v2/webhooks/`*{webhookId}*`/status`
* **Production:** `PUT ``api.smartpayfuse.barclaycard``/notification-subscriptions/v2/webhooks/`*{webhookId}*`/status`

Example: Activate a Webhook Subscription {#wh-fg-subscription-manage-activate-ex}
=================================================================================

Request

```keyword
PUT https://api.smartpayfuse-test.barclaycard/notification-subscriptions/v2/webhooks/ddb9bced-c3e3-1b1d-e053-9c588e0a3c42
```

Response to a Successful Request

```
{
  "status": "ACTIVE"
}
```

Response Codes {#wh-fg-subscription-manage-activate-reply-status}
=================================================================

A successful request is indicated by the 200-level response code. For more information about all of the possible response codes you can receive, see [Transaction Response Codes](https://developer.smartpayfuse.barclaycard/api/reference/response-codes.md "").
