Subscription Payments · Analytical Essay

Billthrough is the Metric.
Auth Rate is the Distraction.

Every PSP reports authorization rate. Every merchant grades their PSPs on it. Most optimization programs are built around it. This is about why subscription merchants are measuring the wrong thing, and what changes when you measure the right one.

Andrea Register
Former Director, Business Analytics · Boku
March 2026

01

The Metric Everyone Measures, and Why It Misleads

Authorization rate is easy to measure, easy to compare, and easy to report to a board. It is also the wrong primary metric for subscription merchants. This is not a contrarian position. It is what the mechanics of subscription billing actually reveal when you look closely.

Auth rate measures whether a single payment attempt succeeded. Billthrough measures whether a subscription ultimately collected payment across all retry attempts over a billing window. Those are different questions, and optimizing for the first one does not automatically improve the second. A PSP that looks weak on auth rate can still move the needle on billthrough and net revenue when it reaches subscribers on a rail your primary processor cannot access, costs nothing per failed attempt, or connects to a different issuer relationship that succeeds where the primary one failed. The auth rate number does not tell you any of that.

I watched this play out repeatedly over thirteen years working on subscription billing across global markets. The context matters here. In local payments and carrier billing, the PSP is not a secondary fallback. The subscriber chose that payment method. Carrier billing is what they have. There is no card to chain to. The merchant is evaluating the billthrough performance of that rail on its own terms, and grading it against card auth rate benchmarks that have nothing to do with how carrier billing works. Account managers would bring auth rate comparisons into merchant reviews. Merchants would penalize PSPs with lower auth rates without asking whether those rates were even comparable across rails, or whether the billthrough over the full retry window told a different story. The higher auth rate sometimes masked a worse billing outcome.

Auth rate tells you whether a single attempt succeeded. Billthrough tells you whether you got paid. Those are not the same question, and the industry has been answering the wrong one.

The distinction matters most in local payments, carrier billing, and emerging markets. Which is exactly where subscription growth is fastest. In these contexts, network rails are different, error codes are different, and the retry economics are entirely different from card-centric models. Auth rate comparisons across these rails are often not even measuring the same underlying thing.

The payments industry built its entire reporting infrastructure around card authorization rate because cards were the dominant payment method when that infrastructure was designed. That is no longer the world we operate in.

02

The World That Made This Argument Urgent

The reason this distinction matters now more than it did five years ago is the structural shift underway in global payments. Digital wallets have crossed a threshold from alternative payment method to dominant payment infrastructure. The optimization frameworks most subscription analytics teams use have not kept pace.

4.4B
Digital wallet users globally in 2025
Juniper Research, November 2025. Rising to 6B by 2030.
53%
Share of global e-commerce transactions via digital wallets in 2024
Capital One Shopping Research. More than double the 20% captured by cards.
28.3%
CAGR of global digital wallet market
The fastest-growing segment in payments by transaction share

Digital wallets are not uniformly distributed. Southeast Asia, India, and Latin America have adoption rates exceeding 85% in some markets, driven by QR code infrastructure, mobile-first banking, and the leapfrogging of card rails entirely. Thailand, Vietnam, and the Philippines are each projected to hit 75% digital wallet adoption by 2026, per Juniper Research. India's UPI processes over 16 billion transactions per month.

In these markets, an e-wallet like GCash, GoPay, or a UPI-linked method is not a supplementary payment option. It is the primary payment rail. And the failure modes, error taxonomies, and retry mechanics for these rails are entirely different from the card-centric models that most subscription analytics frameworks assume.

QR code payments are the dominant transaction type within digital wallets globally. They are projected to account for over 40% of all digital wallet transactions by volume in 2026, reaching 380 billion transactions, per Juniper Research. Authorization rate comparisons drawn from Visa and Mastercard network data tell you almost nothing about your billing performance in these markets.

Brazil is worth naming specifically. Pix, the instant payment system launched by the Banco Central do Brasil in 2020, processed over 63 billion transactions in 2024, a 52% year-over-year increase, surpassing the combined volume of debit and credit card transactions by 80%. It is used by more than 174 million Brazilians and now accounts for 40% of Brazil's e-commerce payment volume. For subscription merchants operating in Brazil, Pix is not an emerging option to consider adding. It is the primary rail your subscribers expect to use.

