TED
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.
Everything you need to operate interbank transfers with security, speed, and regulatory compliance.
Submit TEDs via API with real-time bank data validation, automatic clearing system calculation, and end-to-end tracking until credit confirmation.
Receive notifications for credited TEDs via webhooks with full sender data, including origin ISPB, purpose code, and message reference.
Automatically respect STR and SITRAF operating windows. Transfers outside business hours are queued and processed in the next available window.
Smart routing across multiple settlement banks. Automatic best-route selection based on cost, availability, and operational limits.
Automatic management of the R$15,000 limit for SITRAF (PSTI) transfers. Amounts above are automatically routed to STR without manual intervention.
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.
Key metrics for Revenu's TED infrastructure.
D+0
Same-day settlement
STR/SITRAF
Clearing systems
pacs.008
ISO 20022 message
A single API call to submit a TED with automatic routing between STR and SITRAF.
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"
}
}'{
"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"
}Direct access to complete banking infrastructure: accounts, cards, payments and capital. Build your financial products on your terms, without unnecessary intermediaries.