TRANSACOES — recebe notificações de novas passagens e atualizaçõesPEDIDOS — recebe notificações sobre o status dos pedidos de pagamentocurl --location --request POST 'https://hml.api.pedagioeletronico.com.br/am-gateway-api/v1/webhook' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://parceiro.exemplo.com.br/webhook/transacoes",
"chaveSecreta": "minha_chave_secreta_hmac_256",
"tipo": "TRANSACOES"
}'{
"success": true,
"data": {
"url": "https://parceiro.exemplo.com.br/webhook/transacoes",
"tipo": "TRANSACOES",
"status": "ATIVO",
"dataCriacao": "2026-04-01T10:00:00Z",
"dataInativacao": null
},
"meta": {
"timestamp": "2026-04-01T10:00:00Z",
"requestId": "req_abc123"
}
}