Skip to main content

GR4VY

Payment orchestration meaning: benefits and how it works

(Updated – September 2026)

Payment orchestration is a technology layer that connects a merchant to multiple payment service providers (PSPs), acquirers and payment methods through a single integration, and routes each transaction to the option most likely to serve it best. Instead of building and maintaining a separate integration for every provider, a merchant connects once to the orchestration layer and controls how payments are routed, retried and reconciled across all of them from one place.

That single idea, a control layer sitting between the merchant and its payment providers, is what the rest of this guide works through: what orchestration is, how it works step by step, what it is good for, where its limits are, and how to tell whether a business needs it.

In short

  • Payment orchestration is a technology layer between a merchant’s checkout and its payment providers. One integration replaces a separate build for every PSP, payment method and fraud tool.
  • It raises authorization rates by sending each transaction to the provider most likely to approve it, and by retrying recoverable declines through a different route.
  • The gains are real but bounded. It does not remove provider fees, replace acquiring relationships, or approve a transaction every provider would decline.
  • It suits businesses running multiple markets, multiple providers, high volume, or recurring billing. A single-market business on one provider that performs well does not need it yet.
  • The main costs are implementation effort, platform fees on top of provider fees, and the ongoing work of owning routing logic.

What is payment orchestration?

Payment orchestration is the practice of managing multiple payment providers through one platform that decides how each transaction is processed. The orchestration layer connects to a merchant’s PSPs, acquirers, gateways, payment methods and fraud tools and coordinates them, so the merchant operates one integration and one set of rules rather than a tangle of separate connections.

The distinction that matters most is that orchestration is a layer, not a processor. It does not replace a merchant’s PSPs or acquirers. It sits above them and decides which one handles each transaction. That is why it is described as a control layer or a payment orchestration layer, and it is why a business can adopt orchestration without giving up the payment relationships it already has.

The category has grown as payments have become more complex. Independent research from Grand View Research valued the global payment orchestration platform market at USD 1,386.9 million in 2023 and projects USD 6,520.4 million by 2030, a compound annual growth rate of 24.7%.

The pressure behind that growth is concrete. The Wikimedia Foundation, which processes donations across 145 countries and more than 60 currencies, found that adding a single new PSP took an average of 18 months of engineering work, and adding one new payment method took three to six months. Its teams logged into six to eight separate provider consoles to pull transaction data. Annual donation processing cost had passed $8 million. That is what managing providers one by one looks like at scale.

Core insight: Orchestration does not replace your payment providers. It sits above them and decides which one handles each transaction, which is why adopting it does not mean tearing out existing relationships.

How does payment orchestration work?

Payment orchestration works by inserting a coordinating layer between the checkout and the payment providers, then applying rules and live data to route each transaction. Following one payment through the layer shows what happens at each step.

  1. Transaction initiation. A customer chooses a payment method at checkout and confirms. The transaction enters the orchestration layer instead of going directly to a single hard-wired provider.
  2. Routing decision. The layer evaluates the transaction against the merchant’s rules and live data, then selects the provider most likely to approve it at the best cost.
  3. Authentication and fraud checks. Where required, the layer applies authentication such as 3D Secure (3DS) and passes the transaction through the merchant’s chosen fraud tools before authorization.
  4. Authorization. The selected provider sends the transaction to the customer’s issuing bank, and the approve-or-decline response returns through the layer.
  5. Retry and fallback. If the decline is one another provider might approve, the layer retries through an alternative route or applies fallback logic, recovering payments a single-provider setup would have lost.
  6. Reconciliation and reporting. The layer records the transaction and consolidates data across every provider into one view, so reconciliation happens in one place rather than provider by provider.

The authorization sequence happens in the moment the customer waits. The routing intelligence and the unified data operate continuously behind it.

The signals routing rules can use

Routing quality depends on what the layer can see. Common signals include:

  • BIN range and issuing bank
  • Issuing country and billing location
  • Card scheme and card type (debit, credit, commercial)
  • Currency and transaction value
  • Payment method
  • Fraud score from a connected risk provider
  • Live provider performance: approval rate, latency, error rate
  • Issuer response code on a previous attempt
  • Custom metadata the merchant defines, such as customer tier or product category

Static routing, dynamic routing and failover

Three distinct behaviours get grouped under routing and are worth separating.

Static routing sends transactions according to fixed rules the merchant sets: this card type to that provider, this country to that acquirer. Predictable, and it requires someone to keep the rules current.

Dynamic routing selects a provider using live performance data rather than a fixed order, so volume moves toward whichever provider is approving at the highest rate. Gr4vy’s guide on intelligent payment routing covers how this is built and tuned.

Failover redirects transactions when the primary provider is unavailable, returning errors, or degrading. It is the mechanism that removes the single point of failure of a single-provider setup.

How dynamic retries recover declines

Not every decline is final. Soft declines, issuer-side timeouts and provider errors can often be recovered by reattempting through a different route. A retry strategy is configured against the issuer response code, with timing, attempt limits, and whether to trigger 3DS on the second attempt.

Between 60 and 70 percent of card declines are recoverable. The recovery rate depends on the decline mix, not on the platform. Gr4vy’s guide on how to increase payment approval rates covers the mechanisms in more depth.

Core insight: Static routing follows your rules, dynamic routing follows live performance, and failover handles provider outages. A platform that only does the first is not doing what most of this category promises.

What is a payment orchestration layer?

A payment orchestration layer is the technical framework performing the coordination above. It connects to every provider, holds the routing rules, applies retries and fallback, stores payment credentials in a provider-agnostic way, and unifies reporting. When people say payment orchestration platform, the layer is the engine inside it. The layer is what lets a merchant add or change a provider through configuration rather than a new engineering integration.

payment orchestration meaning

Benefits of payment orchestration

Each of these follows from the same capability: routing across many providers instead of depending on one.

Higher authorization and approval rates

Sending each transaction to the provider most likely to approve it, and retrying recoverable declines through an alternative, recovers revenue a single-provider setup loses.

Australian retailer Baby Bunting recorded a 2.8% uplift in authorization rates within four months of moving to a dual-acquirer setup with failover routing. Sports management platform PlayHQ saw a 6.9% improvement in approvals after adding Mastercard Click to Pay through an orchestration layer.

Lower processing costs

Routing introduces competition between providers and lets a merchant send each transaction along the lowest-cost path that will still get it approved, using local acquiring to avoid cross-border fees. Payment cost stops being a fixed expense and becomes something the business manages.

Mattilda, which handles tuition collection for private schools across Latin America, cut payment costs by 60% by routing across providers rather than standardising on one.

Faster access to methods and markets

The orchestration layer gives access to payment methods, currencies and local acquirers through one integration. Adding a method becomes a configuration change rather than an engineering project.

Ding, the international mobile top-up service, went from three to six weeks down to three days to add a new gateway and local payment method when launching Venmo for its US customers. Gr4vy connects merchants to more than 400 payment providers, methods and anti-fraud services through its connections library.

Resilience and no single point of failure

One provider means one point of failure. Connecting several and rerouting around any that fail keeps payments moving when a provider degrades. For a business where downtime is lost revenue, this alone can justify orchestration.

Unified data and operational control

Running providers separately fragments reporting and forces every change through engineering. Orchestration consolidates data across all providers into one view and lets payments teams build and adjust routing rules from a no-code dashboard.

Core insight: The benefits compound. Better routing lifts approvals, unified data shows where to route next, and configuration instead of code means the team can act on what it sees.

payment orchestration architecture

What a payment orchestration platform includes

A platform bundles the orchestration layer with the tools needed to run it. Expect:

  • A single integration to many providers and methods
  • A routing engine configurable without code
  • Retry, failover and fallback logic
  • Provider-agnostic vaulting and tokenization of payment credentials
  • Support for authentication such as 3DS
  • Fraud tool integration
  • Unified reporting and reconciliation across every connected provider

Architecture differs between platforms and the difference has consequences. Some run all merchants together in a shared, multi-tenant environment. Others, including Gr4vy, deploy a dedicated single-tenant instance for each merchant, which isolates that merchant’s data and payment traffic and gives control over data residency. This matters most for larger merchants and regulated markets, where data isolation is a requirement rather than a preference. Gr4vy’s Infrastructure as a Service model covers how this is deployed.

What payment orchestration does not solve

Orchestration is sometimes described as though it fixes everything. It does not. These limits are worth stating plainly, because they set realistic expectations for what adopting it changes.

  1. It does not remove provider fees. Every PSP’s pricing still applies. Orchestration manages how those providers are used; it does not negotiate them away.
  2. It does not replace acquiring relationships. You still contract with acquirers and PSPs, and their pricing and approval behaviour set the ceiling on what routing can recover.
  3. It does not approve a transaction every provider would decline. A payment declined for genuinely insufficient funds stays declined. Dynamic retries and alternative routing recover soft declines and provider-side failures, not every failed payment.
  4. It does not eliminate PCI scope. Vaulting card data outside your own systems reduces the burden significantly, but obligations remain wherever card data touches your environment.
  5. It does not fix checkout abandonment caused by product, pricing or delivery. Only the share driven by payment friction, a missing local method or a preventable decline is addressable at this layer.
  6. It does not run itself. Routing rules need configuring thoughtfully and maintaining as provider performance changes. Value tracks the attention given to them.
  7. It adds a dependency. Putting a layer at the centre of the payment stack means that layer’s own reliability matters. Its uptime, redundancy and whether it profits from routing decisions are all worth scrutinising.
  8. It carries its own cost. Setup, subscription or per-transaction fees sit on top of provider costs, so the case rests on routing and resilience gains outweighing that added layer.

None of these is a reason to avoid orchestration. Each is a reason to adopt it deliberately.

Core insight: The honest test is whether orchestration solves a specific, quantifiable problem for your business, not whether it sounds like a natural next step.

Who needs payment orchestration, and who does not

Orchestration is not necessary for every business.

You need orchestration if:

  • You sell across multiple countries, where local acquiring and local payment methods materially change approval rates and reach
  • You use, or plan to use, more than one PSP or acquirer
  • Payment downtime is costly enough that resilience justifies the investment on its own
  • You run high volume, where routing on cost and recovering declines produces meaningful savings
  • You run subscriptions or recurring billing, where recovering failed payments directly reduces involuntary churn
  • Your approval rates vary noticeably between markets or corridors

The case is weak if:

  • You operate in a single market with modest volume
  • One provider already meets your needs and performs well
  • You have no near-term plan to add providers or markets
  • Nobody on your team would own routing logic and provider performance
  • Your payment problems are really product, pricing or delivery problems

If you want to put numbers against your own situation, Gr4vy’s ROI calculator models the expected gain against your current volume and approval rates.

Core insight: Match the decision to your actual payment complexity. Multiple providers, multiple markets, meaningful volume or recurring billing are the conditions that make orchestration pay.

payment orchestration meaning

Payment orchestration vs a single PSP

The usual alternative to orchestration is one payment service provider bundling gateway, processing and acquiring together.

Single PSPOrchestration layer
Integrations to maintainOneOne, covering many providers
Adding a providerNot applicableConfiguration change
Adding a local methodNew integration, often monthsConfiguration change
Approval ratesOne provider’s performanceRouted to the best performer per transaction
Provider outagePayments stopFailover to an alternative
Negotiating positionOne relationshipComparative performance data across providers
ReportingOne dashboardOne dashboard across all providers
Card dataHeld by that PSPHeld in a provider-agnostic Vault
Operational overheadLowerRouting logic to own and maintain
Platform costNone beyond provider feesPlatform fee on top of provider fees

A single PSP is simpler and can be the right answer. The tradeoff is one set of approval rates, one pricing relationship and one point of failure. For the detailed comparisons, see Gr4vy’s guides on payment orchestration vs a payment processor and payment orchestration vs payment aggregators.

How to choose a payment orchestration platform

Eight criteria, roughly in order of how often they turn out to matter.

1. Coverage depth in your priority markets

Connector counts are a weak signal. What matters is whether the platform supports the providers, methods and local acquirers in the markets you actually sell in, and whether it has a track record in your sector.

2. Whether the platform is genuinely neutral

Some orchestration providers are also payment processors. When a platform earns more from routing transactions one way than another, its routing recommendations carry a conflict. Ask directly how the platform makes money and whether its economics change based on where transactions go.

3. Sophistication of routing and recovery logic

Does routing respond to live performance or only to fixed rules? How many signals can a single rule evaluate? Can you run controlled tests between providers, version rule sets, and configure retries against issuer response codes rather than a blanket delay?

4. Data ownership and portability

Card data held inside one provider is what makes switching expensive. Ask what happens to your tokens if you leave: whether you can export as PSP token, Network Token or card push, and whether the platform has actually done it for a customer. Gr4vy covers this under data portability.

5. Security and compliance

PCI DSS Level 1 certification, data residency options, and clarity about which obligations transfer to the platform and which stay with you. Gr4vy’s guide on PCI DSS compliance and payment orchestration covers the security dimension.

6. Reliability and redundancy

The layer sits at the centre of the stack, so its own uptime matters as much as your providers’. Ask about uptime history, incident communication, and whether true resilience requires running direct provider integrations as a fallback alongside it.

7. How much your team can do without engineering

The gap between platforms is largest here. Can a payments manager add a provider, change a routing rule, or enable a new method without a release? If not, the operational independence orchestration promises does not arrive.

8. Implementation and support

Ask for a realistic timeline with references at comparable scale. FuturHealth completed its integration in 27 days. The Wikimedia Foundation moved 90% of its payment volume within a year. Both had dedicated support through the process.

Core insight: Two questions separate platforms more than any feature list: how does it make money from your routing, and what happens to your card data if you leave.

Payment orchestration and agentic commerce

AI agents that shop, compare and transact on a consumer’s behalf are a new traffic type, and existing payment stacks were not built for them. Merchants need a way to identify agent-initiated transactions, route them separately, and hold them to their own limits.