Pix Automático, the recurring payments feature developed by the Banco Central, launched on June 16, 2025. It allows consumers to authorize a recurring payment agreement once, after which future charges are pulled automatically on the scheduled date. The failure modes are still different from cards. There is no network token. There is no chargeback mechanism in the traditional sense. Bank-side processing limits and account balance failures replace the issuer decline codes that card-based retry logic was built around. And Pix Automático's design gives subscribers the ability to cancel a mandate up to one minute before the next charge, which changes the behavioral dynamics of churn in ways that card-on-file recurring billing simply does not face. Perhaps most importantly for billthrough: Pix Automático unlocks subscription access for the roughly 60 million Brazilians without credit cards who could not previously subscribe to digital services at all. That is an expansion of addressable subscribers, not just a change of payment rail.

The Measurement Gap

The subscription analytics infrastructure most merchants use was designed for card-on-file recurring billing. Decline codes, retry logic, and auth rate benchmarks all derive from card network specifications. In markets where the primary payment method is a mobile wallet, carrier billing, or account-to-account transfer, these frameworks misclassify both the failure mode and the optimization lever.

03

You Cannot Optimize What You Cannot Instrument

The most common failure mode I encountered in billing optimization programs was not a wrong strategy. It was operating without adequate signal. In carrier billing and local payment rails, 15 to 30% of transactions returned a generic error, only to reveal a specific, actionable error code when we pulled issuer log data. Generic errors are not a payments problem. They are an instrumentation problem. And you cannot optimize a billing window that you cannot read.

The Generic Error Problem

When 15–30% of your failures return "Do Not Honor" or equivalent catch-all codes, you cannot distinguish between a card limit exceeded, an account frozen, a routing configuration error, or a network timeout. Each requires a different intervention. Generic codes flatten a decision tree that needs to be branched. The optimization work begins by going to the issuer, pulling log-level data, and mapping the specific error codes behind the generic ones. It is an engineering investment, not a payments insight. But it is the prerequisite for everything that follows.

Decline Taxonomy: Error Type to Optimization Action

Insufficient Funds
Retryable (timing-dependent)
The account had insufficient funds at the billing attempt time. The user may have funds available within the same billing period, particularly after a pay cycle.
Align retry timing to pay periods. Retry earlier in the morning. Run experiments across 2–3 timing variants.
Account Not Authorized
Partially recoverable (user action required)
Common in carrier billing. Account flagged as not authorized for premium content charges. Requires the user to call the carrier to re-authorize.
Send targeted SMS prompting user to call carrier. In practice, ~5% of these users take action and convert within the retry window.
Generic / Do Not Honor
Unclassified (requires instrumentation)
The catch-all code that tells you nothing. Could be any of a dozen distinct failure modes. Represents 15–30% of declines in carrier billing contexts.
Do not retry blindly. Pull issuer log data, map specific error codes behind the generic, then build a typed retry strategy per code.
Technical / Network Error
Retryable (with backoff)
Network timeouts, carrier-side routing failures, or temporary processing errors. Not a subscriber-side problem.
Retry with exponential backoff. Do not retry aggressively because that can trigger velocity flags. Three or four attempts over 24 to 48 hours is appropriate.
Limit Exceeded
Retryable (later in billing cycle)
Carrier billing daily or monthly spending cap reached. The user has not declined to pay. Their account ceiling is temporarily at capacity.
Retry after the carrier's billing cycle resets. Understand carrier reset timing by market because it varies significantly.
Fraud Block / Velocity Flag
Terminal unless pattern changes
Issuer or carrier fraud model flagged the transaction. Aggressive retry on these triggers deeper blocks. Retrying aggressively is the opposite of the intended effect.
Stop retrying. Route to alternative payment method or surface user-initiated update flow. Retrying a fraud-blocked account escalates the block.

04

Seven Mechanisms That Change Billing Outcomes

The following are mechanisms I observed directly in subscription billing operations across global markets. They are presented not as anecdotes but as analytical patterns. Each one represents a distinct category of optimization lever, and each one requires different data and different intervention logic.

