List available event types
Returns all event types available for webhook subscriptions.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Response
List of event types.
eventTypes
List of event types available for webhook subscription:
pix.in.completed- Incoming PIX completedpix.out.completed- Outgoing PIX completed (carrieslate: truewhen it settles after apix.out.timeout)pix.out.failed- Outgoing PIX failed (carrieslate: truewhen rejected after apix.out.timeout)pix.out.timeout- Outgoing PIX timeout (call sent, response missed within deadline; carriesholdwhen the settlement bank is holding the order, and may be corrected later by alatecompleted/failed event)pix.refund.completed- Refund we initiated, completedpix.refund.failed- Refund we initiated, failedpix.refund.received- Refund received from receiver, without us askingpix.med.opened- MED/Infraction openedpix.med.updated- MED/Infraction updatedqrcode.paid- Dynamic QR Code paidqrcode.expired- Dynamic QR Code expired without paymentqrcode.cancelled- Dynamic QR Code cancelled by integratorboleto.paid- Boleto payment confirmed by issuerboleto.failed- Boleto payment rejected by issuertransfer.internal.in- Internal transfer credited to accounttransfer.internal.out- Internal transfer debited from accountfee.charged- Banking fee chargedfee.refunded- Banking fee refunded
Errors
401
Unauthorized Error
500
Internal Server Error