Because orchestration already sits at the control layer, it is positioned to do this. Agent transactions can be marked, routed through their own rules, sent to different providers or fraud tools, and capped, without rebuilding the payment stack. That is the broader point in miniature: an orchestration layer lets a business adopt new payment developments through configuration rather than re-engineering. Gr4vy has built an early version of exactly this, described in its guide on payment orchestration for agentic commerce.

Frequently asked questions

What is payment orchestration in simple terms?

Payment orchestration is a technology layer that connects a merchant to many payment providers through one integration and automatically routes each transaction to the provider most likely to approve it at the best cost. Instead of managing separate connections to each provider, the merchant manages one platform and one set of rules. It coordinates payments instead of replacing the providers themselves.

How does payment orchestration work?

It inserts a coordinating layer between the checkout and the payment providers. When a customer pays, the layer evaluates the transaction against the merchant’s rules and live data, routes it to the best-suited provider, applies authentication and fraud checks, and if the transaction is declined can retry it through another provider. It then consolidates the data from every provider into one unified view for reporting and reconciliation.

What is a payment orchestration layer?

A payment orchestration layer is the technical framework that connects to all of a merchant’s payment providers, holds the routing rules, applies retries and fallback, stores payment credentials in a provider-agnostic way, and unifies reporting. It is the engine inside a payment orchestration platform that does the coordination, and it is what allows a merchant to add or change a provider through configuration instead of a new engineering integration.

Is payment orchestration a single point of failure?

Used correctly, orchestration reduces single points of failure rather than creating one, because it connects multiple providers and reroutes around any that fail. The consideration is the orchestration platform’s own reliability, since it sits at the center of the payment stack. This is why the platform’s uptime and redundancy architecture are worth evaluating, and why platforms are designed so the layer itself is resilient.

How much does payment orchestration cost?

An orchestration platform carries its own fees, which may be setup, subscription, or per-transaction, and these sit on top of the underlying costs of the payment providers themselves. The case for orchestration rests on the gains (higher approval rates, lower routing costs, reduced downtime, less engineering overhead) outweighing that added layer of cost, which is why the honest way to evaluate it is to model the specific expected gain against the specific cost for the business.

Do all businesses need payment orchestration?

No. Orchestration is most valuable for businesses selling across multiple markets, using more than one provider, running high volume, or depending on recurring payments. A small, single-market business with one provider that meets its needs may find a single PSP entirely sufficient, and the added cost and complexity of orchestration would not yet pay for itself. The decision should match the business’s actual payment complexity.

What is the difference between payment orchestration and a PSP?

A payment service provider (PSP) processes payments, often bundling a gateway, processing, and acquiring. Payment orchestration is a layer that sits above multiple providers, including PSPs, and routes between them. A single PSP is simpler but means one set of approval rates and one point of failure; orchestration adds control, redundancy, and the ability to optimize across many providers. Some businesses use a PSP directly; others use orchestration to coordinate several.

Does payment orchestration replace my payment providers?

No. Orchestration is a coordinating layer rather than a processor. It sits above a merchant’s existing PSPs, acquirers, and gateways and decides which handles each transaction, so a business can adopt orchestration while keeping the payment relationships it already has. It manages how providers are used rather than replacing them.

How does payment orchestration help with international expansion?

Entering a new market requires supporting local payment methods and, ideally, local acquiring for higher approval rates. Orchestration provides access to those methods and acquirers through one integration, so adding a market becomes a configuration step instead of a separate engineering project for each country. This is one of the most common reasons cross-border businesses adopt orchestration.

Where payment orchestration is heading

Payment orchestration began as a way to manage the growing complexity of digital payments, and it has become the control layer through which many merchants run their entire payment operation. The core value has stayed constant: connect many providers through one integration, route each transaction intelligently, add resilience, and keep ownership of the data and the decisions. What changes is the range of things that control layer can do, from lifting approval rates and cutting costs today to coordinating agent-initiated transactions as commerce shifts toward AI.

For a business, the practical question is not whether orchestration is impressive in the abstract but whether its own payments are complex enough to benefit: multiple providers or markets, meaningful volume, costly downtime, or recurring billing to protect. Where those conditions hold, orchestration turns a fragmented, engineering-bound payment operation into one a team can control and optimize directly.

Gr4vy is a cloud-native payment orchestration platform that connects merchants to more than 400 payment providers and methods through a single integration, with each merchant running in its own dedicated instance for control over data and configuration. To talk through whether orchestration fits your payment operation, get in touch with our team.

What is an account funding transaction (AFT)?

An account funding transaction (AFT) is a card payment that loads money into an account. With no goods or services changing hands, the cardholder is simply moving their own money from a card onto a wallet balance, a prepaid card, a trading account, or into a transfer they intend to send to someone else.

That distinction used to be a technicality. It is now a card scheme requirement. Visa has required forex and crypto deposits to be processed as AFTs since January 2025, and Mastercard’s equivalent rules took effect in August 2025. Merchants in the affected categories who still process deposits as ordinary purchases are non-compliant, and the consequences show up as declines before they show up as fines.

AFT, purchase, and OCT: three different things

Card payments that look similar at checkout behave differently in the scheme rules, and the three transaction types here are easy to confuse.

A purchase exchanges money for goods or services. The cardholder pays a merchant and receives something in return.

An account funding transaction pulls money from a card to fund an account. Nothing is bought. The money lands in a balance the cardholder or a recipient controls, and the card networks classify it as funding instead of spending.

An original credit transaction (OCT) pushes money in the other direction, from a merchant out to a card. This is the payout leg: winnings, withdrawals, refunds of balance, disbursements.

AFTs and OCTs frequently pair in the same business, since a deposit-and-payout platform pulls funds in with an AFT and pays them out with an OCT. Visa is explicit that the two are independent transactions even when an AFT precedes a corresponding OCT, so they are authorised, priced, and settled separately.

For the related distinction between who initiates a transaction, Gr4vy’s guide to merchant-initiated and customer-initiated transactions covers a different axis of the same classification problem.

Which merchants have to use AFTs

The requirement follows merchant category code. Acquirers generally require AFT origination for merchants operating under codes covering money transfer, stored value and prepaid top-up, quasi-cash and cryptocurrency, gambling, and securities or trading accounts. Two of the most commonly cited are MCC 4829 for money transfer and MCC 6540 for stored value account funding, where all authorisation requests must be processed as AFTs.

In practice this captures a recognisable set of businesses: forex and CFD brokers taking client deposits, crypto exchanges funding customer balances, online gambling operators accepting stake deposits, remittance and money transfer services, prepaid card issuers handling reloads, and digital wallet providers whose customers top up by card.

There are exceptions worth knowing. Single merchant wallets, where the balance can only be spent with that one merchant, are topped up as purchase transactions instead of AFTs. Certain staged digital wallet transfers carrying the relevant business application identifier are also treated as genuine purchases. The exact rules vary by network and jurisdiction, so the acquirer is the authority on any specific case.

What an AFT requires that a purchase does not

The processing difference is mostly about data. Visa and Mastercard require sender and recipient information on account funding transactions, which a standard purchase does not carry.

The transaction must be flagged with the appropriate identifier, the Business Application Identifier for Visa or the Transaction Type Identifier for Mastercard, so the networks can apply AFT rules rather than purchase rules. Alongside that flag, the request carries details of the party sending the funds and the account being funded. For money transfer use cases this extends to recipient name and account details, which exists to support anti-money-laundering obligations instead of payment mechanics.

Two downstream consequences follow. AFTs are priced from a separate interchange schedule, so the cost of an AFT differs from the cost of an equivalent purchase. And issuers commonly apply different risk treatment to AFTs, including their own velocity limits and spending caps, which means approval behaviour is not the same as it would be for a purchase of identical value.

How an AFT is processed

The flow resembles a normal authorisation with additional payload and different rules applied along the way.

The cardholder enters card details to fund a deposit, top-up, or transfer, and provides any sender information the merchant is required to collect. The merchant’s payment system sends an authorisation request to its acquirer, flagged as an AFT and carrying the sender and recipient data. The acquirer routes it through Visa or Mastercard, which recognises the AFT indicator and applies AFT processing rules, interchange, and risk parameters instead of the purchase equivalents.

The issuer then evaluates the request under its own AFT risk thresholds, which may differ materially from how it would treat a purchase. If approved, settlement proceeds on standard timelines but prices from the AFT interchange schedule. Once settled, the merchant credits the funded account, and if a payout follows it is originated separately as an OCT.

What happens if you classify deposits wrongly

This is the part that turns a technical detail into an operational problem. Processing a deposit as a purchase in a category where AFT is mandated is a compliance failure, and it surfaces in several ways.

Issuers increasingly decline transactions that appear to be funding but arrive classified as purchases, particularly in higher-risk categories, so the first symptom is usually an unexplained rise in declines. Beyond that sit scheme fines and, in sustained cases, restrictions on processing. Merchants in affected verticals also risk acquirer intervention, since the acquirer carries responsibility for AFT origination being enabled correctly.

The reverse error matters too. Flagging ordinary purchases as AFTs applies the wrong interchange and the wrong risk treatment, which costs money and can distort approval rates. Correct classification, in both directions, is the requirement.

Setting up AFT processing

Three things need to be true before a merchant in an affected category can process deposits compliantly.

The acquirer has to have AFT origination enabled for the merchant, under the correct MCC. This is the gating step and is handled with the acquirer instead of in the merchant’s own systems.

The payment provider or payment stack has to support sending the AFT flag and the required sender and recipient fields. A provider that cannot populate the identifier and the compliance data cannot process compliant AFTs, regardless of what the acquirer has enabled. Gr4vy supports account funding transactions, including the data fields the schemes require.

The merchant’s own checkout and back office have to collect and retain the required information, which for money transfer cases includes recipient details that a normal checkout would never ask for.

Merchants operating across several acquirers or markets face this setup repeatedly, because AFT enablement and the exact rules vary by acquirer and jurisdiction. Keeping transaction classification consistent across providers is one of the practical arguments for managing acceptance through a single coordinating layer, which is what payment orchestration provides.

Frequently asked questions

What is an account funding transaction?

An account funding transaction (AFT) is a card transaction that pulls money from a cardholder’s card to fund an account instead of buying goods or services. The funded account might be the cardholder’s own wallet, prepaid card, or trading balance, or an account belonging to someone else in the case of money transfer. Card networks classify it as funding instead of spending, which carries different rules, data requirements, and interchange.

What is the difference between an AFT and a purchase?

A purchase exchanges money for goods or services; an AFT moves money into an account with nothing bought. The practical differences are that AFTs must be flagged with a specific identifier, must carry sender and recipient data that purchases do not, are priced from a separate interchange schedule, and are assessed by issuers under different risk rules.

What is the difference between an AFT and an OCT?

An AFT is a pull transaction that takes money from a cardholder’s card into an account. An original credit transaction (OCT) is a push transaction that sends money from a merchant out to a card, used for payouts and withdrawals. Deposit-and-payout businesses use both, and Visa treats them as independent transactions even when an AFT precedes a related OCT.

Which merchants must process AFTs?

Requirements follow merchant category code, and typically capture money transfer services, stored value and prepaid top-up, quasi-cash and crypto, gambling, and securities or trading accounts. MCC 4829 and MCC 6540 are commonly cited as codes where all authorisation requests must be processed as AFTs. Acquirers confirm the requirement for a specific merchant.

When did AFT become mandatory?

Visa required forex and crypto deposit transactions to be processed as AFTs from January 2025, and Mastercard’s corresponding rules took effect in August 2025. Merchants in these categories processing deposits as ordinary purchases after those dates are not compliant with scheme rules.

What data does an AFT require?

Beyond a normal authorisation, an AFT carries a flag identifying it as account funding, the Business Application Identifier for Visa or Transaction Type Identifier for Mastercard, and sender and recipient information covering the party funding the transaction and the account being funded. Money transfer use cases require fuller recipient detail, reflecting anti-money-laundering obligations.

Does an AFT cost more than a purchase?

It is priced differently. AFTs draw on a separate interchange schedule from purchases, so the cost of an AFT is not the same as the cost of an equivalent purchase, and whether it is higher depends on the category, region, and card type. Merchants should confirm AFT pricing with their acquirer rather than assuming purchase rates carry over.

Are AFTs declined more often?

They can be. Issuers frequently apply different risk treatment to account funding transactions, including separate velocity limits and caps, so approval behaviour differs from purchases of the same value. A sudden rise in declines is also a common first symptom of deposits being misclassified as purchases in a category where AFT is mandated.

Getting classification right

Account funding transactions are a good example of a payment detail that looks like paperwork until it starts costing money. The classification carries real consequences: different data, different interchange, different issuer risk treatment, and, in mandated categories, a compliance obligation with deadlines that have already passed.

For merchants in forex, crypto, gambling, remittance, prepaid, or wallet businesses, the practical questions are whether the acquirer has AFT origination enabled under the right MCC, whether the payment stack can send the required identifiers and compliance data, and whether the checkout collects what the schemes ask for. Getting any of the three wrong produces the same symptom, which is transactions failing for reasons that look unrelated to the actual cause.

Gr4vy supports account funding transactions alongside more than 400 payment providers and methods through a single integration, so classification stays consistent as acquirers and markets are added. To talk through AFT setup for your category, get in touch with our team.

Payment methods in Southeast Asia: a market-by-market guide

Cards reach under 15% of shoppers in most Southeast Asian markets; wallets and QR rails dominate. A merchant entering the region with a Visa and Mastercard checkout is addressing a small fraction of customers, well short of even a minority.

The harder truth is that there is no single Southeast Asian payment setup to build. The region’s digital payments market has passed a trillion dollars in transaction value, but it splits into six markets with different dominant rails, different wallets, and different consumer habits. What they share is the structure underneath: government-built real-time payment systems and national QR standards, with locally entrenched wallets riding on top. Global wallets barely feature.

The regional pattern, and why it matters

Across Southeast Asia, three layers stack in the same order.

At the base sit state-built instant payment rails: BI-FAST in Indonesia, PromptPay in Thailand, DuitNow in Malaysia, PayNow in Singapore. These were built by central banks to reduce cash dependency, and they succeeded.