Mechanism 01
Retry Frequency vs. Retry Timing: The Non-Obvious Trade-off
A large subscription merchant increased retry frequency for insufficient funds failures to 3× per day for 7 days, then once per day thereafter. Authorization rate dropped. The account team panicked. Billthrough improved. The merchant had correctly identified that more attempts across a billing window would intersect with pay cycles, even if individual attempt success rate fell. The lesson is that auth rate and billthrough can move in opposite directions, and the metric that matters for subscription revenue is billthrough. Frequency without timing intelligence is blunt. The sharper version: map retries to the subscriber's probable pay period by market, run the first retry attempt in the morning when mobile wallet balances are more likely to be funded, and model the cost of each retry against the probability of success given decline type.
Mechanism 02
Account Not Authorized: The 5% That Call Back
In carrier billing, "account not authorized" is a common decline code for accounts that have had premium content charges disabled. Either the user turned it off or the carrier set it as a default. When we sent targeted SMS prompts to subscribers who received this error, explaining that they needed to call their carrier to re-authorize premium charges. Approximately 5% of them took that action and converted within the retry window. That is not a large number in isolation. At scale across a large subscriber base, it is significant incremental revenue that disappears entirely if you classify this as a terminal decline and stop the retry loop.
Mechanism 03
Generic Errors Are an Instrumentation Problem, Not a Payments Problem
I worked directly with issuer and carrier technical teams to get log-level data returned on transactions that had surfaced as generic errors. In multiple markets, we found that a significant share of "Do Not Honor" returns had specific error codes in the backend logs. Those codes would have driven completely different retry strategies. Until we pulled that data, we were retrying fraud-blocked accounts the same way we were retrying accounts with timing-dependent insufficient funds errors. One group needed rest. The other needed timing alignment. The generic code masked both. The fix required an engineering investment: a structured data pull from the issuer, a mapping of backend codes to the generic front-end response, and a revised retry tree. It is not glamorous work. It is the prerequisite for everything else.
Mechanism 04
Insufficient Funds: Why Merchants Over-Retry It, and When That Is Actually Rational
Insufficient funds is the most common failure mode in subscription billing, and it is also the one merchants handle most irrationally. I saw it constantly: a merchant hammering the same declined account over and over, day after day, hoping for a different answer. From the outside it looks like bad retry logic. From the inside it has a specific economic justification. When your PSP does not charge per retry attempt, the cost of an additional attempt is near zero. So retrying aggressively on insufficient funds has a positive expected value as long as your success rate is nonzero, which it usually is, because some subscribers will fund their accounts between attempts. The math is not crazy. What makes it more complicated is the grace period. If the subscriber still has access to your content while you retry, you are not just waiting for payment. You are funding their consumption in the meantime. Every additional retry day is another day of delivered content you may never collect on. The break-even analysis changes significantly when you factor in content delivery cost during the grace window. The sharper approach: build a pay period calendar by market, run the first retry attempt in the morning when accounts are more likely to be funded early in a pay cycle, and model grace period consumption cost against expected recovery probability. Retrying is not wrong. Retrying without modeling the cost of access is.
Mechanism 05
The Grace Period Exploit: What Happens When You Retry While the User Still Has Access
Many subscription products give users continued access during the retry window. It is a reasonable UX choice that reduces churn for people experiencing temporary payment issues. The problem is that users will exploit this if the grace period is long enough. When you give unlimited access during a 21-day retry window, you have created a 21-day free trial. Some users are rational actors who will cycle through the retry window without ever intending to pay. Monitor grace period behavior as a segment separately from genuine billing failures. Users who access content heavily during a grace period and then exit at expiry are a different population from users who access normally and pay on a retry. They need different interventions. For the exploit-seeking segment, the right intervention is often shortening access rather than extending retries.
Mechanism 06
Free Trial Fraud: The Scheme Hiding in Your Acquisition Funnel
A known fraud pattern in subscription services, particularly in carrier billing and markets with high digital wallet penetration, is systematic free trial abuse. Users sign up for free trials with no intention to convert, either to consume content for free or to resell free trial access in secondary markets. You are holding the content cost while the subscriber holds the free access. Detection requires cohort analysis of free-trial-to-paid conversion rates segmented by signup channel, device fingerprint, and geographic cluster. Unusually high free trial volume from specific acquisition channels, combined with low conversion and high content consumption during trial, is the signature. The response is usually a combination of card-check at signup, phone verification, or a nominal authorization hold rather than a fully free trial.
Mechanism 07
The Silent Retry: Why Some Merchants Never Tell Users Their Payment Failed
I encountered this more than once, and it never stopped being strange. Some merchants deliberately chose not to send any communication to subscribers when a payment failed. No SMS. No email. No in-app notification. The reasoning was explicit: they did not want to remind the customer that they had a payment outstanding, because they worried the customer might cancel rather than update their payment details. So instead they just kept retrying silently and hoping the account would fund itself. There is a real tension here that does not have a clean answer. Proactive communication about a failed payment does carry cancellation risk. Some subscribers will use the notification as a prompt to think about whether they still want the service, and some of those will decide they do not. But silent retrying has its own failure mode. Subscribers who do not know their payment failed may eventually notice their access has changed or that they have been charged in a confusing pattern, and that produces complaints, chargebacks, and worse churn outcomes than a transparent communication would have. The data I saw suggested that well-timed, clear payment failure messaging, focused on helping the subscriber fix the issue rather than reminding them of an obligation, recovered more revenue than it lost to cancellations. But the fear of prompting cancellation is not irrational. It is a real trade-off that belongs in your retry program design, not something to ignore.

