PayZuDocs

Changes the URL, the status or the events of a webhook; accepts partial updates.

Confira nosso tutorial
PATCHhttps://api.payzu.processamento.com/v1/user/webhooks/{id}
PATCH
/user/webhooks/{id}

Path Params

Webhook id.

Body Params

Responses

curl -X PATCH "https://api.payzu.processamento.com/v1/user/webhooks/cm3w7k1t40000q8f2r5b9x3ad" \  -H "Authorization: Bearer {{token}}" \  -H "Content-Type: application/json" \  -d '{}'
{
"id": "cm3w7k1t40000q8f2r5b9x3ad",
"url": "https://sualoja.com.br/webhook",
"active": true,
"hasSecret": true,
"createdAt": "2026-08-10T12:00:00.000Z",
"updatedAt": "2026-08-10T12:00:00.000Z"
}