Above them sit national QR standards: QRIS in Indonesia, PromptPay QR in Thailand, DuitNow QR in Malaysia, QR Ph in the Philippines, VietQR in Vietnam, SGQR in Singapore. These made acceptance nearly free for small merchants, which is why street vendors and hawker stalls take digital payments across the region.

At the top sit local wallets, which do not operate their own rails but add stored value, loyalty, and lending on top of the national infrastructure. This is the layer merchants integrate with, and it is almost entirely local: GCash, GrabPay, GoPay, OVO, DANA, ShopeePay, Touch ‘n Go, TrueMoney, Boost, Maya, MoMo.

Cross-border QR interoperability now links Indonesia, Thailand, Singapore, Malaysia, and the Philippines, letting a consumer from one market pay in another. The region is integrating faster than most merchants realise.

MarketDominant railLeading walletsCards’ position
IndonesiaQRIS, BI-FASTGoPay, OVO, DANA, ShopeePayMarginal
PhilippinesQR Ph, InstaPayGCash, Maya, ShopeePayMarginal, cash still heavy
ThailandPromptPayTrueMoney, Rabbit LINE PaySecondary
MalaysiaDuitNow, FPXTouch ‘n Go, Boost, GrabPayMeaningful
SingaporePayNow, SGQRGrabPay, ShopeePayStrong
VietnamVietQRMoMo, ZaloPay, ShopeePayMarginal

Indonesia

Indonesia is the region’s largest digital payments market and has moved away from cash faster than almost anywhere. Cash fell from 77% of point-of-sale value in 2019 to 36% in 2025, driven by two Bank Indonesia initiatives: BI-FAST, the instant transfer rail, and QRIS, the national QR standard. By August 2025, QRIS connected around 40 million merchants and 57 million users.

The wallet layer is genuinely competitive, with GoPay (anchored to the Gojek super-app), OVO, and DANA all holding meaningful share, alongside ShopeePay for Shopee-anchored commerce. Most Indonesian consumers hold several wallets and move between them based on promotions, which means no single wallet integration wins the market. Reports put regular mobile wallet use among Indonesian consumers above 90%.

For a merchant, Indonesia requires wallet coverage in depth rather than one flagship integration.

Philippines

The Philippines runs the region’s most interesting split. Digital wallets took 41% of e-commerce value and 29% of point-of-sale value in 2025, while cash still accounted for around 42% of in-store value. Digital adoption and cash dependence coexist rather than replacing one another, largely because a substantial share of the population remains unbanked.

GCash is the dominant force, with around 94 million users connected to more than 6 million merchants, moving roughly PHP 500 billion each month. It functions as the primary financial interface for many Filipinos, delivering welfare payments and remittances alongside commerce. Maya is the main challenger, positioned toward younger users with integrated savings and credit.

Merchants selling into the Philippines should treat GCash as close to mandatory and plan for cash-on-delivery to remain relevant in parallel.

Thailand

Thailand has the most dominant state rail in the region. PromptPay, launched by the Bank of Thailand in 2017, became the country’s most common payment method, and account-to-account payments reached 44% of e-commerce value and 43% of point-of-sale value in 2025, the highest A2A share in Southeast Asia.

The wallet layer is correspondingly thinner, though TrueMoney holds a majority of mobile wallet traffic and Rabbit LINE Pay has presence through the LINE messaging app. A merchant in Thailand needs PromptPay-linked acceptance and Thai QR support more than it needs a broad wallet portfolio.

Malaysia

Malaysia has the region’s highest overall digital payment adoption, above 80%, and a more balanced mix than its neighbours. Digital wallets took 26% of e-commerce and 32% of point-of-sale value in 2025, led by Touch ‘n Go and Boost, with GrabPay and ShopeePay also present. DuitNow provides the instant rail and QR standard, and FPX remains important for higher-value online bank transfers.

Cards retain more relevance here than in Indonesia or the Philippines, so a card-plus-wallet setup covers Malaysia better than it covers most of the region.

Singapore

Singapore is the most card-friendly market in Southeast Asia and the least representative of it. Cards and global wallets work here in a way they fail to elsewhere, though local methods still matter: PayNow for transfers, SGQR as the unified QR standard, and GrabPay as the leading local wallet with roughly a third of wallet share.

Merchants often use Singapore as a regional entry point and then discover their Singapore setup does not travel. It is the region’s exception, and a poor template for the rest.

Vietnam

Vietnam runs on VietQR and a competitive wallet market led by MoMo, with more than 40 million users, alongside ZaloPay and ShopeePay. Card penetration is low and wallet adoption is high, putting Vietnam closer to the Indonesian pattern than the Singaporean one.

What this means for a merchant’s payment stack

Two conclusions follow from the market-by-market picture, and they pull in the same direction.

The first is that regional coverage means many integrations. Serving Southeast Asia properly involves wallets in each market, national QR acceptance, and bank transfer rails, with the right subset shown to each country’s customers. A single wallet or a single regional provider does not cover it.

The second is that the mix keeps moving. Cash share in Indonesia halved in six years. QRIS went from launch to tens of millions of merchants. BNPL grew to reach a large share of regional e-commerce shoppers. A method set assembled today will need revisiting.

Both point to the same operational requirement: adding or changing a payment method per market has to be cheap and fast, or it does not happen. That is the problem payment orchestration addresses, connecting the providers that carry these methods through one integration and controlling which appear in which market through configuration. Gr4vy supports GCash, GrabPay, DANA, OVO, ShopeePay, TrueMoney, Touch ‘n Go, Boost, LinkAja, Maya, and Thai QR among others, so regional coverage does not require a separate build per wallet.

For comparable markets with strong local methods, see Gr4vy’s guides to payment methods in India and payment methods in Brazil, and for the wider framing, local payment methods versus international card schemes.

Frequently asked questions

Digital wallets and national QR-based transfers dominate, with the specific methods differing by country: GoPay, OVO, and DANA in Indonesia; GCash and Maya in the Philippines; PromptPay and TrueMoney in Thailand; Touch ‘n Go, Boost, and DuitNow in Malaysia; PayNow and GrabPay in Singapore; MoMo and VietQR in Vietnam. Cards reach under 15% of potential customers in most of these markets.

Can I sell in Southeast Asia with cards only?

Not effectively. Cards account for a small minority of potential customers across most ASEAN markets, with Singapore and to some extent Malaysia the exceptions. A card-only checkout in Indonesia, the Philippines, Thailand, or Vietnam misses the large majority of consumers, who pay through wallets and national QR rails instead.

What is QRIS?

QRIS is Indonesia’s national QR code standard, built by Bank Indonesia to unify QR acceptance across providers. By August 2025 it connected roughly 40 million merchants and 57 million users, and together with the BI-FAST instant transfer rail it drove Indonesian point-of-sale cash share down from 77% in 2019 to 36% in 2025.

Is GCash necessary to sell in the Philippines?

For most merchants, effectively yes. GCash has around 94 million users and connects to more than 6 million merchants, moving roughly PHP 500 billion monthly, and serves as the primary financial interface for a large share of Filipinos including many without bank accounts. Digital wallets took 41% of Philippine e-commerce value in 2025, with GCash the dominant provider.

Which Southeast Asian market uses account-to-account payments most?

Thailand. Account-to-account payments reached 44% of e-commerce value and 43% of point-of-sale value in 2025, the highest share in the region, driven by PromptPay, the instant payment system launched by the Bank of Thailand in 2017.

Do I need different payment methods for each Southeast Asian country?

Largely yes. The region is six distinct markets with different dominant rails and wallets, and consumer habits vary sharply between them. A setup built for Singapore, the most card-friendly market, will not serve Indonesia or Vietnam. Merchants generally need a country-specific method mix shown to each market’s customers.

Is Southeast Asian QR payment interoperable across borders?

Increasingly. Cross-border QR interoperability now connects Indonesia, Thailand, Singapore, Malaysia, and the Philippines, allowing consumers from one market to pay in another using their home QR app. This is expanding, and it makes regional acceptance more valuable than the individual market figures suggest.

Entering the region without rebuilding six times

Southeast Asia rewards merchants who treat it as six markets and punishes those who treat it as one. The common mistake is launching in Singapore, where cards and global wallets work, then assuming that setup travels to Jakarta or Manila, where it does not.

The more useful frame is that the region has already built excellent payment rails at the national level, and the merchant’s job is to connect to them market by market instead of working around them. Consumers have wallets and QR apps that work, they use them daily, and they are not waiting for card adoption to catch up.

Gr4vy connects merchants to more than 400 payment providers and methods through a single integration, including the major Southeast Asian wallets and QR methods, so adding a market is a configuration change. To talk through coverage for the markets you are entering, get in touch with our team.

Alipay vs WeChat Pay: a merchant’s guide

Alipay and WeChat Pay split roughly 90% of China’s mobile payments; most merchants accept both. For a business selling to Chinese consumers, that is the short version, and it makes the usual framing of this comparison mostly irrelevant. The interesting question is how a foreign merchant gets access to either one, what each actually costs, and where Chinese consumers are able to use them outside China.

Nearly every guide to these two wallets is written for travellers deciding which app to install. This one is written for the merchant on the other side of the transaction.

Why the “which is better” question misleads merchants

Travellers pick one wallet. Merchants do not, because the two wallets reach overlapping but distinct populations and there is no meaningful cost to supporting both once a provider connection exists.

The user numbers explain why. Tencent reported combined monthly active users for Weixin and WeChat of 1,414 million as of 30 September 2025, and WeChat Pay’s penetration among Chinese consumers runs higher than Alipay’s because the payment function is built into an app people already open dozens of times a day. Alipay, operated by Ant Group, holds the larger share of transaction value, with market share commonly reported above 50%, and counts around 80 million merchant partners.

So one wallet has broader reach into daily consumer behaviour and the other carries more commercial weight. A merchant choosing between them is choosing which half of the market to serve badly.

How the two wallets actually differ

Underneath similar-looking QR interfaces, the two are structurally different products, and the differences matter more to merchants than to consumers.

Alipay is a payments company that grew a super-app. It launched in 2003 to solve trust in Alibaba transactions and has been a dedicated financial platform since. That heritage shows in its merchant tooling: broader currency support, clearer APIs, and a more developed cross-border proposition. Reported figures put Alipay’s currency coverage at more than double WeChat Pay’s, which is why merchants dealing with multi-currency settlement tend to find Alipay the easier counterparty.

WeChat Pay is a social app that grew a payment function. It sits inside China’s dominant messaging platform, which gives it unmatched everyday reach and a natural fit for small merchants, service businesses, and anything with a social or in-person component. Its strength is presence more than depth of payments tooling.

For a merchant, the practical translation is that Alipay tends to suit cross-border e-commerce and higher-value transactions, while WeChat Pay tends to suit in-person, service, and social-commerce contexts. Both handle the common cases perfectly well.

Reaching Chinese consumers outside China

This is the part most comparisons skip, and it is where the real merchant opportunity sits for businesses that do not operate inside China.

Both wallets have pushed hard into cross-border acceptance so that Chinese travellers and overseas consumers can pay with the app they already use. Alipay has been the more aggressive of the two, extending through its cross-border network into a large number of markets and connecting a user base measured in the billions across partner wallets. A European or North American merchant serving Chinese tourists, students, or diaspora customers can accept these wallets without any Chinese entity, through an international acquirer or payment provider that supports them.

The significance is that accepting Alipay or WeChat Pay is no longer a China-market decision. It is a decision about whether Chinese consumers anywhere are part of your customer base. Travel, luxury retail, education, and duty-free are the obvious categories, but any merchant with meaningful Chinese customer traffic is leaving conversions behind without them.

What acceptance involves for a foreign merchant

The mechanics are less exotic than merchants expect. Both wallets are accepted through payment providers instead of by contracting with Ant Group or Tencent directly, which removes most of the barrier.

Three operational points are worth knowing before enabling them.

The payment flow is redirect or QR-based instead of a card-style form fill, so checkout design has to accommodate a different interaction. On mobile, this usually means an app handoff; on desktop, a scannable code.

Settlement is typically in the merchant’s currency through the provider, which means the merchant is not taking on renminbi exposure directly, though FX handling and its cost varies by provider.

Refunds are supported but follow the wallet’s own rules and timing instead of card scheme timelines, so customer service processes need adjusting. There is no chargeback mechanism in the card sense, which removes dispute exposure but also removes the familiar recourse path.

The third rail: e-CNY

Any current assessment of Chinese payments has to account for something the duopoly framing misses. The People’s Bank of China has been building e-CNY, the digital yuan, as a state-operated payment rail. PBOC figures put cumulative e-CNY transactions at 3.48 billion, worth 16.7 trillion yuan, through November 2025.

For foreign merchants this is context more than an action item today. e-CNY acceptance outside China remains limited, and most international merchants cannot and should not enable it now. It matters because it signals that the two-wallet picture is not permanent, and because Chinese regulatory direction has repeatedly reshaped this market before. Merchants building for China should assume the method mix will change.

What this means for the payment stack

Supporting Alipay and WeChat Pay well means treating them as first-class methods instead of bolt-ons. They need to appear for the right customers, in the right markets, with a checkout flow designed for a redirect instead of a card form. A merchant serving Chinese consumers across several markets also has to decide where each wallet appears, since relevance varies by geography and customer segment.

That per-market method control is the same problem any merchant faces when local methods multiply, and it is what payment orchestration is built to handle: connecting the providers that carry these wallets and deciding through configuration which methods show where. Gr4vy’s guides to local payment methods versus international card schemes and payment methods by country cover the wider decision.

Frequently asked questions

What is the difference between Alipay and WeChat Pay?

Alipay, operated by Ant Group, began in 2003 as a dedicated payments platform and has stronger merchant tooling, broader currency support, and a more developed cross-border offering. WeChat Pay, operated by Tencent, is a payment function inside China’s dominant messaging app, giving it higher everyday penetration and a natural fit for in-person and social commerce. Both handle common transactions similarly.

Which is bigger, Alipay or WeChat Pay?