05

How Routing Across PSPs and Payment Methods Recovers Revenue

The single PSP model is a structural constraint on billthrough optimization in card-based markets. Every PSP has a different network relationship with issuers, a different retry cost structure, and a different authorization profile for the same underlying transaction. When one PSP fails on a transaction, a second PSP, routed to automatically, may succeed for reasons that have nothing to do with the subscriber's willingness or ability to pay.

PSP chaining is a real strategy and worth pursuing where it is available. The honest caveat is that it is not universally available. In local payments and carrier billing markets, the subscriber chose a specific rail because it is the one they have access to. There is often no alternative PSP to chain to, no card on file to fall back on, and no second network relationship to exploit. In those markets, the optimization work lives entirely within the retry window on a single rail: decline taxonomy, timing intelligence, and user communication. Chaining is a card-market solution. It does not transfer cleanly to the local payment markets where a lot of subscription growth is actually happening.

Routing Logic: When to Try a Different Rail

Decline TypePrimary PSP ResponseRouting LogicExpected OutcomeCost Consideration
Issuer-specific declineTerminal from PSP A's issuer relationshipRoute to PSP B with different issuer relationshipOften recoverableNo retry cost if PSP B charges per success
Card network declineTerminal from Visa railsRoute to Mastercard or local alternative if availableSometimes recoverableDepends on network coverage of PSP B
Carrier billing failureNetwork error or limit exceededFall back to card or ewallet if subscriber has one on fileOften recoverableDifferent cost structure. Model against ARPU.
Ewallet balance insufficientDecline from wallet providerRoute to linked card if available, or prompt balance reloadPartially recoverableUser action required for reload
Technical / timeoutNo response from PSP AImmediate re-route to PSP B. Do not wait for retry window.Usually recoverableLow cost. This is a routing error, not a subscriber issue.
Fraud blockTerminal. PSP A model flagged.Do not route to PSP B. This propagates fraud signals.TerminalRouting fraud-flagged transactions wastes cost and signals
Local method unavailableMethod not supported by primary PSP in marketRoute to market-specific PSP with local method coverageRecoverableThe entire rationale for multi-PSP in local markets

The routing logic above is directional. The specific decision depends on your PSP cost structure, your subscriber's available payment instruments, and the decline type. What it illustrates is that routing is not a fallback. It is a primary optimization strategy for subscription billthrough, and it requires a taxonomy of decline types that most merchants have not built.

The calculation that makes routing economically rational is straightforward: if a second PSP charges nothing for failed attempts and a small success fee, then the marginal cost of routing a failed transaction is near zero. Recovery rates on issuer-specific declines through an alternative PSP relationship can be 10–30% depending on the market.

Routing Recovery Value Calculator
Monthly Failed Billing Attempts
500K
Avg Transaction Value
$14
Routing Recovery Rate
18%
Subscriber LTV (months)
14 mo

06

The Revenue Is Already There.
Go Harvest It.

Everything in the previous five sections describes the same underlying situation, looked at from different angles. The subscriber signed up. The relationship exists. The content was consumed, or the service was delivered, or the seat was provisioned. The commercial transaction already happened in every meaningful sense. Your system logged a decline code and moved on.

That decline is not a lost sale. It is deferred revenue sitting in a queue, waiting for someone to go get it. Most subscription businesses are not going to get it, because they are looking at an authorization rate dashboard that tells them how many transactions succeeded on the first attempt, and they have built their optimization programs around improving that number.

Your declines file is not a record of lost revenue. It is a map of where your revenue is.

