Webhook Asaas

Recebe notificações automáticas do Asaas.

URL para configurar no painel Asaas:

{sua_url}/api/v1/webhooks/asaas/{webhook_token}

Configuração no painel Asaas:

  1. Acesse Integrações → Webhooks
  2. Adicione a URL acima
  3. Configure um Token de acesso e salve nas credenciais:
    POST /api/v1/credentials
    { "gateway": "asaas", "credentials": { "apiKey": "$aact_...", "webhookSecret": "seu_token" } }

Validação: token comparado via header asaas-access-token.

Validação de assinatura: se o campo webhookSecret estiver nas suas credenciais cadastradas
(POST /api/v1/credentials), a assinatura do webhook será verificada automaticamente.
Se não estiver configurado, o webhook será aceito sem validação (com warning no log).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Token do webhook (retornado na criação do cliente)

Body Params
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json