Boleto pago foi confirmado pelo banco emissor
Enviado quando um boleto pago via POST /v1/accounts/{accountId}/boleto/pay é confirmado pelo banco emissor.
Estrutura do data:
paymentId: id canônico do boleto (bol_{uuid}) — mesmo valor que o POST /boleto/pay devolveu. Use este para correlacionar.boletoId: o mesmo valor de paymentId. Não enviamos transactionId.partnerId: referência no parceiro (operationReferenceId), para suporte/reconciliação.accountId / tenantId: Conta pagadora.amount: Valor pago.line: linha digitável / código de barras.status: Sempre "SUCCESS".Present when the subscription uses authType: HMAC: base64(HMAC_SHA256(secret, raw_request_body)). Compare in constant time against your own computation over the raw body.
Deterministic event id. Same id means the same event, possibly redelivered — deduplicate on it.
Event type. Full list at GET /v1/webhooks/events.
RFC 3339, UTC with Z.
1.0 today; bumped only on breaking payload changes.
Event-specific payload. See each webhook.
CorpX account where the event happened. Empty on cross-account events.
Acknowledged. Any 2xx within 10 seconds stops retries; anything else is retried with backoff (see the Webhooks guide).