Endpoint
Authentication and target
Access is resolved through the authenticated credential owner. Use an account credential only for Pix transaction and refund events on its bound account. Use a user credential withaccount_number for transaction and refund events, or omit account_number for VA_ACCOUNT_KYB. Use a platform credential only for MASTER_ACCOUNT_KYB and omit account_number.
An account-scoped VA_ACCOUNT_KYB registration is not a supported delivery configuration and does not receive VA_ACCOUNT_KYB events.
Do not send X-ISPB or X-Account-Number with a platform or user credential on this management endpoint. An account credential may omit both headers; if sent, both are required and must match its bound account.
Request body
Success data
webhook_id, event_type, callback_url, status, and created_at as Unix milliseconds.
Behavior and validation
Creation is synchronous. The request has no caller-supplied idempotency key. The current v3 layer validates a non-empty callback value but does not itself enforce URL syntax or HTTPS.Errors
Every call can fail for missing or invalid signature headers, an expired timestamp, nonce replay, an invalid body hash or signature, insufficient permission, or a downstream service error. Endpoint-specific errors include:field_requiredfor a missing event, callback, or conditionally required account.permission_deniedfor an unsupported owner, event, or account combination.