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.
X-Request-Timestamp
Unix seconds. Required on the signed host; tolerance is 300s either way (403 request_timestamp_skew).
X-Content-SHA256
Lowercase hex SHA-256 of the body. An empty body hashes the empty string, so the header is always present. Mismatch returns 400 body_hash_mismatch.
X-Request-Signature
Detached JWS (<protected>..<signature>, ES256 or PS256) over METHOD\nPATH?QUERY\nTIMESTAMP\nIDEMPOTENCY_KEY_OR_EMPTY\nX_CONTENT_SHA256.
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