It depends on the measure. WeChat Pay reaches more people, with Tencent reporting combined Weixin and WeChat monthly active users of 1,414 million as of September 2025, and higher consumer penetration. Alipay carries more transaction value, with market share commonly reported above 50% and around 80 million merchant partners. Together they account for roughly 90% of Chinese mobile payments.

Can foreign merchants accept Alipay and WeChat Pay?

Yes, and without a Chinese entity. Both are accepted through international payment providers rather than by contracting directly with Ant Group or Tencent, which makes enabling them comparable to adding any other local payment method. This lets merchants outside China serve Chinese tourists, students, and diaspora customers with the wallets they already use.

Do Alipay and WeChat Pay have chargebacks?

Not in the card scheme sense. Both support refunds, but they follow the wallet’s own rules and timelines instead of card network dispute processes. This removes chargeback exposure for merchants, and also removes the familiar dispute recourse path, so customer service processes usually need adjusting when these methods are added.

Should merchants accept both Alipay and WeChat Pay?

Generally yes. The two reach overlapping but distinct populations, one with broader daily consumer reach and the other with more commercial weight, and there is little marginal cost to supporting both once a provider connection exists. Supporting only one means serving part of the Chinese customer base poorly.

What is e-CNY and does it affect merchants?

e-CNY is the digital yuan, a state-operated payment rail built by the People’s Bank of China. PBOC figures put cumulative transactions at 3.48 billion, worth 16.7 trillion yuan, through November 2025. For foreign merchants it is not currently actionable, since acceptance outside China is limited, but it signals that the two-wallet market structure may not be permanent.

How do Alipay and WeChat Pay payments work at checkout?

Both use a redirect or QR-based flow instead of a card-style form. On mobile the customer is typically handed off to the wallet app and returns after authorising; on desktop they scan a code. Checkout design has to accommodate this interaction, which differs from card entry and affects how the payment step is laid out.

The decision that actually matters

Comparing Alipay and WeChat Pay as rivals is a consumer’s exercise. For a merchant, they function as a pair, and the real questions are whether Chinese consumers are part of the customer base, whether the checkout can handle a redirect flow properly, and which provider relationship carries both methods with acceptable settlement terms.

The market itself is also less static than the duopoly framing suggests. Alipay has been building an AI-driven payment experience with adoption reported in the tens of millions, contactless tap has grown quickly, and the state’s e-CNY rail continues to expand. A merchant setting up Chinese wallet acceptance today should expect to revisit the method mix, which argues for an arrangement where adding or changing a method is configuration instead of an engineering cycle.

Gr4vy connects merchants to more than 400 payment providers and methods through a single integration. To talk through reaching new consumers in your markets, get in touch with our team.

Payment methods in Mexico: a complete guide

Mexico’s main payment methods are cards with instalments, SPEI transfers, OXXO cash, and wallets. A checkout built only for cards will reach a fraction of the market, because a large share of Mexican consumers either have no bank account or prefer to pay in cash even when buying online.

That combination, a fast-growing e-commerce market layered on top of low banking penetration, makes Mexico one of the markets where local payment methods matter most. Mexican e-commerce was worth around USD 43 billion in 2024 and is projected to pass USD 60 billion by 2027, with roughly 67 million digital buyers growing toward 77 million. Reaching those buyers depends on offering the methods they actually use.

The Mexican payments market at a glance

Two structural facts shape everything about paying in Mexico.

The first is limited banking access. World Bank data shows account ownership in Mexico sits well below the level of comparable Latin American economies, and card penetration follows: reported figures put debit card usage near 36% of adults and credit card usage around 11% in 2024. Strict credit checks and high interest rates keep credit card issuance low.

The second is the persistence of cash. A large informal economy means many consumers are paid in cash weekly or daily, and that money often never enters a bank account. Cash is declining as a share of commerce, but it has not disappeared, and Mexico’s payment rails have adapted by building bridges between cash and digital commerce rather than waiting for cash to go away.

The result is a market where cards, instant bank transfers, and cash vouchers all carry meaningful e-commerce volume at the same time. Gr4vy’s guide to payment methods by country sets Mexico alongside other markets with similar dynamics.

Cards and interest-free instalments (meses sin intereses)

Cards remain the most common e-commerce payment method in Mexico among the banked population, with Visa, Mastercard, and American Express all present alongside domestic schemes such as Carnet. Debit is used more heavily than credit, reflecting both wider debit access and a consumer preference for avoiding revolving credit on everyday purchases.

The detail that catches out international merchants is meses sin intereses, interest-free monthly instalments. In Mexico, offering interest-free instalments on higher-value purchases is close to an expectation rather than a perk, and its absence at checkout visibly suppresses conversion on larger baskets. Merchants selling electronics, appliances, furniture, or travel into Mexico without an instalment option are competing against local sellers who offer it as standard. Gr4vy’s guide to how instalment payments work covers the mechanics.

A related consideration is local acquiring. Domestic acquiring in Mexico generally produces higher approval rates than routing Mexican cards through a foreign acquirer, and it avoids cross-border fees. Gr4vy’s guide to acquiring for international markets covers the tradeoff.

SPEI bank transfers

SPEI is Mexico’s interbank instant payment system, operated by Banco de México. It settles transfers between bank accounts in seconds, at low or no cost to the consumer, and it has become a mainstream way to pay for higher-value purchases online. Adoption is now broad: SPEI processes billions of transactions annually and reaches a substantial majority of banked Mexicans.

For merchants, SPEI is attractive on cost and finality. Transfers are cheaper than card interchange and, being push payments, they carry no chargeback exposure. The tradeoff is user experience: a SPEI payment usually involves the customer leaving checkout to complete a transfer in their banking app, which introduces friction and abandonment risk compared with a card entry.

SPEI is best deployed as an option alongside cards rather than as a replacement, particularly for higher-value baskets where the cost saving is material and the customer is willing to take an extra step.

OXXO cash vouchers

OXXO is the mechanism that connects cash to online commerce in Mexico, and it has no real equivalent in most markets. At checkout, the customer selects OXXO, receives a voucher with a reference number, and then pays in cash at any OXXO convenience store. The store network runs to more than 20,000 locations nationwide. Payment is confirmed to the merchant quickly, which lets the order proceed.

OXXO Pay accounts for around half of all cash-based voucher transactions in Mexican digital commerce, which makes it the single most important way to reach consumers who have no card or bank account, or who simply prefer cash.

Two practical points for merchants. First, OXXO payments carry no chargeback risk, since the customer pays cash against a voucher. Second, they are not instant: the customer has to physically visit a store, so there is a delay between order and payment, and a proportion of vouchers expire unpaid. Merchants need order-handling logic for the gap between voucher issued and cash received, and should not treat an OXXO selection as a completed sale.

Digital wallets and A2A methods

Wallet adoption is growing quickly from a low base, with the Mexican digital wallet market projected to expand several times over by 2030. Mercado Pago is the most significant wallet in the market, carrying both its marketplace user base and standalone acceptance.

Banco de México has also pushed two account-to-account initiatives worth understanding, because their trajectories differ sharply. CoDi, launched in 2019 for QR-code payments over SPEI, saw slow uptake, reaching only around 1.9 million users and under USD 1 billion in transactions across four years. DiMo, launched in 2023 for transfers using a phone number, performed far better, surpassing 7 million users in its first year with backing from major banks. Banxico projects that account-to-account transfers via DiMo could grow from around 6% to 8% of online transactions by 2027.

The honest read is that neither has displaced cards or SPEI, and DiMo is the one worth watching rather than building for immediately.

How to accept payments in Mexico

A workable Mexican payment mix for an international merchant is straightforward in principle: cards with interest-free instalments for the banked majority, SPEI for higher-value and cost-sensitive transactions, and OXXO to reach cash-preferring and unbanked customers. Wallets sit alongside these as the growth layer.

The complication is that each of those methods comes through different providers, with its own integration, settlement behaviour, and reconciliation. OXXO vouchers behave nothing like card authorizations, SPEI is a push payment with no chargeback path, and instalments require specific handling with the acquirer. Adding them one by one, as separate engineering projects, is what usually delays market entry.

This is where a coordinating layer helps. Connecting to multiple providers through one integration and controlling which methods appear for Mexican customers turns market entry into a configuration exercise, which is the problem payment orchestration addresses. Gr4vy supports SPEI and OXXO through several connectors, alongside cards and Mercado Pago, so a Mexican payment mix can be assembled without separate builds for each method.

For the neighbouring market with a similar local-methods dynamic, see Gr4vy’s guide to payment methods in Brazil, and for the wider question of local versus international methods, local payment methods versus international card schemes.

Frequently asked questions

Credit and debit cards are the most used online payment method among banked consumers, usually with interest-free instalments on higher-value purchases. SPEI bank transfers are widely used for larger transactions, OXXO cash vouchers serve cash-preferring and unbanked shoppers, and digital wallets such as Mercado Pago are growing. Most merchants selling into Mexico need cards, SPEI, and OXXO at minimum.

What is OXXO Pay and how does it work?

OXXO Pay lets a customer buy online and pay in cash. At checkout the customer selects OXXO and receives a voucher with a reference number, then pays at any of the more than 20,000 OXXO convenience stores in Mexico. The merchant is notified once payment is made. It accounts for roughly half of cash-based voucher transactions in Mexican digital commerce and carries no chargeback risk, though payment is not instant and some vouchers expire unpaid.

What is SPEI?

SPEI is Mexico’s interbank instant payment system, operated by Banco de México. It moves funds between bank accounts in seconds at low cost and is widely used for higher-value online purchases. For merchants it is cheaper than cards and carries no chargeback exposure, but it typically requires the customer to complete the transfer in their banking app, which adds friction compared with card entry.

Do I need to offer instalments to sell in Mexico?

For higher-value purchases, effectively yes. Interest-free monthly instalments, known locally as meses sin intereses, are a standard expectation on larger baskets in Mexico, and their absence noticeably reduces conversion on categories such as electronics, appliances, furniture, and travel. Local competitors generally offer them, so an international merchant without instalments is at a disadvantage.

Can I sell in Mexico with cards only?

You can, but you will reach a limited share of the market. Card penetration in Mexico is comparatively low, with debit usage around 36% of adults and credit around 11% as of 2024, and a large share of consumers prefer or need to pay in cash. A card-only checkout excludes the customers who rely on OXXO and misses those who prefer SPEI for larger purchases.

What is the difference between CoDi and DiMo?

Both are Banco de México initiatives for account-to-account payments. CoDi, launched in 2019, uses QR codes over SPEI and saw slow adoption, reaching roughly 1.9 million users in four years. DiMo, launched in 2023, uses phone numbers to send transfers and grew much faster, passing 7 million users in its first year with major bank support. Banxico projects DiMo could lift A2A to around 8% of online transactions by 2027.

Is local acquiring important in Mexico?

Yes, for approval rates and cost. Routing Mexican cards through a domestic acquirer generally produces higher authorization rates than processing them cross-border, and avoids cross-border fees. For merchants with meaningful Mexican volume, local acquiring is usually one of the higher-impact changes available.

How big is e-commerce in Mexico?

Mexican e-commerce was worth around USD 43 billion in 2024 and is projected to exceed USD 60 billion by 2027, with the number of digital buyers growing from roughly 67 million toward 77 million. Growth rates have run well above the global average, which is part of why the market attracts international merchants despite its payment complexity.

Getting the Mexican payment mix right

Mexico rewards merchants who take local payment behaviour seriously and penalises those who assume a card-first checkout will travel. The market has real scale and fast growth, but the buyers are split across three quite different payment behaviours: banked card users who expect instalments, bank-transfer users paying through SPEI, and cash users reaching digital commerce through OXXO. Serving only one of those groups leaves most of the market unaddressed.

The practical approach is to cover all three from the start, then let the data show where volume concentrates by category and basket size. Merchants that treat OXXO as an afterthought usually find it carries more volume than expected, and those that skip instalments usually see it in their higher-value conversion rates.

Gr4vy connects merchants to more than 400 payment providers and methods through a single integration, including SPEI, OXXO, cards, and Mercado Pago for the Mexican market. To talk through the right mix for your categories and volumes, get in touch with our team.

When AI starts paying: Who owns the transaction?

AI is moving beyond recommendations and into execution, shifting from a tool that helps users decide what to buy into one that can complete purchases on their behalf. What started with conversational interfaces and product discovery is rapidly evolving into agentic commerce, where AI systems interpret intent, evaluate options, and initiate transactions with minimal human involvement. This shift introduces a fundamental question for the payments industry: when AI pays, who actually owns the transaction?

From checkout to execution

At its core, agentic commerce changes the role of the user. Instead of directly interacting with a checkout flow, the user delegates intent to an AI agent, which then takes responsibility for navigating the purchase journey. The agent selects products, determines the best option based on context, and triggers the payment using stored credentials or delegated authorization. While the transaction is still linked to a human identity, the execution is handled entirely by software, introducing a new layer between the customer and the merchant that controls how decisions are made and how payments are initiated. From a payments perspective, this removes the traditional concept of a checkout page and replaces it with a process that happens dynamically in the background.

For this model to scale, systems need a way to communicate securely and consistently, which is where emerging protocols come into play. A growing number of frameworks are being developed across the ecosystem, including agent-to-payment standards, wallet delegation models, and API-driven authorization layers led by large technology platforms and payment networks. These protocols define how AI agents can act on behalf of users, how consent is captured, and how credentials are accessed and used without exposing sensitive data. 

While the direction is clear, the ecosystem is still fragmented, with multiple approaches evolving in parallel and no single standard yet established. For merchants, this means navigating a period of rapid innovation where interoperability is increasing, but consistency is not guaranteed.

A new risk and fraud landscape

As AI agents begin initiating transactions, the fraud landscape evolves alongside them. Traditional fraud detection models rely heavily on user behavior, device signals, and interaction patterns to assess risk, but many of these signals become less reliable when transactions are executed by autonomous systems. This raises new challenges around verifying intent, distinguishing between legitimate and malicious agents, and preventing abuse at a scale that is both faster and more automated than before. Fraud does not disappear in an agent-driven world; it becomes more sophisticated, with AI used both to execute transactions and to exploit vulnerabilities. As a result, merchants need to rethink how trust, identity, and authorization are defined within their payment flows.

