Standards/transferencias-3-0
Transferencias 3.0
Overview
Transferencias 3.0 is Argentina's national interoperable QR payment standard, launched by the Banco Central de la República Argentina (BCRA) on 29 November 2021 [1, 2, ar-cro]. It defines a Standardized Payment Interface with open architecture for interoperability across all accounts — both bank accounts (CBU) and electronic wallets (CVU) — so any payer app can scan any merchant QR regardless of which institution either side belongs to [1, 2]. Settlement happens within a maximum of 25 seconds, and merchant commission is regulated at a cap of 0.8 % by BCRA [1, ar-cro]. As of late 2022 / early 2023 the system was processing ~253,000 QR-initiated transfers per day [3], with 1 in 4 transfer payments in Argentina now initiated via QR [3].
Transferencias 3.0 is structurally a regulator-imposed interoperability standard, similar in spirit to ke-qr-code (Kenya, 2023) and qris (Indonesia, 2019) — preventing any single wallet (in Argentina's case, Mercado Pago, with 4.7M+ users and 1.5M+ merchants AR) from leveraging dominance into permanent merchant lock-in.
History
Background — Argentina's payment fragmentation (pre-2021) [ar-cro, 4]: By 2020 Argentina had several competing QR payment systems — Mercado Pago (the dominant fintech wallet, MercadoLibre-owned), MODO (a 35+ bank coalition launched December 2020 in response to Mercado Pago), various individual bank QRs, and several smaller wallets. Each had its own QR format; merchants had to choose which to accept, creating consumer-side friction and Mercado-Pago lock-in.
29 November 2021 — Transferencias 3.0 launch [1, 2, 4]: BCRA launched Transferencias 3.0 as a regulator-mandated interoperability layer. Key design choices:
- Universal QR interoperability — any wallet reads any QR.
- Standardised Payment Interface with open architecture.
- Maximum 25-second settlement.
- 0.8 % merchant commission cap — regulated to prevent rent extraction.
- CBU + CVU dual-identifier support — both bank and wallet account identifiers interoperable.
Adoption growth [3, 5, ar-cro]:
- First week post-launch: 50%+ growth from baseline.
- 2022 → 2023 daily volume: In the first 16 days of January 2022, 46,828 daily QR-initiated transfer payments; by the first 15 days of January 2023, that grew to 253,056 daily — 5.4x increase year-over-year [3].
- Cumulative through 2024: 52+ million operations [3].
- 2024 share metric: 1 of every 4 Argentine transfer payments is initiated by QR [3].
Inflation context AR: Argentina's high-inflation environment (persistent triple-digit annual inflation in 2023–2024) structurally accelerated digital payment adoption — cash devalues rapidly, instant digital payments preserve nominal value through the speed of settlement. Transferencias 3.0's 25-second settlement maximum is particularly valued in this context.
Technical specification
Transferencias 3.0 operates on Argentina's interbank-payment-rail infrastructure [1, ar-cro]:
| Layer | Description |
|---|---|
| Underlying rail | Argentine interbank payment system (BCRA-operated; settles via COELSA — Compensadora Electrónica) |
| Settlement | Maximum 25 seconds; often faster |
| Commission | 0.8 % cap for merchants (regulated) |
| Cost to consumers | Free |
| Currency | ARS (Argentine Peso) |
| Standardised Payment Interface | Open architecture; all accounts (bank + wallet) interoperable |
| Identifier types | CBU (Clave Bancaria Uniforme — bank accounts), CVU (Clave Virtual Uniforme — wallet accounts) |
Account identifier structure AR:
| Identifier | Length | Used for |
|---|---|---|
| CBU | 22 digits | Bank accounts |
| CVU | 22 digits | Wallet / fintech accounts |
Both 22-digit identifier types are interoperable — a CBU-rooted account can send to a CVU-rooted account and vice versa, transparently to the user.
QR encoding [ar-cro, 9]: Transferencias 3.0 uses an EMVCo Merchant-Presented Mode (MPM) TLV format carrying the recipient account identifier (CBU or CVU), amount (for dynamic QR), and merchant identification. The wire format follows the standard EMVCo MPM header (tag 00 payload format indicator, tag 01 initiation method, tag 52 MCC, tag 53 currency = 032 ARS, tag 58 country = AR, tag 63 CRC-16/CCITT-FALSE), with the Argentine merchant template in tags 26-51; the specific BCRA-issued sub-tag-00 identifier sits behind developer onboarding. The full Standardized Payment Interface (IEP) also adopts ISO 20022 message types for the inter-participant messaging behind the QR [9].
Modes AR:
- Merchant-presented QR (static) — printed sticker per merchant; consumer enters amount.
- Merchant-presented QR (dynamic) — POS-generated per transaction with amount embedded.
- Consumer-presented QR — consumer's app displays QR for merchant POS to scan.
Use cases
Transferencias 3.0 is the universal merchant-side QR for Argentine retail payments, with broad cross-network coverage [ar-cro, 3]:
- Retail POS — small merchants (kioscos, almacenes, panaderías), restaurants, shopping malls. Single QR sticker accepts payments from Mercado Pago, MODO, BNA+, Cuenta DNI, and other participating apps.
- E-commerce checkout — dynamic QR Ph at online checkout.
- P2P transfers — although the primary P2P pattern remains direct CBU/CVU transfers via banking apps, QR-based P2P is supported.
- Government services and tax payments — increasing government adoption of Transferencias 3.0 alongside legacy options.
- Tourism and remittance handling — Argentines abroad sending pesos home via wallets that route into the Transferencias 3.0 network.
Major consumer wallets / apps consuming Transferencias 3.0 AR:
| App | Provider | Users / Reach |
|---|---|---|
| Mercado Pago | MercadoLibre | 4.7M+ active users, 1.5M+ merchants — dominant wallet |
| MODO | 35+ bank coalition | Multi-bank app launched December 2020 |
| BNA+ | Banco de la Nación | State bank; 5,200+ merchant locations |
| Cuenta DNI | Banco Provincia | State-bank wallet |
Adoption scale (2024) [3, ar-cro]:
- 52+ million cumulative QR-initiated operations
- 1 of every 4 Argentine transfer payments is now QR-initiated
- Daily QR-initiated transfer payments: ~253,000 (early 2023) and growing
- $78 billion projected digital payments market by 2025
Transferencias 3.0 integration is BCRA-mandated and bank/PSP-mediated; there is no Argentina-specific open-source SDK published by BCRA. The wire format is standard EMVCo MPM, so the generic open-source EMVCo MPM library ecosystem applies at the data-format level.
Open-source EMVCo MPM libraries (produce valid Transferencias 3.0-shaped TLV; merchant-template population still requires a BCRA-onboarded acquirer):
| Repo | Language | Stars | License | Last release | Notes |
|---|---|---|---|---|---|
| mvallim/emv-qrcode | Java | 128 | Apache-2.0 | v0.1.5, May 2026 | Full MPM v1.1 + CPM v1.1 encode/decode with CRC16 + duplicate-tag checks; the most directly applicable open-source generator [10] |
| mercari/go-emv-code | Go | 70 | MIT | v0.1.5, Aug 2023 | Encoder/decoder for both Merchant- and Consumer-Presented modes; Mercari-built [11] |
| dongri/emv-qrcode | Go | 58 | — | 2024 | Independent Go MPM/CPM encoder/parser [12] |
Production wallets / apps:
- Mercado Pago (MercadoLibre) — dominant fintech wallet
- MODO (35+ bank coalition: Banco Galicia, Banco Santander, BBVA, Banco Macro, etc.) — multi-bank app
- BNA+ (Banco de la Nación)
- Cuenta DNI (Banco Provincia)
- Other Argentine bank mobile apps progressively adopting
Acquirer / merchant integrations:
- Pomelo — Argentine fintech-as-a-service platform; provides Transferencias 3.0 integration [6].
- Mercado Pago for Business — merchant onboarding via Mercado Pago's acquirer platform.
- Bank-specific acquirer flows for traditional banks.
- International PSPs (Stripe, Mercado Pago via cross-border partnerships) for Argentine-market merchants.
Reference documentation:
- BCRA's Transferencias 3.0 FAQ — Spanish-language regulatory documentation.
- BCRA T3.0-PCT Reglamento operativo Integración participantes (PDF) — formal participant integration regulation including the Standardized Payment Interface (IEP).
Comparison
vs. ASEAN EMVCo MPM family (sgqr, duitnow-qr, promptpay-qr, qris, vietqr) and African ke-qr-code — Same regulator-mandated-interoperability pattern; same era (2018–2023 launches). Transferencias 3.0's distinctive features:
- 0.8 % merchant-commission cap — regulatory pricing intervention is more explicit than in most ASEAN peers.
- CBU + CVU dual identifier — fully cross-network (bank + fintech) interoperability mandated from launch, unlike some peers that joined e-wallets later.
- Inflation context — Argentina's high-inflation economy gives Transferencias 3.0 a unique adoption tailwind not present in lower-inflation peer markets [sg-cro, my-cro, ar-cro].
vs. pix (Brazil) — Same continent, both central-bank-orchestrated, both launched within 1 year of each other (Pix: November 2020; Transferencias 3.0: November 2021). Pix is structurally larger (~250B+ vs Transferencias 3.0's ~50M+ cumulative operations), reflecting Brazil's larger population, mandatory bank participation, and earlier launch. Both are reference Latin American implementations of central-bank-mandated instant QR payment [pix-ref].
vs. codi (Mexico) — Both Latin American central-bank instant-QR systems; both have struggled with adoption relative to Brazil's Pix. Transferencias 3.0 has had more rapid adoption growth than CoDi (5x year-over-year in 2022→2023 vs CoDi's slower trajectory), driven by Argentina's high-inflation cash-displacement context. Different structural conditions explain different adoption velocities [codi-ref, ar-cro].
vs. upi-qr (India) — Both regulator-orchestrated national QR; UPI is much larger by transaction count, and uses a upi://pay?... URI rather than EMVCo TLV. Both rely on a public interoperability standard that any wallet must support IN.
vs. Argentine pre-Transferencias-3.0 fragmentation — Transferencias 3.0's defining purpose was to eliminate the fragmentation between Mercado Pago, MODO, and individual bank QR codes. The regulator-mandated interoperability is the structural breakthrough; without BCRA intervention, Mercado Pago's market dominance would have prevented voluntary standardisation AR.
Fun facts
Transferencias 3.0 was explicitly launched to break Mercado Pago's QR-payment dominance [ar-cro, 4]. By 2020 Mercado Pago had ~4M+ active wallet users and ~1.5M merchants accepting Mercado Pago QR; the bank coalition launched MODO in December 2020 as a defensive response. BCRA's November 2021 launch of Transferencias 3.0 was the regulatory move that prevented the QR-payment market from settling into a Mercado-Pago-vs-MODO bilateral standoff — by mandating that every wallet must read every QR, no single wallet can leverage acceptance into permanent lock-in.
The 0.8 % merchant-commission cap [1, ar-cro] is one of the most explicit examples of central-bank price regulation in national QR payment systems globally. Most peers (SGQR, DuitNow, PromptPay) let acquirers set merchant fees competitively; BCRA's cap explicitly intervenes. The cap is structural to Argentina's specific concern that Mercado Pago, having captured the wallet market, would extract rent from the merchant base if commission pricing were free.
Argentina's high-inflation context structurally accelerates digital payment adoption AR. When ARS cash devalues 10%+ per month at peak inflation, the speed-of-settlement advantage of QR-initiated instant transfers (≤ 25 seconds) becomes economically material in a way it isn't in low-inflation economies. Consumers don't want to hold ARS cash; merchants want to convert cash receipts to bank balance immediately. Transferencias 3.0's adoption growth correlates with inflation rates — a less-cited but structurally important fact.
5.4x year-over-year growth in daily QR-initiated transfer payments (early 2022 → early 2023) [3] is one of the steepest national-payment-system growth curves recorded, alongside early-Pix Brazil and early-DuitNow Malaysia. The combination of regulator-mandated interoperability + Mercado-Pago-already-widespread + high-inflation cash-displacement created a multi-vector adoption tailwind.
CBU + CVU dual interoperability AR — the fully bank-account-AND-wallet-account interoperable from launch design is more aggressive than most peer national QR systems achieved at launch. SGQR added card networks and e-wallets to its scope over time; QRIS launched with bank + e-wallet but onboarded later. Argentina forced full bank + wallet symmetry from day 1 of Transferencias 3.0 — a regulator-forced rather than market-evolved outcome.
Status
Active, growing fast, regulator-anchored [ar-cro, 3]:
- 52+ million cumulative QR-initiated operations (through 2024)
- ~253,000 daily QR-initiated transfers (early 2023, growing)
- 1 of every 4 Argentine transfer payments is QR-initiated
- 5.4x YoY adoption growth in early 2022 → early 2023
- 0.8 % merchant commission cap regulated by BCRA
- CBU + CVU dual identifier fully interoperable
Strategic context AR:
- High-inflation environment continues to be a structural adoption tailwind for instant digital payments.
- Cross-border Mercosur integration planned but not yet operational; Argentina-Brazil-Uruguay regional QR connectivity is on the roadmap.
- Mercado Pago continues to dominate the wallet market alongside MODO bank-coalition app; the interoperability mandate prevents either side from forcing single-wallet acceptance.
- Digital payments market projected at $78 billion by 2025 in Argentina, with Transferencias 3.0 as a major rail.
No deprecation planned. Transferencias 3.0 is the strategic national QR-payment interoperability layer for Argentina's foreseeable future, with growth trajectory still accelerating.
Sources
- Transferencias 3.0 — BCRA (English)
- Transferencias 3.0 FAQ — BCRA (Spanish)
- 1 in 4 transfers initiated with QR — BCRA news
- Transferencias 3.0 launch — Bloomberg Línea
- 50%+ QR growth — El Cronista
- BCRA Interoperable QR — Pomelo blog
- Argentina payment rails — Transfi
- Transferencias 3.0 explained — BBVA
- T3.0-PCT Reglamento operativo: Integración (PDF) — BCRA
- mvallim/emv-qrcode — GitHub
- mercari/go-emv-code — GitHub
- dongri/emv-qrcode — GitHub
- AR-argentina.md
Deployments
Found in the following country reports (grep across reports/countries/):
- AR — AR-argentina.md