Activate a Webhook Subscription

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

Send a PUT request to one of these endpoints. The
{webhookId}
is the webhook subscription ID.
  • Test:
    PUT
    apitest.visaacceptance.com
    /notification-subscriptions/v2/webhooks/
    {webhookId}
    /status
  • Production:
    PUT
    api.visaacceptance.com
    /notification-subscriptions/v2/webhooks/
    {webhookId}
    /status

Example: Activate a Webhook Subscription

Request
Response to a Successful Request
{ "status": "ACTIVE" }

Response Codes

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
.