Preparing for a shift in ownership

Preparing for this shift requires a deliberate approach. Merchants need payment infrastructure that is flexible enough to support new entry points and transaction flows without requiring constant redevelopment, as well as authentication models that can handle delegated authority and tokenized credentials in a secure and scalable way. 

Visibility becomes even more critical, as understanding how transactions are initiated, routed, and approved is essential when the user is no longer directly interacting with the payment experience. At the same time, maintaining control over routing logic, risk strategies, and provider selection becomes increasingly important, as more layers are introduced between the customer and the final transaction.

This leads back to the central question of ownership. In a world where AI agents initiate payments, the lines blur between the merchant fulfilling the transaction, the platform or wallet managing credentials, and the agent executing the action. While the answer is still evolving, ownership will ultimately sit with those who control the experience, the data, and the decision-making layer behind the transaction. Merchants that relinquish control risk becoming invisible participants in someone else’s ecosystem, while those that retain it can continue to shape the transaction, even as the interface disappears.

Agentic commerce is not a distant concept but an emerging reality that is already beginning to reshape how payments are initiated and executed. It brings clear benefits in terms of speed and convenience, but also introduces new challenges around trust, fraud, and control that merchants cannot afford to ignore. The shift is structural, not incremental, and those who prepare early will be better positioned to adapt as the ecosystem matures.

With Gr4vy, merchants can support agentic transactions while maintaining full control over routing, authentication, and payment logic, applying the same orchestration capabilities to this new layer of commerce without compromising performance, flexibility, or security. Talk to our team today to learn more.

Klarna vs Afterpay vs Affirm vs Zip: BNPL providers compared

Klarna, Afterpay, Affirm, and Zip differ most on merchant fees, market reach, and repayment terms. All four let a customer split a purchase into instalments while the merchant is paid upfront, and all four charge the merchant more than a card transaction does. The choice between them comes down to where a business sells, what it sells, and what the customer’s basket looks like.

Buy now, pay later has moved well past novelty. Industry estimates put global BNPL gross merchandise volume above USD 560 billion in 2025, growing at roughly 20% annually. At that scale the provider decision is a real commercial one, so here is how the four compare on the things that determine cost and coverage.

How the four BNPL providers compare

KlarnaAfterpayAffirmZip
OriginSweden, 2005AustraliaUnited StatesAustralia
Core marketsGlobal, strongest in Europe and USAustralia, US, UK (as Clearpay)US and CanadaAustralia and US
Typical merchant feeFrom ~3.29% + $0.30Mid range~6% + $0.30Mid to high range
Repayment modelPay in 4, plus longer termsPay in 4 over six weeksLonger-term instalments, often interest-bearingPay in 4, plus longer terms
Typical basketEveryday to mid-ticketLower to mid-ticketHigher ticketLower to mid-ticket
Consumer late feesVaries by productYesNoYes
Best fitGlobal reach, high frequencyFashion, beauty, younger shoppersHigh-ticket US purchasesAustralian market

Fee figures are published ranges and vary by contract, category, and volume. Treat them as a starting point for negotiation rather than fixed rates.

Klarna

Klarna is the broadest of the four by geography. Founded in Sweden in 2005 and listed on the NYSE in September 2025, it reported USD 33.7 billion in gross merchandise volume in the first quarter of 2026 across roughly 119 million consumers. Its take rate, at around 2.7%, is the lowest of the group, which reflects a business built on high-frequency, lower-value transactions: Klarna’s average order value sits near USD 101.

For merchants, Klarna’s appeal is reach and recognition. It operates across more markets than the other three, which matters for a business selling into several countries and wanting one BNPL relationship rather than a different provider per market. Published merchant rates start around 3.29% plus a fixed fee and rise from there depending on the product and contract.

The tradeoffs are cost at the lower end of the basket range and onboarding time. Klarna’s rate is competitive at its base but climbs for some products, and merchants have reported multi-week approval processes.

Afterpay

Afterpay, trading as Clearpay in the UK, is the most focused of the four on a specific shopper profile: younger customers buying mid-range fashion and beauty. Its model is the classic pay-in-four structure, four interest-free instalments over six weeks, with consumer transaction limits generally capped around USD 2,000.

That cap defines where Afterpay fits. It works well for repeat, lower-ticket retail purchases and poorly for anything expensive. Afterpay charges consumers late fees on missed payments, which is a difference from Affirm and worth knowing if a merchant’s customer base is price-sensitive.

Geographically it is strongest in Australia, where it originated, and has substantial presence in the US and UK. For a fashion or beauty brand targeting a younger demographic in those markets, it is often the first BNPL provider to consider.

Affirm

Affirm is the outlier on basket size and pricing. It holds roughly one-third of US BNPL payment value, focuses on larger purchases, and prices accordingly: its take rate is around 8.9%, more than three times Klarna’s, and merchant rates commonly run near 6% plus a fixed fee. Its average order value, near USD 255, is roughly two and a half times Klarna’s.

That pricing buys a different product. Affirm offers longer repayment terms suited to high-ticket items such as electronics, furniture, and travel, charges consumers no late fees, and reports payment activity to credit bureaus. Merchants in high-ticket categories often find the higher fee is offset by the size of the basket it unlocks.

One honest caveat that vendor comparisons tend to skip: Affirm’s zero-late-fee promise does not mean zero consumer cost. A substantial share of Affirm loans carry interest, so the “interest-free” framing applies to some plans and not others. Merchants should understand which plans they are enabling.

Affirm’s footprint is narrow by comparison, concentrated in the US and Canada. For a merchant selling only into those markets with high-value products, that concentration is not a problem. For a global business it is a limitation.

Zip

Zip requires a caveat that older comparisons miss entirely. Zip has withdrawn from the UK and is winding down its New Zealand operation, leaving its footprint concentrated in Australia and the United States. Any comparison recommending Zip for a market it has left is out of date, and merchants should verify current availability before building an integration.

Where it does operate, Zip offers pay-in-four alongside longer-term options and charges consumers late fees. In Australia, its home market, it remains a meaningful player alongside Afterpay. Outside Australia and the US, it is no longer a practical option.

What BNPL costs merchants, and what you get for it

BNPL is materially more expensive than card acceptance. Published merchant rates across providers run roughly 3.29% to 8% plus a fixed fee, against typical card processing of 2% to 3%. That gap is the central fact of the BNPL decision.

The case for paying it rests on basket economics. Merchants commonly report average order value increases in the range of 10% to 30% after adding BNPL, along with reduced cart abandonment, because the payment option removes the affordability objection at the point of decision. Whether that trade is worth it depends entirely on category and margin: a high-margin, high-ticket retailer can absorb 6% to unlock a larger basket, while a low-margin grocery or commodity seller usually cannot.

The honest way to evaluate this is to model it against your own numbers rather than trusting a general uplift figure. Gr4vy’s guide to how instalment payments work covers the mechanics behind the model.

A regulatory note worth factoring in: the UK Financial Conduct Authority brought BNPL under formal regulation from July 2026, which adds compliance obligations for providers operating there. Merchants selling into the UK should confirm how their provider has adapted.

How to choose a BNPL provider for your market

The decision resolves along three axes.

Geography first. Klarna has the broadest international footprint. Afterpay is strongest in Australia, the US, and the UK. Affirm is US and Canada. Zip is now Australia and the US only. A business selling into a market its preferred provider does not serve needs a different provider for that market, which is how merchants end up running more than one.

Then ticket size. Affirm is built for high-value baskets and prices for them. Afterpay caps out around USD 2,000 and suits lower-ticket retail. Klarna sits in the middle with the broadest range of plan types.

Then customer profile. Afterpay skews young and retail-focused. Affirm suits considered, higher-value purchases. Klarna spans everyday shopping. The provider whose consumer base already overlaps with your customers will convert better than the one with the marginally lower fee.

Gr4vy’s merchant’s guide to BNPL covers the wider question of whether to offer BNPL at all.

Running more than one BNPL provider

Most merchants selling across several markets end up with more than one BNPL provider, because no single provider covers every market well. A business selling in Australia, the UK, and the US could reasonably want Afterpay for Australian retail, Klarna for the UK, and Affirm for high-ticket US purchases. That is three integrations, three contracts, three reporting formats, and three sets of rules about which provider appears at which checkout.

The operational question then becomes how to add, switch, and control providers without an engineering project each time. This is the coordination problem payment orchestration addresses: connecting providers through one integration and deciding through configuration which methods appear in which market.

The practical difference is speed. Ding, the international mobile top-up service operating across more than 140 countries, used no-code rules to show different payment methods by market, prioritising local options where they performed best, and cut the time to integrate a new gateway or local payment method from three to six weeks down to three days. The same principle applies to BNPL: if adding a provider for a new market takes a quarter, it usually does not happen. Gr4vy’s guide to BNPL and payment orchestration covers the setup in more detail.

Frequently asked questions

Which BNPL provider is cheapest for merchants?

Klarna generally has the lowest published starting rate, from around 3.29% plus a fixed fee, and the lowest take rate of the four at roughly 2.7%. Affirm is the most expensive, commonly near 6% plus a fixed fee with a take rate around 8.9%. Rates vary by contract, category, and volume, so published figures are a starting point for negotiation instead of fixed prices.

What is the difference between Klarna and Affirm?

They serve structurally different markets. Klarna focuses on high-frequency, lower-value purchases with the broadest international footprint and an average order value near USD 101. Affirm focuses on higher-ticket US and Canadian purchases with longer repayment terms, no consumer late fees, and an average order value near USD 255. Affirm’s take rate is roughly three times Klarna’s, reflecting the different segments.

Is Zip still available in the UK?

No. Zip has withdrawn from the UK and is winding down its New Zealand operation, leaving its footprint concentrated in Australia and the United States. Merchants should verify current market availability directly with any provider before building an integration, as coverage changes.

How much do BNPL providers charge merchants?

Published merchant rates run roughly 3.29% to 8% of the transaction plus a fixed fee, against typical card processing of 2% to 3%. Klarna starts at the lower end, Affirm and several others sit closer to 6%. The higher cost is generally justified by average order value uplift and reduced abandonment, though whether that trade works depends on category and margin.

Does BNPL increase average order value?

Merchants commonly report average order value increases in the range of 10% to 30% after adding BNPL, along with lower cart abandonment, because the option removes the affordability objection at the point of purchase. These are reported ranges rather than guaranteed outcomes, and the effect varies significantly by category, so it is worth modelling against your own basket data.

Which BNPL provider is best for high-ticket items?

Affirm, in the US and Canada. It is built for larger purchases, offers longer repayment terms suited to electronics, furniture, and travel, and has an average order value roughly two and a half times Klarna’s. Afterpay is a poor fit for high-ticket purchases, with consumer limits generally capped around USD 2,000.

Do merchants need more than one BNPL provider?

Many do, once they sell across several markets, because no single provider has strong coverage everywhere. Klarna is broadest internationally, Afterpay is strongest in Australia and retail markets, Affirm is US and Canada, and Zip is now Australia and the US. Businesses selling into multiple regions commonly run two or three providers and route customers to the right one by market.

Is BNPL regulated?

Increasingly. The UK Financial Conduct Authority brought BNPL under formal regulation from July 2026, adding compliance obligations for providers operating there. Other jurisdictions are at varying stages, and merchants selling internationally should confirm how each provider has adapted in the markets they serve.

Choosing between them

There is no single best BNPL provider, and any comparison that names one is usually selling something. The four occupy genuinely different positions: Klarna is the internationally broad, lower-cost, high-frequency option; Afterpay owns younger retail shoppers in a handful of markets; Affirm is the high-ticket US specialist that prices accordingly; and Zip is now an Australia and US proposition after retreating from other markets.

The right choice follows the market a business sells into and the basket it sells, in that order. Fee differences matter, but a provider two points cheaper in a market where its consumer base is thin will convert worse than a slightly costlier provider customers already use and trust. For businesses selling across several markets, the realistic answer is more than one provider, and the practical question becomes how quickly a new one can be added when a market demands it.

Gr4vy connects merchants to more than 400 payment providers and methods, including BNPL providers, through a single integration, so adding or switching one is a configuration change. To talk through the right BNPL mix for your markets, get in touch with our team.

Pix vs UPI vs FedNow vs SEPA Instant: real-time payment schemes compared

Pix, UPI, FedNow, and SEPA Instant are national instant payment schemes with very different adoption. All four move money between bank accounts in seconds, at a fraction of card costs, and all four are backed by central banks or central infrastructure. What separates them is whether ordinary people actually use them to buy things. In Brazil and India, the answer is emphatically yes. In the United States and much of Europe, the schemes are running but consumers have barely met them.

That gap matters for merchants, because it determines whether supporting a scheme is a requirement or an option. Below is how the four compare on scale, cost, and merchant relevance, with figures attributed to the operators and central banks that publish them.

How the four schemes compare at a glance

PixUPIFedNowSEPA Instant
MarketBrazilIndiaUnited StatesEurozone
OperatorBanco Central do BrasilNPCIFederal ReserveEPC / ECB (TIPS)
LaunchedNovember 20202016July 2023November 2017
Scale63.4bn transactions (2024)~228bn transactions (2025)2.73m transactions (Q1 2026)1.355bn via TIPS (2024)
Consumer adoptionNear universalNear universalMinimalLow but rising
Merchant relevanceEssentialEssentialEmergingGrowing
Recurring supportYes, via Pix AutomáticoYes, via UPI AutoPayLimitedDeveloping

Pix (Brazil)

Pix is the most successful instant payment launch anywhere. Operated by Banco Central do Brasil since November 2020, it handled 63.4 billion transactions worth roughly R$26.4 trillion in 2024, a volume that exceeded combined credit and debit card transactions in Brazil by around 80%. Adoption reached most of the adult population within five years of launch, a pace no comparable scheme has matched.

