Skip to main content
February 14, 2026
LedgerNew
v4.4

📊 Bank Statement Extract (PDF/CSV)

You can now generate and download complete bank statement extracts in PDF and CSV formats, both via API and through the client dashboard in the Ledger section.

New Endpoints

EndpointMethodDescription
/v4/i/ledger/extractPOSTRequest extract generation
/v4/i/ledger/extract/:idGETCheck extract status

Features

  • Professional PDF: Complete report with financial summary, monthly breakdown, per-month details, and transaction table
  • Structured CSV: Spreadsheet with informative header and all transaction columns
  • Customizable content: Choose which sections and columns to include via options field
  • Async processing: Request the extract and track status in real-time via listener or polling
  • Flexible dates: startDate and endDate accept timestamp in ms or YYYY-MM-DD string
  • Up to 365-day range: Generate comprehensive long-period reports

Client Dashboard

In the admin dashboard, within the Ledger section, users can request extract generation directly from the interface, track progress in real-time, and download once ready.
The options field is optional. If omitted, all sections and columns are enabled by default. The download URL expires in 24 hours — we recommend downloading immediately.
January 2026
PIX OUTAPI
v4.1

New Endpoint: Pay QR Code

Added endpoint for QR Code payment (copy and paste):
  • POST /v4/i/bank-accounts/{accountId}/transfer/pay: Make PIX payments using EMV code
  • Supports dynamic and static QR Codes from any institution
  • Optional amount field (uses QR Code value if not provided)
  • Support for externalId for idempotency
January 2026
PIX INAPI
v4.1

New Fields in PIX IN

Added optional fields to the QR Code generation endpoint:
FieldTypeDescription
externalIdstring | nullExternal identifier for correlation
metadataobjectCustom data returned in webhook
January 2026
Documentation
v4.1

Documentation Improvements

  • Fixed broken links in Ledger documentation
  • Added “Pay QR Code” card to PIX OUT products page
  • Updated code examples with realistic data
December 2025
DocumentationAPI
v4.0

New Documentation Launch

We launched the new Owem API documentation with several improvements:
  • Bilingual documentation: Portuguese (pt-BR) and English (EN)
  • 21 documented endpoints: Authentication, Ledger, PIX IN, PIX OUT, Webhooks, and MEDs
  • Practical guides: Receive payments, send payments, webhooks, reconciliation, and MEDs
  • AI Tools: Integration with ChatGPT, Claude, Perplexity, Cursor, and VS Code
  • MCP Server: Model Context Protocol server for AI tools
  • Dashboard screenshots: Visual guide to using the admin dashboard
December 2025
Webhooks
v4.0

Updated Webhooks

Complete webhook documentation with:
  • Fixed origin IPs: 34.134.50.53 and 35.238.101.57
  • Complete event catalog
  • Detailed payload structure
  • Best practices for consumers
December 2025
PIX
v4.0

PIX Key Types

Documentation of accepted PIX key types:
TypeFormat
CPF11 digits
CNPJ14 digits
E-mailvalid email
Phone+55 + area code + number
EVP (Random)UUID
December 2025
Errors
v4.0

BACEN/SPI Error Codes

We added documentation for Brazilian Central Bank error codes:
  • AB03: SPI timeout
  • AC03: Invalid account number
  • AC06: Blocked account
  • AM02: Amount exceeds limit
  • BE01: Inconsistent CPF/CNPJ
  • And many more…