REST API

Updating a Webhook Subscription

To update a webhook subscription, send a PATCH request. Include only the fields that you want to update.
To request the service, use the endpoint specified below. After you send the request, check the response message to verify that the request was successful. A 200-level response code indicates success.
For information about response codes, see
Transaction Response Codes
.

Endpoint

  • Test:
    PATCH
    apitest.cybersource.com
    /notification-subscriptions/v1/webhooks/{webhookId}
  • Production:
    PATCH
    api.cybersource.com
    /notification-subscriptions/v1/webhooks/{webhookId}
  • Production in India:
    PATCH api.in.cybersource.com/notification-subscriptions/v1/webhooks/{webhookId}