For merchants, Pix is no longer optional in Brazil. Worldpay’s Global Payments Report puts Pix at roughly 42% of Brazilian e-commerce value and 34% at the point of sale in 2025. A checkout in Brazil without Pix is turning away a large share of customers who expect it as the default.

Two developments make Pix more useful to merchants than a simple bank transfer. The first is Pix Automático, which brings recurring payments to the scheme, opening it to subscriptions and instalment billing that previously required cards. Gr4vy introduced Pix Automático through its dLocal integration, giving merchants access to recurring Pix without building the connection themselves.

The second is speed of adoption for merchants entering the market. Ding, the international mobile top-up service, launched Pix in Brazil through Gr4vy as part of a shift that cut the time to integrate a new gateway or local payment method from three to six weeks down to three days. For a business operating across many markets, that difference determines whether a local method gets launched at all or stays permanently on the roadmap.

UPI (India)

India’s Unified Payments Interface is the largest real-time payment system in the world by transaction count. NPCI data puts UPI at more than 228 billion transactions in 2025, with daily volumes in the hundreds of millions. By some measures UPI accounts for close to half of all global real-time retail payment volume.

The model is different from Pix in one important respect: UPI is heavily QR-driven at the point of sale, and it is built around a layer of consumer-facing apps rather than bank interfaces. For merchants, acceptance usually means displaying a QR code or integrating a UPI collect flow, and UPI AutoPay covers recurring mandates.

As in Brazil, UPI is not a nice-to-have for merchants selling in India. Card penetration is comparatively low, and a checkout built for cards alone reaches a small fraction of the addressable market. Gr4vy’s guide to payment methods in India covers the wider local mix.

FedNow (United States)

FedNow is the newest of the four and the least relevant to merchants today, which is worth stating plainly instead of glossing. Launched by the Federal Reserve in July 2023, it has onboarded more than 1,500 financial institutions, but volumes remain small in relative terms: the Fed reported 2.73 million transactions worth $271.3 billion in the first quarter of 2026. Growth is fast, at roughly 108% year on year, but from a low base.

The composition of that volume tells the real story. The average FedNow transaction is worth close to $99,000, which reflects treasury, payroll, and business-to-business use instead of consumers buying things. The Federal Reserve raised the transaction limit from $1 million to $10 million in late 2025, further signalling where the system is being used. Consumer-to-business acceptance is expected to develop through the Request for Payment capability, but that is a future state rather than a current one.

For a merchant selling in the United States today, FedNow is something to monitor. Cards and wallets remain where the volume is, and building for FedNow acceptance ahead of consumer demand would be premature.

SEPA Instant (Europe)

SEPA Instant Credit Transfer has been running since November 2017, but the significant change is regulatory. Under the EU Instant Payments Regulation, eurozone banks were required to support receiving and sending instant euro transfers by 2025, which removed the patchy availability that had limited the scheme for years. Volumes through the ECB’s TIPS settlement platform grew sharply, reaching 1.355 billion transactions in 2024, a fourfold increase year on year.

SEPA Instant covers euro transfers across a broad set of countries, which makes it unusual among these schemes: it is natively cross-border within the eurozone instead of purely domestic. The limitation is that it handles euro only, so it does not serve non-euro corridors.

Merchant-facing acceptance is still developing. Pay-by-bank products built on SEPA Instant are growing, and the regulatory mandate has removed the main structural barrier, but consumer habit in most European markets still runs through cards and wallets. Gr4vy’s guide to real-time payments across Europe covers the regional picture in more detail.

What real-time schemes mean for merchant costs and settlement

The commercial case for real-time schemes rests on three differences from cards.

Cost. Instant transfers typically cost merchants far less than card interchange, which is the main reason Brazilian merchants moved volume to Pix so quickly. On thin-margin categories the difference is material.

Settlement speed. Funds arrive in seconds rather than in a settlement batch days later, which changes working capital for businesses operating on tight cycles.

No chargebacks. Instant transfers are irrevocable, which removes chargeback exposure. That cuts both ways: it protects the merchant from dispute costs, and it removes the consumer protection that makes buyers comfortable with cards for high-value or delayed-delivery purchases. Merchants adopting these schemes need a refund process, because the card dispute mechanism they may have relied on does not exist here.

Gr4vy’s comparison of real-time payments versus cards works through the tradeoff, and its guide to bank-to-bank payments covers the underlying mechanics.

Independent research suggests the direction of travel is consistent even where adoption is early. The Capgemini Research Institute reported instant payments at 13% of global non-cash transactions in 2022, projecting the share to pass 22% by 2028.

Which schemes should a merchant support?

The answer follows the market more than the technology, and the four schemes fall into two clear groups.

Pix and UPI are effectively mandatory for merchants selling into Brazil and India. Both have majority consumer adoption, both carry lower costs than cards, and in both markets a card-only checkout reaches a minority of potential buyers.

FedNow and SEPA Instant are optional today and worth preparing for instead of rushing. FedNow lacks consumer-to-business volume, and SEPA Instant, while now universally available in the eurozone by regulation, has not yet displaced card and wallet habits at checkout.

The practical difficulty is that this calculus differs in every market a business sells into, and it changes as schemes mature. Ding, operating across more than 140 countries, handled this by using no-code rules to show different methods in different markets, prioritising Pix in Brazil and PayPal in Germany, with each change made through configuration rather than an engineering project. Deciding which methods appear where, and changing that decision as adoption shifts, is the coordination problem that payment orchestration exists to solve. Gr4vy’s guide to local methods versus international card schemes covers the wider decision.

Frequently asked questions

What is the difference between Pix and UPI?

Both are national instant payment schemes with near-universal adoption in their home markets, but they differ in operator and model. Pix is run directly by Brazil’s central bank and handled 63.4 billion transactions in 2024. UPI is operated by NPCI in India, processed more than 228 billion transactions in 2025, and is more heavily QR-driven at the point of sale, built around consumer apps instead of bank interfaces.

Is FedNow used by consumers?

Barely, so far. FedNow launched in July 2023 and has onboarded more than 1,500 financial institutions, but Federal Reserve figures show 2.73 million transactions worth $271.3 billion in the first quarter of 2026, with an average transaction value near $99,000. That profile reflects treasury, payroll, and business-to-business use instead of consumer purchases. Consumer-to-business acceptance is expected to develop through Request for Payment.

Do real-time payments have chargebacks?

No. Transfers on these schemes are irrevocable, so there is no chargeback mechanism. This protects merchants from dispute costs but removes the consumer protection buyers associate with cards, which is one reason adoption is slower for high-value or delayed-delivery purchases. Merchants accepting these methods need their own refund process.

Can you take recurring payments over Pix or UPI?

Yes, on both. Pix Automático brings recurring payments to Pix, and UPI AutoPay provides mandates in India. Both open these schemes to subscriptions and instalment billing that previously required cards. Recurring support on FedNow and SEPA Instant is less developed.

Which real-time payment scheme is the largest?

UPI, by transaction count. NPCI reported more than 228 billion UPI transactions in 2025, with daily volumes in the hundreds of millions, accounting for a large share of global real-time retail payment volume. Pix is second in scale, with 63.4 billion transactions in 2024, though Pix has achieved higher penetration relative to its market’s population.

Are real-time payments cheaper than cards for merchants?

Generally yes. Instant bank transfers avoid card interchange and typically cost merchants significantly less per transaction, which is a primary reason Brazilian merchants shifted volume to Pix so quickly. The saving is most meaningful in low-margin categories and on high-frequency, low-value transactions.

Does SEPA Instant work across borders?

Within the eurozone, yes. SEPA Instant natively supports instant euro transfers across a broad set of European countries, which makes it unusual among these schemes, most of which are purely domestic. Its limitation is currency: it handles euro only, so it cannot serve non-euro corridors.

Should merchants support FedNow now?

For most, not yet. FedNow volumes remain small and skew heavily toward high-value business use instead of consumer purchases, so building acceptance ahead of consumer demand would be premature. Cards and wallets remain where United States volume sits. Monitoring the scheme’s consumer-to-business development is the reasonable position.

Where this leaves merchants

The four schemes share a technical promise and diverge almost completely on adoption. Pix and UPI became primary payment methods because both markets had large underbanked populations, high smartphone use, and central infrastructure designed for consumers from the start. FedNow and SEPA Instant were built into mature card markets where consumers already had a payment habit that worked, and they are growing as infrastructure rather than as consumer products.

For merchants, this makes real-time payments four separate market-by-market decisions instead of a single trend to adopt or ignore, with two already settled and two still open. The businesses handling this well are the ones that can add a method where adoption tips, without that decision costing an engineering quarter each time.

Gr4vy connects merchants to more than 400 payment providers and methods through a single integration, including Pix and Pix Automático in Brazil, so adding a local scheme is a configuration change. To talk through which methods your markets actually need, get in touch with our team.

What Is an Acquiring Bank? A Complete Guide

An acquiring bank sits on the merchant side of a card payment.

When a customer pays by card, the acquirer helps connect the merchant to the card networks, participates in authorization and settlement, and takes responsibility for the merchant relationship within that payment system. It is often called an acquiring bank, merchant acquirer, merchant bank or simply an acquirer.

Most businesses do not spend much time thinking about which institution fills that role. Their relationship may be packaged through a payment service provider (PSP), processor or payment facilitator, making the acquirer almost invisible during day-to-day payment operations.

That changes when payments become more complex.

Approval rates vary between markets. Processing costs increase. A business expands internationally. One acquirer performs better for a particular set of cards than another. Settlement terms start affecting cash flow. Suddenly, acquiring is no longer plumbing that can be ignored.

Understanding what an acquiring bank does is the first step toward understanding why the choice of acquirer can affect payment performance, cost and international expansion.

What is an acquiring bank?

An acquiring bank is the financial institution on the merchant side of a card transaction. It enables merchants to accept card payments and connects their transactions into card networks such as Visa and Mastercard.

The word “acquiring” refers to the institution acquiring card transactions from merchants and introducing them into the card payment system.

In the traditional four-party card model, the main participants are the cardholder, merchant, issuing bank and acquiring bank. A card network connects the issuer and acquirer and establishes the rules under which transactions take place.

The issuing bank has the relationship with the cardholder. The acquiring bank has the relationship with the merchant.

That merchant relationship can take different forms.

A large enterprise might have a direct agreement with one or several acquirers. Another business might access acquiring through a PSP or payment facilitator that packages multiple payment services into a single commercial relationship.

This distinction is important because an acquiring bank is not simply any company that processes a card transaction. An acquirer participates in the card-network framework as an acquiring institution and takes on responsibilities associated with the merchants it supports.

It also does not mean every merchant has a conventional standalone bank account at the acquirer. Modern PSP and payment-facilitator models can abstract much of the underlying acquiring relationship from the merchant.

You can read more about the merchant account relationship and how it differs from the technology used to transmit payment information.

Where does the acquirer sit in a card payment?

The role becomes easier to understand when following a card transaction from checkout to settlement.

A customer enters their card details and submits a payment. The merchant’s payment infrastructure sends an authorization request toward its processor or acquirer. That request travels through the appropriate card network to the bank that issued the customer’s card.

The issuing bank then evaluates the transaction.

It can consider whether the account is valid, whether sufficient credit or funds are available, authentication results, fraud signals and its own risk rules. It then approves or declines the payment.

That response travels back through the card network toward the acquiring side and eventually reaches the merchant’s checkout.

An approval does not mean all of the money has already moved.

After authorization, the transaction goes through clearing and settlement. Transaction information is exchanged between the parties, financial obligations are calculated and funds are settled between the issuing and acquiring sides of the card system. The merchant then receives settlement according to its agreement with its acquiring provider.

The acquirer therefore operates at a critical point in both the information flow and the movement of funds.

What does an acquiring bank do?

An acquirer’s responsibilities extend well beyond forwarding card transactions.

Underwriting and onboarding merchants

Before entering into a direct acquiring relationship, the acquirer needs to understand the business it is agreeing to support.

That can include reviewing the merchant’s business model, products or services, expected payment volume, average transaction value, countries of operation, chargeback history and exposure to fraud.

Industry matters too. Two businesses with identical payment volumes can present very different risks if one sells ordinary consumer goods and another operates in a category associated with high refund rates, long fulfillment periods or elevated chargeback exposure.

This underwriting process helps determine whether the acquirer wants the merchant in its portfolio and under which commercial conditions.

Those conditions may include pricing, settlement schedules, transaction limits or reserves depending on the merchant’s risk profile.

Connecting merchants to card networks

Acquirers provide the merchant side of the connection into card-network infrastructure.

When a transaction is submitted, the acquiring side ensures the authorization request reaches the appropriate network in the required format. The network then routes it to the issuer responsible for deciding whether the transaction should be approved.

The acquirer also operates according to the rules of the card networks it supports.

This is one reason “acquirer” has a more specific meaning than “payment processor.” A company can provide technical payment-processing services without itself holding the acquiring role within a card network.

Supporting authorization

The issuer ultimately makes the approval or decline decision in a standard card transaction, but the acquiring setup still matters.

The acquirer and processor help ensure the authorization request reaches the issuer correctly, with the right transaction data and configuration. Poor transaction data, incorrect merchant configuration or technical problems in the payment path can all hurt performance before an issuer has a good opportunity to approve the payment.

At scale, businesses therefore look beyond whether an acquirer can technically process a card. They monitor how transactions actually perform through each acquiring relationship.

Clearing and settlement

Authorization answers whether a transaction can proceed. Settlement deals with the financial movement that follows.

The acquirer participates in clearing and settlement with the card network and issuing side, then settles proceeds to the merchant according to the commercial agreement.

Settlement does not always happen immediately after a successful authorization. Timing varies according to provider, geography, currency, business model and contract.

For high-volume businesses, even relatively small differences in settlement timing can affect working capital.

Managing merchant risk

An acquirer takes on financial and network risk by sponsoring or supporting merchants within the card system.

For example, a merchant could accept payment and later become unable to honor refunds or chargebacks. Excessive fraud or dispute activity can also create financial exposure and card-network consequences.

For this reason, acquiring does not end after initial underwriting.

