Institutional Trading

Routing the Same Payment Through Whichever Processor Says Yes

A merchant can connect to several payment processors and route each transaction to whichever is cheapest or most likely to approve it. That layer removes single provider dependence and adds a decision to every payment.

↩ Looking BackPart of the 2020 to 2026 retrospective, written in July 2026. The date below marks the 2025 events this piece revisits, not when it was published, so it draws on everything known through mid 2026.
Nathan Xiang·November 5, 2025

The Problem With One Processor

A merchant that traditionally accepts cards integrates with a payment service provider which handles authorization capture and settlement

That agreement has three weaknesses that become material at scale

Concentration. If the supplier has an outage the merchant cannot accept any payments

Prices. A single supplier has no competitive pressure once integration is achieved and reintegration is costly enough to represent a true switching cost

Approval rates. Providers differ in how successfully transactions are authorized and the differences are greater than most merchants realize

Why Approval Rates Matter Most

The rate is the visible cost and the decrease is the cost

A transaction declined by the issuing bank is a lost sale for a customer who intended to buy. A merchant with a ninety percent approval rate is losing one-tenth of the revenue attempted in the final step

Approval rates vary by issuer country whether the acquirer is local to the issuer the format of the transaction data and the fraud scoring applied throughout the process

factorsEffect on approval
Local acquirer in the issuing countryMaterially higher approval
Data quality in the authorization message.Better issuer risk assessment
Cross-border transaction flagsHigher rate of decline
Retry logic and synchronizationRecovers a portion of soft falls

A one percentage point improvement in approval rate is worth more than a large reduction in processing fees for most merchants because the fee is a small percentage of a transaction and a decrease is everything

The Arithmetic Behind That Claim

The legend expresses a conclusion and it is worth showing how it works because the magnitude of the gap surprises people. The following numbers are illustrative and round

Take as an example a merchant trying to make a large volume of card payments in a year. There are two projects on the table and only one can receive resources

The first is a tough negotiation with the processor who reduces the fee. Processing costs a small percentage of each transaction so reducing a portion of that fee saves a fraction of a percentage point of the volume processed. Real money and it's a portion of a portion

The second is an approval rate improvement of one percentage point. That doesn't save a fraction of anything. It converts transactions that failed into transactions that complete meaning it adds one percent of attempted volume as revenue that wasn't being collected at all

Compare the two directly. Rate negotiation reduces a cost that already represents only a small percentage of each sale. Approval enhancement recovers total sales. A percentage point of approval and a percentage point of rate discount are not even remotely the same amount of premium and the second is the one that gets management's attention because it appears on an invoice

The asymmetry increases once the margin is considered. A recovered sale carries the gross margin of the product and the customer was already acquired so the marketing cost to get him to pay was spent whether the payment is made or not. A drop throws away the entire acquisition cost along with the sale

What Orchestration Does

a payment orchestration The layer sits between the merchant and multiple processors and performs various functions

Routing. Each transaction is routed to a processor based on learned rules or performance: local procurement in the customer's country the processor with the best historical approval rate for that issuer or the cheapest route for that type of card

Failover. If one processor is down or refuses the transaction is retried through another which recovers sales that would otherwise be lost

Retry the logic. Soft declines that is temporary declines such as insufficient funds are retried on a schedule designed to catch the customer after payday rather than immediately

Tokenization. Card credentials are stored in a vault independent of the processor which is what makes switching possible. A merchant whose card data is located on a processor cannot move without recollecting it from customers

Why Local Acquiring Moves the Number

The chart puts local procurement at the top of the list and the mechanism behind it explains why multinational traders benefit the most from this entire exercise

When a customer pays the authorization request travels from the merchant's acquirer to the customer's issuing bank and the issuer decides. That decision is made by a risk model that analyzes what the request says

One of the things the application says is where the acquirer is. If the acquiring bank is located in the same country as the issuer the transaction is marked as domestic. If it takes place elsewhere the transaction is marked as cross-border

Issuer risk models treat cross-border as a higher risk and are not unreasonable as fraud rates on cross-border transactions are actually higher. The model does not know that this particular customer is purchasing from a legitimate foreign merchant that it has used before. It sees a category with a worse loss history and falls more easily within it

Therefore an identical customer using the same card for the same amount may be approved when the merchant purchases locally and rejected when he or she does not. Nothing changed regarding the customer's creditworthiness. What changed was which country the request appeared to come from

That's why entity structure and acquiring relationships become a pass rate issue. A merchant selling in multiple countries through a single acquirer in his country presents each of those sales as cross-border. Establishing local acquisitions in the largest markets makes them domestic and that single change often produces a greater improvement than any other optimization combined

The Vault Is the Lock In

That last point is the strategic core of the agreement and is often overlooked

Stored card credentials are what enable recurring billing and one-click payment. If those credentials are in the hands of the processor the merchant can't walk away without asking each customer to enter their card again which loses a substantial portion of them

