Activating a Webhook Subscription

To activate an inactive subscription, use the PUT call to update the status of the subscription.
When the subscription is active, a user will receive notifications for the applicable subscription. A 200-level response code indicates success.
For information about response codes, see
Transaction Response Codes
.

Endpoint

  • Test:
    PUT
    apitest.visaacceptance.com
    /notification-subscriptions/v2/webhooks/{webhookId}
  • Production:
    PUT
    api.visaacceptance.com
    /notification-subscriptions/v2/webhooks/{webhookId}

Example: Activate a Webhook Subscription

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