Update a webhook

PATCH /merchants/webhooks/:publishable_id

Updates a webhook for the authenticated merchant.

Every field is optional—only the fields included are updated, and fields omitted from the request body stay unchanged.

Body

{
  "hide_delivery_address": false,
  "hide_receiver_details": false,
  "enabled": true
}