PayZuDocs
Webhooks (configuração)

Consultar webhook

Confira como um webhook específico está configurado, do endereço de entrega aos eventos que ele acompanha.

Autorização

BearerAuth
AutorizaçãoBearer <token>

Em: header

Parâmetros de path

id*string

Id do webhook.

Corpo da resposta

application/json

curl --request GET \  --url 'https://api.payzu.processamento.com/v1/user/webhooks/PAYZU2025081418333632CYKN8M' \  --header 'Authorization: Bearer $PAYZU_TOKEN'
200
{
"id": "yl9k2m0c8x1",
"url": "https://sualoja.com.br/webhook",
"active": true,
"TRANSACTION_COMPLETED",
"TRANSACTION_REFUNDED"
],
"hasSecret": true,
"createdAt": "2026-08-10T12:00:00.000Z",
"updatedAt": "2026-08-10T12:00:00.000Z"
}