The harvest framing matters because it changes what the work feels like and therefore what gets prioritized. Improving authorization rate feels like optimization work. Technical, incremental, marginal. Harvesting deferred revenue from a known population of subscribers who already said yes feels like leaving money on a table and deciding whether to pick it up.

The subscribers in your declines file are not leads. They are not prospects. They are customers who have already converted. The acquisition cost has already been paid. The content relationship already exists. The only open question is whether your billing infrastructure is capable of completing the transaction that the subscriber already agreed to.

What Makes This Different from Acquisition

Customer acquisition requires convincing someone to say yes. Billing recovery requires executing on a yes that has already been given. The economics are structurally different. No marketing spend, no conversion funnel, no CAC. The only cost is the operational investment in instrumentation, retry logic, and routing. The return is a subscriber LTV that the business already has a relationship with. In subscription economics, recovering a single failed billing attempt is worth more than just that transaction. It is worth the full remaining LTV of that subscriber, because the alternative is churn.

Decline Harvest Calculator: What Is Sitting in Your Declines File
Monthly Billing Attempts
1.2M
Current Billthrough Rate
78%
Avg Transaction Value
$14
Retryable % of Declines
65%
Subscriber LTV (months)
14 mo

The harvest metaphor is intentional because it implies timing. Revenue that sits in the declines file does not wait indefinitely. After 7–14 days, the subscriber's payment instrument may have changed, their engagement with your product has dropped, and their inclination to update payment details if prompted has declined substantially. The window to recover deferred revenue is real, and it closes.

The teams that treat billing recovery as a systematic operational discipline recover materially more of what is sitting in that file than teams that treat it as an edge case handled by a dunning email and a single retry. The difference is not algorithmic sophistication. It is the decision to take the work seriously.

07

What Subscription Merchants Should Measure Instead

The practical alternative to auth rate as the primary metric is a small set of measurements that together describe the actual billing outcome for your subscriber base. None of these are novel. Most are not consistently tracked.

Billthrough Rate
The primary metric
% of active subscribers from whom you successfully collected payment in a billing period, across all retry attempts and all PSPs. This is the number that maps directly to revenue.
Track per market, per PSP, per payment method, and per decline type cohort.
Retry Cost per Recovered Dollar
The unit economics check
Total cost of retry attempts (including PSP per-attempt fees) divided by revenue recovered via retry. Tells you whether your retry program is economically rational.
Model per decline type. Insufficient funds has a different ROI profile from fraud-adjacent declines.
Decline Type Mix
The optimization prerequisite
Distribution of your declines by error type. Without this, you are retrying all failures with the same logic. That means you are over-retrying terminal errors and under-retrying retryable ones.
Requires pulling issuer/carrier log data to resolve generic codes into specific types.
Grace Period Conversion Rate
The exploit detection signal
% of users who enter the retry/grace window and eventually pay vs. exit. Segmented by content consumption during grace period. The exploit segment is identifiable.
High consumption + no conversion = grace period exploit. Different intervention from genuine payment failure.
PSP Incremental Recovery Rate
The multi-PSP case
% of transactions failed by your primary PSP that are recovered by a secondary PSP. This is the metric that determines whether a second PSP relationship is economically justified.
Measure by decline type. Routing is most valuable for issuer-specific declines.
Terminal Decline Rate by Type
The ceiling of optimization
% of declines that are genuinely unrecoverable regardless of retry logic or routing. This defines the upper bound of your billthrough improvement potential.
Fraud blocks, closed accounts, and network blocks are terminal. Quantifying these correctly stops you from investing in optimization against unrecoverable failures.

08

When the Buyer Is an AI

Everything in this article assumes a human at some point in the loop. A subscriber who signed up, consumed content, maybe called their carrier, maybe responded to an SMS. The retry window assumes a person whose financial situation might change. The grace period exploit assumes a person gaming the system. The pay period calendar assumes a person getting paid.

That assumption is already breaking down. Agentic commerce, where AI systems make purchasing decisions and execute payments autonomously on behalf of users, is moving from demos to production. Visa launched its Trusted Agent Protocol in October 2025. Mastercard announced Agent Pay in April 2025. The question of how subscription billing handles a world where the "subscriber" is an AI model acting on behalf of a human is not a thought experiment anymore.

When there is no human in the loop, the entire behavioral model behind retry logic stops working. You cannot SMS an AI. It will not call its carrier. It does not have a pay day.

