On This Page
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:PUTapitest.visaacceptance.com/notification-subscriptions/v2/webhooks/{webhookId}
- Production:PUTapi.visaacceptance.com/notification-subscriptions/v2/webhooks/{webhookId}
Example: Activate a Webhook Subscription
Request
Response to a Successful Request
{ "status": "ACTIVE" }