Acquirers continue to monitor their merchant portfolios for fraud, disputes, chargeback levels and other indicators of risk. A meaningful change in transaction behavior can result in closer monitoring or changes to the acquiring relationship.

Handling chargebacks and disputes

The acquirer also represents the merchant side of the card dispute process.

When a cardholder disputes a transaction through their issuing bank, the dispute moves through the network toward the acquiring side. The merchant can then be asked to accept the chargeback or provide evidence supporting the original transaction.

The acquirer passes relevant dispute information between the merchant and the card-network process and operates within the network’s deadlines and rules.

This is another area where acquirer quality can matter operationally. Reporting, dispute tooling, notification speed and support all affect how efficiently a merchant can respond.

Supporting compliance

Acquirers operate within card-network rules and payment-security requirements. They also have responsibilities related to the compliance of the merchants in their portfolios.

The exact responsibilities vary by network, market and commercial setup, but areas such as PCI DSS, fraud monitoring, merchant identification and card-network compliance all intersect with the acquiring relationship.

For the merchant, this means an acquiring agreement is more than a contract for transaction processing. It places the business inside a regulated and rules-based payment ecosystem.

Acquiring bank vs. issuing bank

The simplest way to distinguish an acquiring bank from an issuing bank is to look at which side of the transaction each represents.

Acquiring bankIssuing bank
Primary relationshipMerchantCardholder
Main roleEnables the merchant to accept card paymentsIssues the card or payment account
During authorizationSends the transaction toward the network and issuerApproves or declines the transaction
During settlementReceives settlement on the merchant sideFunds its side of the transaction
Risk focusMerchant, fraud, disputes and acquiring exposureCardholder account, credit or funds, and transaction risk

Suppose a customer uses a credit card issued by Bank A to buy something from a merchant that uses Bank B as its acquirer.

Bank A is the issuer. It provided the customer’s card and determines whether that customer’s transaction should be approved.

Bank B is the acquirer. It supports the merchant’s card acceptance and receives the transaction on the merchant side of the network.

The card network connects the two.

Our guide to what a card issuer does covers the other side of this relationship in more detail.

Acquiring bank vs. payment processor vs. PSP

Acquirers, processors and PSPs are frequently treated as interchangeable terms because one company can perform several of these roles.

The functions themselves are different.

An acquiring bank is the institution responsible for the merchant’s acquiring relationship within the card-payment system.

A payment processor provides the technology and infrastructure used to process transactions. It can transmit authorization messages, connect with card networks and support clearing and settlement processes.

A processor can work for an acquirer without being the acquirer itself.

A payment service provider, or PSP, packages payment capabilities for merchants. Depending on the provider, this can include gateway technology, processing, acquiring access, fraud tools, alternative payment methods, reporting and other services.

Some PSPs are also acquirers in certain markets. Others connect merchants to separate acquiring institutions.

A payment facilitator introduces another variation. Instead of every smaller business forming a direct acquiring relationship, the payment facilitator can onboard sub-merchants under its sponsored arrangement with an acquirer.

This is why a payment stack cannot always be understood by looking at company names alone. One provider may occupy several layers.

For a deeper breakdown, see card networks versus payment processors, what a PSP does and the payment processor’s role.

How the acquirer affects approval rates and cost

The acquiring relationship becomes much more visible when a business starts looking closely at payment performance.

An acquirer cannot force an issuer to approve a transaction. The issuer owns that decision.

But the path a transaction takes to that issuer can still influence the outcome.

Acquirers and approval rates

Different acquirers can produce different approval-rate results for the same business.

There are several possible reasons.

An acquirer may have stronger domestic coverage in a particular country. It may support local routing or transaction configurations more effectively. The quality and completeness of authorization data can differ. Processing reliability and network connectivity can vary. Different providers can also have different capabilities around retries, authentication and transaction optimization.

For an international business, local acquiring can be particularly relevant.

A transaction processed domestically can sometimes produce better results than one acquired cross-border, depending on the market, issuer, card type and payment setup. Local currency presentation and local routing can also remove some sources of friction.

That does not mean local acquiring automatically produces higher approval rates. Performance should be tested with the merchant’s actual transaction mix.

This is why acquiring across international markets is an important part of lifting approval rates for businesses operating across several regions.

Acquirers and payment costs

Acquiring also contributes directly to the cost of accepting cards.

A card transaction can include interchange paid to the issuer, card-network fees, acquiring charges, processor charges and other fees depending on the payment stack and transaction.

The acquiring component can vary according to transaction volume, geography, card type, channel, merchant category, risk profile and commercial agreement.

Cross-border transactions can introduce additional costs. Currency conversion and international settlement can add another layer.

As volume grows, businesses should therefore look beyond the headline percentage quoted in an acquiring contract.

They need to understand the effective cost of different transaction types, how fees change across markets and whether the acquiring setup continues to make sense as the business grows.

That makes optimizing acquirer fees a payment-performance exercise rather than a simple procurement negotiation.

How to choose an acquiring bank

There is no universally best acquiring bank. The right choice depends on where a business operates, what it sells and how its customers pay.

Market coverage

An acquirer should support the countries, currencies, card networks and transaction types the business needs.

For a company operating internationally, “global coverage” deserves closer examination.

A provider may technically process transactions from a country without offering domestic acquiring there. Another may have strong local acquiring in a limited number of markets.

Those differences can matter for payment cost and performance.

Approval-rate performance

Businesses should evaluate acquiring performance using their own transaction data.

An acquirer that performs well for domestic debit cards in one country may not lead on international credit cards in another. Performance can also vary by issuer, card network, transaction value and channel.

This makes averages less useful than segmented data.

Pricing

Acquirer pricing needs to be assessed as part of the full processing cost.

Businesses should understand which charges are acquiring markup, which are interchange or network fees, how cross-border transactions are priced, what currency-conversion charges apply and whether additional fees exist for refunds, disputes or other services.

Transparent pricing makes it much easier to compare providers accurately.

Risk appetite

Acquirers do not all assess industries in the same way.

Some specialize in certain merchant categories or transaction models. Others may impose stricter limits or avoid particular verticals altogether.

A business with subscriptions, high average order values, future delivery or elevated chargeback exposure may therefore receive very different commercial terms from different acquirers.

The relationship needs to fit the merchant’s actual risk profile rather than only its current payment volume.

Settlement terms

Settlement timing can have a material impact on cash flow.

Businesses should understand how frequently funds are settled, whether reserves or delays apply, which currencies can be settled and where those funds can be paid.

For a multinational business, settlement requirements can also affect treasury and foreign-exchange decisions.

Reliability and support

An acquirer is part of the path every transaction using that acquiring relationship needs to traverse.

Reliability therefore matters.

Businesses should consider processing uptime, incident response, reporting quality, dispute support and the speed at which operational issues are resolved.

The impact becomes especially clear during an outage. If every card transaction depends on one acquiring path, an acquiring or processing failure can become a checkout-wide problem.

Do you need more than one acquirer?

For smaller businesses, one acquiring relationship may be sufficient.

The calculation changes as transaction volume and geographic coverage grow.

Large businesses may work with several acquirers so they can process transactions locally in different countries, negotiate different commercial arrangements, reduce dependency on a single provider or route transactions according to performance.

A multi-acquirer setup also creates the possibility of comparing approval rates and costs instead of treating one provider’s performance as the baseline.

The challenge is complexity.

Every additional acquiring or processing connection can introduce another integration, contract, set of credentials, reporting format and operational dependency.

Payment orchestration provides a way to manage those connections through a common layer. Transactions can be routed between providers according to geography, payment method, cost, performance or other rules without hard-coding one acquiring path into the checkout.

For larger businesses, using more than one acquirer can therefore become a deliberate performance and resilience strategy rather than simply the result of adding providers over time.

Frequently asked questions

What is an acquiring bank in simple terms?

An acquiring bank is the financial institution on the merchant side of a card payment. It enables the merchant to accept card transactions and participates in authorization, clearing and settlement through the card networks.

Is an acquirer the same as an acquiring bank?

Yes. “Acquirer,” “acquiring bank,” “merchant acquirer” and “acquiring financial institution” are commonly used to describe the same core role. The exact terminology can vary between payment providers and card networks.

What does an acquirer do in a card transaction?

The acquirer provides the merchant-side connection to the card-payment system. It receives transactions from the merchant or its payment provider, helps route authorization requests toward the card network, participates in clearing and settlement, manages merchant risk and supports processes such as disputes and chargebacks.

What is the difference between an acquiring bank and an issuing bank?

The acquiring bank serves the merchant side of the transaction. The issuing bank serves the cardholder side. The issuer provides the customer’s card and decides whether to approve or decline the transaction, while the acquirer enables the merchant to accept it.

Who pays the acquiring bank?

The merchant ultimately pays for acquiring services through the commercial fees associated with accepting card transactions. The exact fee structure varies according to the provider and pricing model.

Is an acquiring bank the same as a payment processor?

No. An acquirer holds the merchant-side acquiring role within the card system. A processor provides technology that handles payment transactions and communications between the relevant parties. One company can provide both services, which is why the terms are sometimes confused.

Is an acquiring bank the same as a PSP?

Not necessarily. A PSP provides payment services to merchants and may bundle gateway, processing, acquiring access and other capabilities. Some PSPs also operate as acquirers in particular markets, while others work with separate acquiring banks.

Does the acquiring bank approve card payments?

The issuing bank normally makes the final approval or decline decision. The acquiring side sends the authorization request through the appropriate payment infrastructure and returns the issuer’s response to the merchant.

Can a merchant have more than one acquiring bank?

Yes. Larger businesses often use multiple acquirers across countries, currencies or transaction types. They may also route transactions between acquirers to improve resilience, manage costs or improve payment performance.

How does an acquiring bank make money?

Acquirers earn revenue through the fees charged for acquiring and related payment services. Pricing structures vary and may include transaction-based charges, percentage markups, fixed fees or additional charges for services such as currency conversion and dispute handling.

Why your acquiring relationship matters

Acquiring can be easy to ignore when every transaction runs through a single provider and payments are working as expected.

At scale, it becomes much harder to treat the acquirer as a commodity.

The acquiring relationship can affect where transactions are processed, how quickly funds settle, what card acceptance costs, how disputes are handled and how reliably payments continue during provider problems. Different acquirers can also produce different results across countries, issuers and card types.

That makes the question less about finding one universally “best” acquiring bank and more about building an acquiring setup that matches the business.

Gr4vy gives businesses a single orchestration layer for connecting and managing multiple payment providers. With routing controlled independently from any individual provider, merchants can change or add acquiring paths without rebuilding their checkout around a single acquirer.

As payment volume, geography and complexity grow, that flexibility makes acquiring something a business can actively optimize rather than simply inherit from its first payment provider.

Contact Gr4vy to learn how payment orchestration can help you build a more flexible multi-acquirer payment strategy.

Payment Methods in Brazil: A Complete Guide

Brazil is a market where a card-first payment strategy can quickly fall short.

Pix, the instant payment system launched by Banco Central do Brasil in November 2020, has changed how people move money and pay businesses. More than 170 million individuals now use Pix, representing around 80% of Brazil’s population, and more than 7 billion Pix transactions were made in January 2026 alone.

Its impact extends directly to ecommerce. In 2025, Pix accounted for 42% of ecommerce transactions in Brazil, overtaking credit cards according to data cited by Gr4vy in its 2026 Pix Automático announcement.

That does not mean cards have become unimportant. Brazil still had 253.8 million active credit cards at the end of the second half of 2025, and paying for purchases in installments remains deeply embedded in consumer behavior.

For international businesses, the result is a payment market that looks quite different from the US or much of Europe. Pix, credit card installments, Boleto Bancário, wallets, local acquiring, Brazilian reais and payment-provider coverage all affect how a checkout performs.

Understanding these differences is essential when deciding which payment methods in Brazil to support and how to build the infrastructure behind them.

How Brazilians pay online in 2026

Brazil has developed one of the world’s most active digital payment markets. Pix sits at its center, but consumers move between instant bank payments, cards, installments, wallets and Boleto depending on what they are buying and how they want to pay.

That makes payment-method preference more contextual than a simple ranking.

Someone buying a relatively inexpensive item on their phone may choose Pix because the transaction can be completed immediately through their banking app. A customer making a much larger purchase may prefer a credit card because it allows the cost to be divided across several monthly payments. A recurring service faces another set of requirements entirely.

This is why businesses expanding internationally need to understand how payment preferences differ by country rather than treating cards and a handful of global wallets as a universal checkout.

Brazil is also highly connected. The U.S. International Trade Administration estimates that more than 94% of the Brazilian population uses the internet and describes Brazil as the world’s fifth-largest internet economy.

That digital reach has created favorable conditions for mobile-first payment methods. Pix was designed around instant account-to-account transfers that can be initiated through a smartphone, while digital banking and wallet providers have made managing different payment methods from a phone increasingly familiar.

The important point for an ecommerce business is that localization in Brazil goes deeper than translating the checkout and displaying prices in reais. The payment mix itself needs to reflect how Brazilians actually transact.

Pix: Brazil’s leading payment method

Pix is an instant payment system created and managed by Banco Central do Brasil. It allows funds to move between participating accounts in seconds and operates 24 hours a day, including weekends and holidays.

Its adoption has been unusually fast. By the fifth anniversary of Pix in November 2025, Banco Central reported nearly 170 million users. The system had processed BRL 11 trillion in transactions during 2024 alone.

For anyone entering Brazil, Pix is no longer an alternative payment method sitting beside the main checkout options. For many transactions, it is the expected way to pay.

How Pix payments work

At checkout, a business creates a Pix payment request. The customer can typically complete it by scanning a QR code or using a Pix copy-and-paste code in their bank or payment app.

The customer authenticates the transaction within that environment. Once approved, the payment moves through the Pix infrastructure and the recipient receives the funds almost immediately.

This changes the checkout flow compared with a card transaction. There is no card number to enter, expiry date to validate or card authorization request to send through an issuer and card network.

