How Brazil's PIX Actually Works: A Technical Deep Dive
Brazil's PIX has become the global reference for instant retail payments. What the architecture actually looks like, who runs it, and what builders in other markets can learn.
PIX launched in November 2020. By the end of 2024 it accounted for more transactions per month than all of Brazil’s other payment methods combined. By 2026 it is processing more than 6 billion transactions per month at peak — comparable to UPI in India on a per-capita basis and ahead of every other developed-economy instant payment system. The Banco Central do Brasil’s deliberately-public design of PIX is now studied by central banks globally as the case study for “how to build instant retail payments from scratch.”
I want to walk through the actual architecture, because the implementation details — not just the policy framing — are what make PIX work.

The components#
PIX is structurally simpler than UPI in one important respect: there are no third-party application providers. Every PIX user accesses the system through their own bank or licensed payment institution’s app. Banks compete on app quality; they do not compete on PIX itself.
The architecture has four primary components:
SPI (Sistema de Pagamentos Instantâneos) — the instant payments settlement system, operated by Banco Central do Brasil (BCB). All PIX transactions clear through SPI in real time, 24/7, with finality at the moment of confirmation. Settlement happens between participating institutions’ accounts at BCB.
DICT (Diretório de Identificadores de Contas Transacionais) — the centralized directory that maps PIX keys (the user-facing identifiers — CPF/CNPJ, email, phone number, or random “EVP”) to bank account information. DICT is operated by BCB and accessed by participating institutions through standardized APIs.
RSFN (Rede do Sistema Financeiro Nacional) — the financial-system network that the major institutions are connected to. PIX-specific message types ride this network.
Participating institutions — banks, credit unions, payment institutions, and other licensed entities. As of 2026, more than 800 institutions participate in PIX.
The user’s experience is simple — choose a recipient by PIX key, enter amount, authenticate. Behind the scenes, the institution checks DICT for the recipient bank, sends a payment instruction through SPI, both sides receive confirmation, and the user sees “completed” in under three seconds.
The PIX key system#
The PIX key is the user-facing addressing mechanism. Each user can register up to five keys per account, with each key in one of four formats:
- CPF/CNPJ — the national taxpayer ID for individuals or businesses
- Email — must be verified
- Phone number — must be verified via SMS
- EVP — a random UUID-style identifier generated by the system
A single key is associated with exactly one bank account. To pay someone, you only need to know one of their keys — typically the most convenient (phone for friends, CPF for business, EVP for cases where the user wants privacy).
This is meaningfully different from UPI’s handle@bank structure. PIX keys are simpler from the user’s perspective and harder to spoof, but require central directory infrastructure that UPI does not.
What PIX added in 2022-2026#
The core P2P transfer functionality launched in 2020. Subsequent PIX product expansions have included:
PIX Cobrança (PIX Charges) — recipient-initiated charges, similar in spirit to invoicing. Used heavily for business-to-consumer billing.
PIX Saque and PIX Troco (PIX Withdrawal and Change) — ATM-equivalent withdrawal at participating retailers. You scan the merchant’s QR, enter the amount you want in cash, the merchant gives you the cash, PIX transfers from your account to the merchant’s.
PIX Recorrente (PIX Recurring) — recurring payment mandates, similar to UPI AutoPay or SEPA direct debit. Important for subscription business models.
PIX por Aproximação (PIX by Proximity) — NFC-based PIX payments, launched in 2024. Tap-to-pay without a QR code scan.
PIX Garantido (Guaranteed PIX) — credit-line-backed PIX, launched in 2024-2025. Functions similarly to credit card use of UPI in India. The payer’s bank extends credit; PIX still settles instantly to the merchant.
PIX Internacional — cross-border PIX, in early operations in 2026 with Argentina, Paraguay, and Uruguay corridors live. Discussions with India (UPI corridor) and other major instant-payment systems are at advanced stages.
The cadence of expansion — a major new capability roughly every 6-9 months — has kept PIX evolving while maintaining backward compatibility.
What’s working operationally#
A few patterns from PIX’s operational performance that are worth knowing.
Uptime has been excellent. PIX has had relatively few major outages since launch. The BCB’s operational discipline and the architecture’s fundamental simplicity have produced reliability that compares favorably with traditional card networks.
Settlement finality at point of confirmation. Unlike many other instant payment systems, PIX provides settlement finality at the moment the user sees “completed.” Reversals are exceptional and require a separate process (the PIX MED — Mecanismo Especial de Devolução — for fraud-related reversals).
Fraud has been a continuing operational issue. PIX-related fraud — phishing, account takeover, coerced transactions — has been substantial. BCB and the banks have responded with various controls (transaction limits at night, mandatory cool-down periods for new keys, the MED mechanism). The fraud trajectory has improved in 2024-2026 as the controls have matured.
MDR is zero. PIX has no merchant discount rate. Banks charge no fee to consumers; merchants pay nothing per transaction (though banks may charge a small monthly platform fee for high-volume merchants). This is the structural feature that made PIX explosive.
What builders should learn#
For builders working on payments anywhere — Brazil, other LATAM markets, ASEAN, or even mature markets considering instant-payment reform — three observations carry across:
1. Public infrastructure with private participation. BCB built and runs the rail; banks compete on the experience around it. This is the same lesson as UPI in India — public utility plus private app competition.
2. Zero MDR forces the value capture to move. Banks make money from PIX through adjacent products — lending, payroll, business cash management, and the consumer relationship that PIX anchors. Payment processing itself stops being a profit center; the bank-customer relationship becomes the profit center.
3. Aggressive scope expansion makes the rail durable. PIX did not stop at P2P. The continuous feature additions — withdrawal, recurring, NFC, guaranteed credit, cross-border — have kept PIX as the default payment method even as banking apps have evolved.
Where PIX fits in the global picture#
PIX is one of three instant-payment systems globally that have crossed the “definitive payment method in their market” threshold:
- UPI in India (covered in the Indian fintech stack post)
- PIX in Brazil (this post)
- AliPay/WeChat Pay in China (different architecture — closed-loop wallets rather than central rail)
A few others are credible candidates — Singapore’s PayNow, Kenya’s M-Pesa (a 2007 pioneer that predates the rest), Indonesia’s QRIS — but with smaller transaction volumes relative to total payments. The next five years will see additional candidates emerge.
For US, UK, and EU readers — the US’s FedNow, the UK’s revamped Faster Payments, and the EU’s SCT Inst are operational but with very different adoption dynamics than PIX, primarily because they retained the existing card-network economics in parallel rather than displacing them.
Where pdpspectra fits#
Our fintech engineering work spans LATAM, Asia, and Europe out of our four offices. PIX integration, cross-border instant-payment corridors, and the broader payments architecture work are within our practice. If you are integrating PIX, building on top of it, or comparing it to other rails for a global product, our team does this work.
Related reading: the Indian fintech stack post, the digital public infrastructure post, and the cross-border payments comparison post.
PIX is the global reference for instant retail payments. Talk to our team about your integration.