v1.1.0 — Webhook Management via API

New Features

Self-Service Webhooks

  • Webhook CRUD via API: You can now create, list, update, and delete webhook configurations directly via API without contacting support.
  • Multiple Authentication Types: Support for HMAC, API_KEY, BASIC, BEARER, and IP_WHITELIST for webhook authentication.
  • Event Type Filter: Configure which event types each webhook should receive.
  • Available Events Endpoint: New GET /v1/webhooks/events endpoint to list all supported event types.

New Webhook Events

  • pix.pending: New event sent when a Pix is pending confirmation (useful for real-time payment tracking).
  • pix.qrcode.cash_in: Specific event for QR Code payments via charge.

Security

  • IP Restriction for Webhooks: Webhook endpoints now support source IP restriction.

Bug Fixes

  • Improved webhook documentation with more detailed examples.
  • Fixed payload examples in webhook events.


v1.2.0 — Integrator Portal and Webhooks

New Features

  • Integrator Portal: Documentation added with portal link and capabilities.

Changes

  • Webhooks via Portal: Webhook configuration now occurs exclusively through the Integrator Portal.
  • Adjusted documentation: Removed references to public webhook management endpoints; only POST /webhooks/replay and GET /v1/webhooks/events retained.