Banco Central designed Pix for a broad range of uses, including ecommerce and mobile commerce, person-to-person payments, business payments, bills and government payments. Its payment messages also support information that can help businesses reconcile transactions received through the system.

For an online seller, the practical advantage is that the payment status can be confirmed quickly. Inventory, order confirmation and fulfillment logic can respond to that confirmation rather than waiting for a slower bank-transfer process.

Pix addressed several points of friction at once.

It made immediate transfers available around the clock. It allowed customers to initiate payments using familiar identifiers and QR codes. It was built into banking and payment apps consumers were already using.

Its reach is now difficult to separate from Brazil’s broader financial system. Banco Central has linked Pix adoption with the financial inclusion of more than 70 million people who had not previously used traditional electronic transfers.

For ecommerce, familiarity matters. Asking Brazilian customers to use Pix does not require introducing an unfamiliar fintech product at checkout. The payment happens through institutions and apps that are already part of their financial lives.

Pix costs and settlement compared with cards

Pix can also change the economics of accepting a payment.

A traditional card transaction involves several participants and potentially multiple fees. Pix uses an account-to-account model with a different cost structure and fewer steps between payer and recipient.

That does not mean Pix is always free for businesses. Banco Central allows financial and payment institutions to charge business customers for Pix services, and institutions must disclose those charges. Actual merchant costs therefore depend on the provider and commercial agreement.

The more important difference is structural. Businesses can evaluate Pix alongside cards based on payment cost, conversion, customer preference, settlement and operational requirements instead of assuming the same method should handle every transaction.

Pix Automático for recurring payments

For years, one of the clearest limits of Pix in ecommerce was recurring billing. Standard Pix transactions generally required the customer to actively approve the payment.

Pix Automático changes that model.

With Pix Automático, the payer grants an authorization once. A business can then submit future recurring charges according to that authorization, while the customer’s financial institution schedules and executes payments under the agreed rules. Banco Central positions the system for recurring expenses such as subscriptions, insurance, schools, gyms, utilities and other regular bills.

That opens Pix to business models where cards have historically been much easier to use.

Gr4vy added support for Pix Automático for recurring payments through its dLocal integration in May 2026. Once a customer provides the initial authorization, merchants can manage recurring Pix transactions and mandates within their orchestrated payment environment.

For subscription businesses entering Brazil, this matters. Supporting local payment preferences no longer has to mean restricting Pix to one-time purchases while pushing recurring customers toward cards.

Credit cards and installments in Brazil

Pix may lead the market, but credit cards remain central to Brazilian commerce.

Banco Central reported 253.8 million active credit cards at the end of the second half of 2025.

One reason cards remain important is parcelamento, the practice of dividing a purchase into monthly installments.

Installments are common enough that a business can lose more than a payment method when it fails to support them. It can remove a purchasing option customers rely on to make more expensive products affordable within their monthly budget. The U.S. International Trade Administration identifies monthly installment payments as a key feature for Brazilian consumers.

Why parcelamento matters

Brazilian card installments are especially relevant for higher-value purchases.

Instead of paying the full purchase price in a single billing cycle, a customer may be offered several installments at checkout. A R$1,200 purchase, for example, might be presented as six monthly payments rather than one R$1,200 charge.

From the customer’s perspective, the decision is therefore not simply “card or Pix.” The question can become “pay R$1,200 now with Pix or spread the purchase over several card payments.”

That changes how payment-method performance should be analyzed.

Pix may have a strong overall transaction share while card installments remain highly important for a particular product category, average order value or customer segment.

Businesses unfamiliar with the model should first understand how installment payments work and then confirm exactly how their Brazilian acquirer or payment provider supports parcelamento.

How card installments work for merchants

Installment implementation depends on the acquiring and payment-provider setup.

The customer sees the number of installments available during checkout and selects an option. Behind that interface, the merchant needs a provider capable of processing the transaction correctly under the relevant Brazilian card and acquiring arrangement.

This is one place where copying a checkout configuration from another market can cause problems. A card integration that technically accepts a Brazilian credit card does not automatically recreate the local experience customers expect.

Businesses should decide how many installments to offer, whether interest applies, how installment options interact with order value and how those transactions appear in reporting and reconciliation.

Pix versus cards for higher-value purchases

Businesses should resist treating Pix adoption as evidence that cards can be pushed to the side.

Pix is strong when a customer wants an immediate account-to-account payment. Cards can serve a different financial need by giving customers access to credit and installment options.

That means the right payment mix depends partly on ticket size.

For lower-value purchases, an immediate Pix payment may be an easy choice. At higher values, the ability to split the purchase can materially change the appeal of a card.

The useful metric is therefore not simply which payment method has the greatest national market share. Businesses need to see conversion, average order value, payment cost and approval performance for their own transactions.

Boleto Bancário

Boleto Bancário has been part of Brazil’s payment landscape for decades.

A boleto is a standardized payment document that contains the information required to pay a bill or purchase. Historically, customers could pay boletos through banks, online banking, ATMs and other authorized channels.

For ecommerce, Boleto offered an important option to customers who did not have a credit card or did not want to use one online.

Its role has changed as Pix has expanded.

Pix gives consumers many of the benefits that made Boleto useful while adding immediate payment confirmation. A traditional boleto does not offer the same instant experience, creating more time between checkout and confirmation and increasing the possibility that a customer generates the boleto but never completes the payment.

Boleto has not disappeared, however. It continues to be part of Brazil’s payment infrastructure and can still be relevant for particular customer groups, billing scenarios and business models.

The distinction between the two methods has also become less rigid. Banco Central modernized boleto rules in 2025 so that a boleto can include a QR code allowing the customer to make the payment through Pix.

That is a useful example of how Brazil’s local payment infrastructure is evolving rather than simply replacing one method with another.

For international businesses, the broader lesson is why local payment methods versus international card schemes cannot be assessed only by global brand recognition. A locally familiar method may solve a specific checkout, access or billing problem that an international card does not.

Digital wallets and other payment methods in Brazil

Digital wallets also form part of the Brazilian checkout.

Local platforms such as Mercado Pago have helped make wallet-based payments familiar, while bank apps increasingly bring several financial functions into a single mobile experience.

The category can be difficult to separate neatly from the underlying payment rails.

A customer may think of a wallet or banking app as the way they pay, while the actual transaction uses a stored card, account balance or Pix. For a merchant, those distinctions matter because each route can produce different costs, authorization behavior, settlement processes and data.

This is another reason a payment strategy based on a static list of logos can be misleading.

Businesses should look at which methods customers select, how those payments actually move, where transactions fail and whether adding another visible option creates incremental conversion or simply shifts volume between methods already available.

How to accept payments in Brazil as an international merchant

Knowing which payment methods Brazilians use is only the first part of the problem.

The next question is how an international business gives customers access to those methods without creating an isolated Brazilian payment stack that becomes difficult to operate.

Provider coverage, local acquiring, currency, settlement, local requirements and reporting all need to be considered.

Local entity and payment-provider considerations

An international merchant does not necessarily have one universal route for accepting Brazilian payment methods.

Requirements depend on the payment method, provider, acquiring arrangement and business model. Some providers specialize in giving international businesses access to local payment methods and handling parts of the cross-border flow. Other setups may involve a local entity or local acquiring relationship.

This should be established before checkout development begins.

A business can otherwise reach the end of an integration only to discover that the desired local method is unavailable under its existing contract, settlement country or legal structure.

Pix is a good example. The consumer-facing experience may look simple, but an international merchant still needs a payment provider or partner that gives it appropriate access to Pix acceptance.

Local versus cross-border acquiring

Cards introduce another decision.

With cross-border acquiring, a transaction from a Brazilian-issued card may be processed through an acquiring relationship outside Brazil. Local acquiring processes the transaction through a domestic setup.

The distinction can affect how a transaction is routed, the currencies involved, processing costs, settlement and authorization performance.

There is no rule that every transaction must use the same arrangement. Businesses with sufficient volume may use different acquiring relationships based on market and transaction characteristics.

Understanding local versus cross-border acquiring is therefore part of building a Brazilian card strategy rather than a separate infrastructure discussion.

Accepting Pix

To accept Pix online, the checkout needs to connect to a provider that supports the payment method and the merchant’s operating model.

Gr4vy currently supports one-off Pix payments in Brazil through Adyen and recurring Pix Automático payments through dLocal.

With an orchestration layer, local methods can sit alongside cards and other payment services rather than requiring the merchant’s ecommerce platform to maintain separate payment logic for every provider.

That becomes increasingly useful as the payment stack grows. The business can introduce a Brazilian method while keeping payment data, routing logic and transaction visibility within the broader payment environment.

Currency, settlement and reconciliation

Brazilian customers generally expect a localized purchase experience, including clear pricing in Brazilian reais.

Behind that experience, an international merchant needs to understand what happens after the customer pays.

Which currency is processed? Which currency is settled? Does conversion happen before or after settlement? Which provider handles foreign exchange? How quickly are funds available? How are refunds returned? How does the finance team reconcile Pix, cards, installments and Boleto in its reporting?

These questions have direct operational consequences.

Pix can confirm in seconds. A card has its own authorization, capture and settlement lifecycle. Boleto may behave differently again. Installment transactions introduce information that finance teams need to understand when matching customer purchases with payment and settlement records.

The best practices for international payments therefore include the processes behind the checkout as well as the methods displayed to customers.

Which payment methods should you offer in Brazil?

There is no single payment mix that works for every business in Brazil.

Pix and cards are strong starting points for most ecommerce operations, but the weight given to each should reflect what the business sells and how customers buy it.

For everyday ecommerce purchases, Pix provides a locally familiar, immediate payment experience. Cards remain important for customers who prefer card rewards, credit or a familiar stored credential.

For higher-ticket retail, card installments deserve particular attention. A checkout that accepts cards but does not provide the installment experience customers expect may technically support the payment method while still being poorly localized.

For subscriptions and memberships, cards remain relevant, but Pix Automático creates a new option for recurring bank-based payments. Businesses that previously excluded Pix from subscription checkout because of repeated customer authorization can now reassess that decision. Banco Central designed Pix Automático specifically to automate recurring charges after the customer provides an initial authorization.

Boleto can remain useful where the customer base or billing model supports it, although businesses should measure actual usage rather than include it only because it has historically been associated with Brazilian ecommerce.

The same principle applies to wallets. Add them where customer demand and performance justify the integration.

For global companies, the infrastructure behind these choices matters. Connecting each Brazilian payment provider directly to the checkout can create another set of integrations, reporting workflows and dependencies for engineering teams to maintain.

Payment orchestration provides another model. Businesses can connect providers through a common layer and change the payment mix as local requirements evolve. That makes adding local methods without separate integrations easier as the company enters new countries or changes providers.

The objective is not to show every possible payment method. It is to give Brazilian customers the right options for the transaction they are trying to make.

Frequently asked questions

Pix is Brazil’s most widely used electronic payment method by transaction count and has more than 170 million individual users. Banco Central reported more than 7 billion Pix transactions in January 2026. In ecommerce specifically, data cited by Gr4vy put Pix at 42% of Brazilian ecommerce transactions in 2025.

Pix has overtaken cards by transaction count and has become central to Brazilian ecommerce, but credit cards remain widely used. Brazil had 253.8 million active credit cards at the end of the second half of 2025. Cards are particularly important for purchases where customers want to pay in installments.

Can international businesses accept Pix?

Yes. International businesses can accept Pix when they work with a payment provider or payments setup that supports Pix for their business model and operating structure. The exact requirements depend on the provider. Gr4vy, for example, supports one-off Pix transactions through Adyen and Pix Automático through dLocal.

Do you need a Brazilian bank account to accept Pix?

Not in every commercial setup. Cross-border payment providers can enable international merchants to offer Brazilian payment methods without requiring the merchant to build the same banking and acquiring setup as a domestic company. Requirements vary by provider, settlement arrangement and legal structure, so businesses should confirm them before integration.

What is Boleto Bancário?

Boleto Bancário is a standardized Brazilian payment document used to pay for goods, services and bills. Customers can pay a boleto through supported banking and payment channels. Updated Banco Central rules also allow boletos to include QR codes for payment through Pix.

Installment payments allow customers to spread the cost of a purchase over several monthly payments and are a well-established part of Brazilian card usage. They can be particularly relevant for higher-value purchases where paying the entire amount immediately would be less attractive. The U.S. International Trade Administration describes monthly installments as a key feature for Brazilian consumers.

Does Pix support recurring payments?

Yes. Pix Automático allows recurring payments after the customer provides an initial authorization. Businesses can then submit recurring charges according to that mandate without asking the customer to manually approve every payment.

What is the difference between Pix and Pix Automático?

A standard ecommerce Pix payment is typically initiated and approved by the customer for an individual transaction. Pix Automático adds a mandate-based model for recurring billing. The payer authorizes the arrangement once, after which future payments can be executed automatically under the conditions of that authorization.

Are credit cards widely used in Brazil?

Yes. Credit cards remain one of Brazil’s major payment methods despite the rapid growth of Pix. Banco Central recorded 253.8 million active credit cards at the end of the second half of 2025.

What currency is used for ecommerce payments in Brazil?

Brazil’s currency is the Brazilian real, or BRL. International businesses selling to Brazilian customers should consider displaying and accepting local currency where their payment setup allows it, while also reviewing how their provider handles foreign exchange and settlement.

Build a payment strategy for Brazil

Entering Brazil requires more than enabling international cards and translating a checkout.

Pix has reshaped everyday payments. Installments continue to influence how Brazilians use credit cards, particularly for larger purchases. Boleto remains part of the local ecosystem, while Pix Automático is extending instant payments into subscriptions and other recurring business models.

The right setup depends on the customers you serve, what you sell and how your payment providers operate in Brazil.

Gr4vy gives businesses a way to manage those choices through a single payment orchestration layer, including support for one-off Pix payments through Adyen and Pix Automático through dLocal. As payment preferences or provider requirements change, merchants can adapt their payment stack without rebuilding the checkout around each individual provider.

If Brazil is part of your expansion plans, contact Gr4vy to discuss how to build a localized payment setup around the methods Brazilian customers actually use.