RevenuLogo Revenu Open Tecnologias Ltda.
PricingAbout
Talk to sales

Footer

Revenu Tech Logo

Revenu is the leading provider of banking infrastructure for developers in Brazil.

ISO 20022 Native

Av. Brigadeiro Faria Lima 1811

Room 1119 - ZIP: 01452-001

São Paulo, Brazil

  • About
  • Jobs
  • Partners
  • Trust Center
  • Pricing
  • Payment Hub
  • RTP
  • TED
  • Boleto
  • Cards
  • Onboarding
  • Ledger Engine
  • Core banking
  • Compliance
  • Reconciliation
  • Crossborder
  • Management dashboard
  • AuthorityOS
  • HarmonyOS
  • ChargeOS
  • InvestOS
  • AtmOS
  • RiskOS
  • TreasuryOS
  • LoanOS
  • Marketplaces
  • Terms of Use
  • Privacy Policy
  • API Terms
  • Cookies

Revenu

  • About
  • Jobs
  • Partners
  • Trust Center
  • Pricing
  • API Status

Services

  • Payment Hub
  • RTP
  • TED
  • Boleto
  • Cards
  • Onboarding

Solutions

  • Ledger Engine
  • Core banking
  • Compliance
  • Reconciliation
  • Crossborder
  • Management dashboard
  • AuthorityOS
  • HarmonyOS
  • ChargeOS
  • InvestOS
  • AtmOS
  • RiskOS
  • TreasuryOS
  • LoanOS
  • Marketplaces

Legal

  • Terms of Use
  • Privacy Policy
  • API Terms
  • Cookies
LinkedIn

© 2026 Revenu Open Technologies Ltda. All rights reserved.

Developed with ❤️ in São Paulo, Brazil

Core Technology

11 Engines, 1 Immutable Ledger

The deepest ledger infrastructure in Latin America. Built with domain-driven design and event sourcing for uncompromising data integrity.

Talk to Sales
BACEN
ISO 27001
PCI DSS v4.0
LGPD
MED 2.0
ISO 20022

11 Purpose-Built Engines

Each engine is a self-contained domain handling a critical aspect of financial operations, from posting to compliance.

Posting Engine

100 TPS synchronous, 1,000+ asynchronous. Double-entry accounting with idempotent writes and atomic batch operations.

Mapping Engine

Bidirectional chart-of-accounts translation. COSIF to IFRS and back, with full audit trail of every mapping.

IFRS Measurement

Automated EIR, ECL, and Fair Value calculations. Full compliance with IFRS 9, IFRS 13, and IFRS 15 standards.

Validation Engine

4-stage validation pipeline with 50+ built-in rules. Schema, business logic, compliance, and balance checks before every posting.

Sandbox Engine

Isolated execution environment with full API parity. Automatic 30-day data purge with no impact on production.

Ledger Runtime

8 immutability guarantees enforced at the storage layer. Append-only writes, cryptographic hashing, and tamper-evident logs.

Reconciliation Engine

AI/ML-powered matching with 4-tier confidence scoring. Automatic, suggested, manual, and exception-based reconciliation.

Settlement Engine

5-state lifecycle management: initiated, authorized, clearing, settled, and finalized. Real-time position tracking.

Compliance Engine

1,600+ regulatory signals monitored in real time. Automated BACEN reporting, AML screening, and suspicious activity detection.

Billing Engine

Usage-based billing with IFRS 15 revenue recognition. Metered, tiered, and custom pricing models out of the box.

ATM Engine

ISO 20022 native messaging. PIX Saque and PIX Troco support with real-time authorization and settlement.

Domain-Driven Design + CQRS

Our ledger is architected with strict domain boundaries, command-query separation, and event-driven communication between bounded contexts.

14
Aggregates
30
Commands
32
Queries
38+
Domain Events
42+
Event Topics

Double-Entry Posting

Create an immutable, balanced transaction with a single API call.

curl -X POST https://api.revenu.tech/v1/ledger/transactions \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "idempotency_key": "txn_20260320_001",
    "entries": [
      {
        "account_id": "acc_checking_001",
        "direction": "debit",
        "amount": 150000,
        "currency": "BRL"
      },
      {
        "account_id": "acc_revenue_001",
        "direction": "credit",
        "amount": 150000,
        "currency": "BRL"
      }
    ],
    "metadata": {
      "description": "Service payment",
      "reference": "INV-2026-0042"
    }
  }'
Response
{
  "transaction_id": "txn_8f3k2j1m4n5p6q7r",
  "idempotency_key": "txn_20260320_001",
  "status": "posted",
  "entries": [
    {
      "entry_id": "ent_a1b2c3d4",
      "account_id": "acc_checking_001",
      "direction": "debit",
      "amount": 150000,
      "currency": "BRL",
      "balance_after": 3500000
    },
    {
      "entry_id": "ent_e5f6g7h8",
      "account_id": "acc_revenue_001",
      "direction": "credit",
      "amount": 150000,
      "currency": "BRL",
      "balance_after": 12750000
    }
  ],
  "created_at": "2026-03-20T14:30:00.000Z",
  "posted_at": "2026-03-20T14:30:00.012Z"
}

Start building today

Direct access to complete banking infrastructure: accounts, cards, payments and capital. Build your financial products on your terms, without unnecessary intermediaries.

Documentation

Everything you need to get started with our APIs and build your financial products.

Getting Started

Step-by-step guides and tutorials to get your first financial product up and running quickly.

Contact Sales

Talk to our sales team and get your questions answered.