The payment failure problem looks completely different in an agentic context. Human-initiated failures have an emotional texture. Frustration, confusion, inertia. Recovery levers exist because there is a person who can respond to a prompt, update a card, or re-authorize an account. Agentic failures are deterministic. The AI either has a valid payment credential in its context or it does not. It either has authorization to complete the transaction or it does not. There is no ambiguity to exploit with a well-timed retry.

This matters for billthrough in specific ways. First, the cost tolerance for failed payment attempts is different. An AI agent executing on behalf of a user is likely running on a tight decisioning loop. A payment failure that returns a generic error might cause the agent to abandon the transaction entirely rather than wait for a retry window. The soft failures that subscription billing teams have built entire optimization programs around may not be soft anymore. The agent just moves on.

Second, fraud signals built on behavioral data stop working. No mouse movements, no session history, no device fingerprint in any conventional sense. Issuer models that learned to trust a returning subscriber based on behavioral continuity have no continuity signal to work with when the actor is an AI. This means false decline rates on agent-initiated transactions are likely to be significantly higher than on human-initiated ones, at least initially. Which means the billthrough problem for agentic subscribers may actually be worse than for human ones, not better, even though the human ambiguity is gone.

Third, the cost accounting changes. When a human subscriber churns because of a failed billing attempt, the cost is LTV. When an AI agent's transaction fails, the cost may also include the lost value of whatever autonomous task the agent was completing on the user's behalf. A purchasing agent that fails to complete a transaction may trigger a cascade of downstream failures in whatever workflow it was part of. The cost of a single declined transaction is no longer bounded by the subscription value alone.

The Open Question

Nobody has solved agentic payment failure yet. The network protocols are early. The fraud models have not been retrained on agent behavior patterns. The retry logic has not been redesigned for non-human actors. What is clear is that the analytical foundations matter more, not less, in this world. A team that has built a typed decline taxonomy, understands its failure modes at the code level, and can route transactions intelligently across PSPs is better positioned to adapt to agentic payment failures than a team that has been watching auth rate dashboards. The instrumentation discipline described in this article is the prerequisite for whatever comes next, not just for the problem that exists today.

The Case for Measuring What Actually Matters

Authorization rate is the metric the industry settled on because it was comparable, reportable, and graded on the same scale across all PSPs and all payment methods. None of those properties make it the right primary metric for subscription billing.

Billthrough rate is harder to measure, depends on instrumentation that many teams have not invested in, and does not have a clean industry benchmark to compare against. That difficulty is exactly why it creates competitive advantage for the teams that measure it correctly.

The optimization program that follows from billthrough as the primary metric looks different from the one built around auth rate. It needs a decline taxonomy. It needs issuer log data. It needs retry timing intelligence calibrated to pay period patterns by market. It needs multi-PSP routing logic based on decline type rather than cost alone. And it needs behavioral segmentation of the grace period population to separate genuine failures from exploitation patterns.

None of this is algorithmically sophisticated. It is analytically disciplined, which is a different thing. The industry has been measuring the easy thing. The opportunity is in the precise thing.

Sources & Methodology Notes

1. Juniper Research, November 2025: 4.4 billion digital wallet users globally in 2025, rising to 6 billion by 2030 (35% growth). Source: Juniper Research "Digital Wallets Market 2025-2030" report and accompanying press release.

2. Capital One Shopping Research, January 2026: 53% of global online purchases via digital wallet in 2024; 32% of POS transactions. Digital wallets more than double the 20% share captured by credit cards online.

3. Juniper Research, August 2022 / updated 2025: QR code payments projected to reach 380 billion transactions globally in 2026, representing over 40% of all digital wallet transactions by volume.

4. Capital One Shopping Research: 28.3% CAGR for global digital wallet market. India UPI: 16 billion transactions per month. Southeast Asia 75% adoption projection by 2026.

5. Banco Central do Brasil, 2024: Pix transaction volumes. Pix user base figures via Banco Central do Brasil public reporting. Brazil card vs. Pix volume comparison based on publicly reported BCB data.

6. Visa Trusted Agent Protocol launch: October 2025. Mastercard Agent Pay announcement: April 2025. Both are publicly disclosed product launches.

7. Mechanisms 1 through 7 are drawn from direct operational experience in subscription billing optimization across global markets. Numbers given (5% account-not-authorized conversion rate, 15 to 30% generic error rate) are representative observations, not published benchmarks. Specific figures will vary significantly by market, PSP, and subscriber base.