Webhook — Transferências
Cria um webhook para receber notificações de transferências enviadas (Pix, TED interna).
POST
/webhooks/transfersExemplo de requisição
curl -X POST https://api.pix.nixfin.com.br/webhooks/transfers \
-H "Authorization: Bearer $BS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://api.cliente.com/wh/transfers",
"secret": "whsec_xxx"
}'Exemplo de resposta
{ "id": "wh_tr_001", "event": "transfer.completed", "url": "https://api.cliente.com/wh/transfers" }