Processor-agnostic tokenization moves that dependency restoring the merchant's ability to trade and exchange

It also creates a new dependency on the orchestration provider which is why merchants examine vault portability as carefully as they examined it with the processor

The Subscription Application

The problem is more serious in recurring billing where a failed payment results involuntary abandonment A customer who wanted to continue subscribing and stopped subscribing because a card expired or a transaction was declined

Involuntary attrition usually represents a substantial proportion of total attrition and in principle is fully recoverable

The tools are account updater services which obtain new card details from networks when a card is reissued intelligent retry scheduling and dunning communications that ask the customer to update details

Recovering a significant proportion of failed payments improves retention without any changes to the product which is why subscription companies treat payment operations as a growth function rather than a financial pipeline

Retrying Is a Cost Decision, Not a Reflex

Retry logic sounds like something that appears until it stops helping. It's a restricted optimization and the limitations are real

The first competition is to distinguish the two types of decay.a gentle decline It is temporary: insufficient funds today an issuing system that is briefly unavailable a speed limit reached. It is worth trying again because the underlying obstacle passes. a hard decline It is permanent: the account is closed the card was reported stolen the credential is invalid. Trying again does not recover anything ever

Therefore a system that retries everything is paying to attempt transactions that cannot succeed and authorization attempts are not free. Processors typically charge per attempt regardless of the outcome so a failed retry is a cost with no potential revenue

The second restriction is above the merchant. Card networks monitor how many rejected attempts a merchant generates and impose limits on repeated retries against a rejected credential with penalties for exceeding them. The reasoning is sound on their part since attacking issuing systems with attempts that keep failing is a burden and a sign of fraud

So the design problem is really limited. Retry soft drawdowns on a schedule scheduled for when the money is likely to be there and not immediately within the attempts that the networks allow and never retry hard drawdowns. Getting the taxonomy of the rejection code right is the majority of the work and it's unglamorous enough that many traders don't do it

What an Outage Actually Costs

Concentration was first listed among the weaknesses and then left out which understates it because a processor outage is not a degradation in service. Revenue will go to zero as long as the site remains active

A merchant in that position watches as customers arrive choose products get to the checkout and fail with no way to collect their money. Whether it occurs during a peak trading window a promotional launch or a seasonal peak a few hours can represent a significant part of the year

Failover is the answer and only works if it was created and exercised in advance. Three things have to be true at the time it is needed. The alternate processor needs the card credentials which is again the vault issue and why tokenization is under everything here. The routing layer has to detect the failure quickly which means distinguishing an outage from an ordinary series of crashes since reacting to a bad failure causes its own damage. And secondary integrationIt has to actually work which is where most of these deals fail

That last point is the practical one. Integrations drift. Interfaces change credentials expire and certification requirements change. A backup processor that hasn't received active traffic for a year is a configuration that no one has reality-tested and the incident is a bad time to find out

That's why the useful version sends a continuous portion of the ordinary volume through each processor instead of keeping one in reserve. The secondary is tested every day its passing performance can be measured rather than assumed and changing the weight is a path change rather than a project

The Cost Nobody Budgets

Orchestration enhances what happens at payment and multiplies what happens afterward and the second half rarely appears in the business case

Each processor settles on its own schedule in its own reporting format with its own fee structure its own currency handling and its own way of presenting adjustments. Finance has to match transactions to settlements with the money that actually arrives at the bank and now it has to do it multiple times in front of sources that disagree on how to describe the same event

Disputes follow the same fragmentation. A chargeback arrives through the processor that handled the original authorization on that processor's schedule and through its interface so the team handling them is working on multiple systems instead of one. The same goes for refunds which usually have to come back through the route the payment took

Reports become a build rather than a download. Any question about approval rates cost per transaction or settlement time now requires normalizing across multiple sources before it can be answered and the orchestration layer's own reports become loading infrastructure rather than a convenience

None of this goes against orchestration. It explains why the threshold for adopting it is where it is because the gains in approval are immediate and visible while the administrative cost continues and will fall on a different team than the one that defended the project

When It Is Worth Building

Orchestration adds complexity cost and another provider and is not worth it for all merchants

The threshold is typically met when a merchant operates in multiple countries as local procurement is the biggest improvement in approval; when volume is large enough that a percentage point of approval is significant; when the business is subscription-based making involuntary attrition a direct retention issue; or when concentration of processors is a genuine operational risk

Below that a well-chosen single provider with good local coverage is simpler and more suitable

The Bottom Line

Payment orchestration routes transactions through multiple processors to maximize approval rates provide failover and restore trading leverage and the improvement in approval is worth considerably more than the fee savings. The tokenization vault is the strategic element because whoever has the card credentials stored controls whether the merchant can ever switch. For subscription businesses the same infrastructure addresses involuntary churn which is the loss of retention due toa declined card and not a dissatisfied customer. The bottom line is that payments look like a cost line and behave like a revenue line and the merchants who build that treat the function accordingly

Explore Teen Biz News →