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

TED

TED via API: STR & SITRAF

Same-day bank transfers with settlement via STR and SITRAF clearing systems. Submit and receive TEDs programmatically with smart routing, ISO 20022 compliance, and full settlement lifecycle visibility.

Talk to a specialist
BACEN
ISO 27001
PCI DSS v4.0
LGPD
MED 2.0
ISO 20022
16.7KTPS Proven
7Payment Rails
11Ledger Engines
19ISO 20022 Messages
99.99%Uptime SLA
16.7KTPS Proven
7Payment Rails
11Ledger Engines
19ISO 20022 Messages
99.99%Uptime SLA

Complete TED infrastructure

Everything you need to operate interbank transfers with security, speed, and regulatory compliance.

Submit transfers

Submit TEDs via API with real-time bank data validation, automatic clearing system calculation, and end-to-end tracking until credit confirmation.

Receive transfers

Receive notifications for credited TEDs via webhooks with full sender data, including origin ISPB, purpose code, and message reference.

Time windows

Automatically respect STR and SITRAF operating windows. Transfers outside business hours are queued and processed in the next available window.

Multi-bank routing

Smart routing across multiple settlement banks. Automatic best-route selection based on cost, availability, and operational limits.

PSTI limit R$15K

Automatic management of the R$15,000 limit for SITRAF (PSTI) transfers. Amounts above are automatically routed to STR without manual intervention.

ISO 20022 native

Native pacs.008 and pacs.002 messages. No legacy format conversion — the API already operates on the ISO 20022 standard required by the Central Bank.

Performance & compliance

Key metrics for Revenu's TED infrastructure.

D+0

Same-day settlement

STR/SITRAF

Clearing systems

pacs.008

ISO 20022 message

Integrate in minutes

A single API call to submit a TED with automatic routing between STR and SITRAF.

Create TED transfer

POST /v1/ted/transfer — submit an interbank transfer with automatic validation and routing.

curl -X POST https://api.revenu.tech/v1/ted/transfer \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: ted_req_abc123" \
  -d '{
    "bank_code": "001",
    "branch": "0001",
    "account": "12345-6",
    "amount": 12500.00,
    "recipient": {
      "name": "Empresa ABC Ltda",
      "document": "12345678000190"
    },
    "description": "Pagamento NF #2048",
    "metadata": {
      "invoice_id": "inv_98765"
    }
  }'
Response
{
  "transfer_id": "ted_3g9b2c4d5f6a",
  "status": "processing",
  "clearing_system": "SITRAF",
  "amount": 12500.00,
  "currency": "BRL",
  "estimated_settlement": "2025-10-15T17:30:00Z",
  "idempotency_key": "ted_req_abc123",
  "created_at": "2025-10-15T14:22:10Z"
}

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.