📊 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
| Endpoint | Method | Description |
|---|---|---|
/v4/i/ledger/extract | POST | Request extract generation |
/v4/i/ledger/extract/:id | GET | Check 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
optionsfield - Async processing: Request the extract and track status in real-time via listener or polling
- Flexible dates:
startDateandendDateaccept timestamp in ms orYYYY-MM-DDstring - 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.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
amountfield (uses QR Code value if not provided) - Support for
externalIdfor idempotency
New Fields in PIX IN
Added optional fields to the QR Code generation endpoint:| Field | Type | Description |
|---|---|---|
externalId | string | null | External identifier for correlation |
metadata | object | Custom data returned in webhook |
Documentation Improvements
- Fixed broken links in Ledger documentation
- Added “Pay QR Code” card to PIX OUT products page
- Updated code examples with realistic data
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
Updated Webhooks
Complete webhook documentation with:- Fixed origin IPs:
34.134.50.53and35.238.101.57 - Complete event catalog
- Detailed payload structure
- Best practices for consumers
PIX Key Types
Documentation of accepted PIX key types:| Type | Format |
|---|---|
| CPF | 11 digits |
| CNPJ | 14 digits |
| valid email | |
| Phone | +55 + area code + number |
| EVP (Random) | UUID |