All termsPaymentsUpdated April 22, 2026

What Is Alternative Payment Methods (APM)?

Alternative payment methods (APMs) are any payment options beyond traditional card networks—including digital wallets, bank transfers, buy now pay later schemes, and local payment instruments. APMs help merchants reach customers who prefer or rely on non-card options.

Also known as: non-card payment methods, alternative payments, local payment instruments, non-traditional payment methods

Key Takeaways

  • APMs now account for more than half of all global ecommerce transaction value, surpassing card payments in many markets.
  • Offering the right local APM can increase checkout conversion by up to 30% in key international markets.
  • APMs span wallets, bank transfers, BNPL, prepaid vouchers, and real-time payment schemes—each with distinct settlement and integration patterns.
  • Merchants should prioritize APMs based on the geographic and demographic profile of their customer base.
  • Payment orchestration platforms let merchants manage multiple APM integrations through a single API layer, reducing operational overhead.

How Alternative Payment Methods (APM) Works

Alternative payment methods follow a different authorization and settlement flow than card payments, but the end result—funds moving from buyer to merchant—is the same. The key difference is that each APM type has its own authentication mechanism, settlement timeline, and dispute process. Understanding the general flow helps merchants evaluate which APMs to integrate and how to handle edge cases like failed payments or refunds.

01

Customer Selects APM at Checkout

At the payment step, the customer sees a list of available payment options. Instead of entering card details, they choose their preferred APM—a digital wallet, bank transfer, BNPL plan, or local scheme. Presenting the right options for each market is critical to avoiding abandonment.

02

Redirect or Embedded Flow Initiates

Depending on the APM, the customer is either redirected to the provider's interface (e.g., a bank login page for iDEAL) or interacts with an embedded UI within the checkout (e.g., a PayPal button). The merchant's payment page hands off the transaction context to the APM provider.

03

Customer Authenticates and Authorizes

The customer completes the APM's authentication step—logging in, confirming a push payment, scanning a QR code, or selecting a BNPL repayment plan. For bank-based methods, Strong Customer Authentication (SCA) typically happens inside the bank's interface.

04

APM Provider Confirms Authorization

Once the customer completes their action, the APM provider sends an authorization or payment confirmation back to the merchant's payment infrastructure—usually via webhook or redirect with a status token. The merchant system validates this signal before fulfilling the order.

05

Settlement and Reconciliation

Funds settle according to the APM's schedule. Card-like wallets may settle within one to two business days. Bank transfers via account-to-account payments can be near-instant or take several days depending on the scheme. Merchants must account for these varying timelines in their cash flow and reconciliation processes.

Why Alternative Payment Methods (APM) Matters

The global payments landscape has shifted decisively away from card-only checkout. Merchants who treat cards as the default and APMs as an afterthought are leaving measurable revenue on the table in high-growth markets. The data is unambiguous: APM adoption is accelerating, and customer expectations around payment choice are rising.

According to the FIS Global Payments Report, digital wallets alone accounted for 49% of global ecommerce transaction value in 2023, making them the single largest payment category worldwide. Card payments, while still dominant in some Western markets, ranked second globally. A separate WorldPay analysis found that merchants who localized their checkout with relevant APMs saw up to 30% higher conversion rates in markets like Germany, Brazil, and Southeast Asia compared to card-only checkout pages.

The demographic picture compounds this trend. Younger consumers—particularly Gen Z shoppers in emerging markets—are more likely to have a mobile wallet or buy-now-pay-later account than a credit card. In markets like Indonesia or Nigeria, mobile money and local e-wallets are the primary financial instruments for hundreds of millions of people who have never held a traditional bank card. Reaching these customers requires APM support, not card optimization.

Market Penetration Benchmark

In the Netherlands, iDEAL accounts for over 60% of all online transactions. In Brazil, Boleto Bancário and PIX together represent the majority of ecommerce payments. A card-first checkout in these markets is effectively an exclusion mechanism.

Alternative Payment Methods (APM) vs. Card Payments

APMs and card payments are often framed as competing options, but they serve different customer segments, geographies, and use cases. Understanding the structural differences helps merchants make informed decisions about which methods to prioritize.

DimensionCard PaymentsAlternative Payment Methods
Authorization modelPull payment — merchant charges the cardMix of push and pull depending on APM type
Chargeback exposureHigh — card networks enforce chargeback rightsLower for push-payment APMs (bank transfers, real-time schemes)
Global availabilityStrong in North America, UK, AustraliaDominant in Europe, LATAM, APAC, Africa
Settlement speedT+1 to T+2 typicalRanges from instant (PIX, Faster Payments) to T+7 (some wallets)
Integration complexityStandardized via card railsVaries widely — each APM has its own API and flow
Recurring payment supportStrong, well-establishedLimited for many APMs; tokenization support varies
Fraud liabilityGoverned by card network rulesDepends on APM type; push payments shift risk to payer
Customer trustFamiliar to card-holding demographicsPreferred or exclusive method in many markets

For merchants operating across multiple geographies, the practical answer is to support both—cards for markets where they dominate, and the right local APMs for markets where they do not.

Types of Alternative Payment Methods (APM)

APM is a broad category. The specific methods a merchant should consider depend on their target markets, average order value, and customer profile. Understanding the major subcategories helps frame integration and prioritization decisions.

Digital wallets (PayPal, Apple Pay, Google Pay, Alipay, WeChat Pay) store payment credentials and enable one-click or biometric checkout. They are the fastest-growing APM category globally and reduce card-entry friction even in card-heavy markets.

Real-time bank payment schemes like iDEAL (Netherlands), PIX (Brazil), Faster Payments (UK), and SEPA Instant Credit Transfer enable direct bank-to-bank transfers that settle in seconds. These are push-payment methods with very low fraud exposure and growing merchant adoption. See local payment methods for market-specific scheme details.

Buy now pay later (BNPL) services like Klarna, Afterpay, and Affirm split purchases into installments. They increase average order value and conversion for higher-ticket purchases, with the BNPL provider absorbing credit risk. Full coverage in the buy-now-pay-later entry.

Prepaid vouchers and cash-based methods such as Boleto Bancário (Brazil), OXXO (Mexico), and Paysafecard serve customers who are unbanked, prefer cash equivalents, or distrust online payment entry. Conversion on these methods is lower due to offline steps, but they extend reach to otherwise unreachable segments.

Mobile carrier billing allows customers to charge purchases directly to their phone bill. Common in gaming, digital content, and markets with high mobile penetration but low banking access.

Open banking-powered payments use regulated API access to bank accounts to initiate transfers directly, often with lower fees than card processing. Strongly linked to open-banking infrastructure now expanding across Europe and beyond.

Best Practices

Implementing APMs effectively requires different thinking for merchants managing checkout strategy versus developers building and maintaining integrations.

For Merchants

Prioritize APMs based on data, not assumptions. Pull your orders by country and cross-reference with local market payment preference data. Start with the one or two methods that cover the largest share of your unaddressed customer base before expanding further.

Display APMs prominently at checkout. Burying a local payment option below a card form reduces its uptake dramatically. A/B test the ordering and visual weight of each payment method to find the optimal layout for each market.

Account for APM-specific settlement timelines in your operational workflow. A bank transfer scheme that settles in four days requires different order hold logic than a card authorization that clears in real time.

Maintain clear refund policies for each APM. Some methods, particularly voucher-based options, do not support automated refunds—you may need to issue store credit or initiate a manual bank transfer.

For Developers

Decouple your APM integration layer from your core checkout logic. Using a payment-orchestration abstraction means you can add, swap, or disable APMs without touching the core payment flow.

Implement robust webhook handling. Many APMs use asynchronous notifications rather than synchronous responses. Build idempotent webhook processors that handle duplicate delivery gracefully.

Test all APM flows in sandbox with deliberate failure scenarios: payment timeout, user cancellation mid-redirect, and webhook delivery failure. These failure paths are often under-tested and cause production incidents.

Standardize your payment status model. Map each APM's native status codes (pending, authorized, captured, failed, refunded) to a consistent internal enum so downstream systems behave predictably regardless of the payment method used.

Common Mistakes

Enabling APMs in all markets by default. Rolling out every APM globally without market-based filtering creates support overhead and confuses customers. A German shopper does not benefit from seeing Boleto Bancário in their checkout. Gate APM availability by IP, shipping country, or billing address.

Treating APM conversion the same as card conversion. Some APMs, particularly voucher and bank transfer methods, have inherently lower conversion because they require additional steps outside the checkout. Comparing APM conversion directly to card conversion without accounting for this creates misleading performance metrics.

Ignoring settlement mismatch risk. If you fulfill orders immediately but the APM settles in five days, you carry settlement risk on those orders. Define a fulfillment policy per APM type that matches your risk tolerance.

Skipping currency and locale alignment. APMs tied to specific markets often require that the transaction currency and locale match the scheme's requirements. Attempting to process iDEAL in USD, for example, will result in silent failures or degraded conversion.

Neglecting APM-specific compliance requirements. Some regional APMs come with local regulatory requirements around data residency, consumer protection disclosures, or KYC checks. Treat each new APM onboarding as a mini compliance review, not just a technical integration task.

Alternative Payment Methods (APM) and Tagada

Tagada is a payment orchestration platform, which makes it directly relevant to merchants managing multiple APM integrations. Rather than building and maintaining separate direct integrations for each method, merchants use Tagada to route transactions across a unified APM catalog through a single API.

APM Routing with Tagada

Tagada lets you define routing rules that select the optimal APM or processor for each transaction based on customer country, order value, currency, and real-time availability. If one APM provider is down or returning elevated failure rates, Tagada can automatically fall back to an alternative—keeping checkout conversion intact without manual intervention.

This is especially valuable for merchants expanding into new markets. Adding a new local payment method through Tagada means configuring a route and enabling the method—not scoping, building, and testing a new direct integration from scratch. For teams looking to scale APM coverage rapidly without proportional engineering investment, payment orchestration is the practical path forward.

Frequently Asked Questions

What counts as an alternative payment method?

Any payment method that falls outside the traditional Visa/Mastercard/Amex card rails qualifies as an APM. This includes digital wallets like PayPal and Apple Pay, bank-to-bank transfers, buy now pay later services, prepaid vouchers, real-time bank payment schemes like iDEAL or PIX, and mobile carrier billing. The defining characteristic is that the transaction does not route through a traditional card network for authorization and settlement.

Why do APMs improve conversion rates?

Customers abandon checkouts when their preferred payment method is unavailable. In markets where card penetration is low—such as Germany, Brazil, or Southeast Asia—shoppers are accustomed to paying via bank transfer, local wallet, or voucher. Presenting only card options in those regions creates immediate friction. Offering the right local APM removes that barrier, reduces cart abandonment, and signals to shoppers that you have built your checkout with their preferences in mind.

How do I decide which APMs to support?

Start with the geographic breakdown of your traffic and orders. For each key market, identify the top one or two payment methods by volume. Sources like the WorldPay Global Payments Report or Stripe's payment method guide provide country-level data. Prioritize methods that cover the highest share of your addressable customer base before adding niche options. Also factor in settlement speed, refund support, chargeback risk, and the complexity of regulatory compliance for each method.

Are APMs safe for merchants in terms of fraud and chargebacks?

Risk profiles vary significantly by APM type. Bank transfer and real-time payment schemes like PIX or SEPA Instant are push-payment methods—the customer initiates the transfer, so there is no card chargeback mechanism. This substantially reduces fraud-driven chargeback exposure. Digital wallets typically inherit the fraud protections of the underlying funding source. Buy now pay later shifts much of the credit and fraud risk to the BNPL provider. Merchants should review the dispute resolution process for each APM before enabling it.

What is the difference between APMs and local payment methods?

Local payment methods are a subset of APMs. The APM umbrella covers all non-card payment options regardless of geography—including global wallets like PayPal. Local payment methods specifically refers to schemes that are dominant or unique within a particular country or region, such as iDEAL in the Netherlands, Boleto in Brazil, or Alipay in China. All local payment methods are APMs, but not all APMs are local payment methods.

Do APMs require separate payment processor integrations?

Historically yes—each APM required its own direct integration, contract, and technical connection. Today, payment orchestration platforms and many payment service providers aggregate dozens of APMs behind a single API, dramatically reducing integration overhead. However, some high-volume local schemes, particularly those with strict regulatory requirements or unique settlement flows, may still benefit from a direct connection for greater control and better commercial terms.

Tagada Platform

Alternative Payment Methods (APM) — built into Tagada

See how Tagada handles alternative payment methods (apm) as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.

Related Terms

Payments

Buy Now Pay Later (BNPL)

Buy Now Pay Later (BNPL) is a short-term financing option that lets consumers split a purchase into installments—often interest-free—paid over weeks or months, with approval decided at checkout in seconds.

Payments

Digital Wallet

A digital wallet is a software application that stores payment credentials, loyalty cards, and IDs on a device, letting users pay online or in-store without carrying physical cards or cash.

Payments

Local Payment Methods (LPM)

Local payment methods are payment instruments that are dominant in a specific country or region, such as iDEAL in the Netherlands, PIX in Brazil, or Alipay in China. They differ from global card networks by catering to local banking infrastructure, consumer habits, and regulatory frameworks.

Payments

Account-to-Account (A2A) Payments

Account-to-account (A2A) payments move funds directly between two bank accounts, bypassing card networks entirely. They combine lower costs, faster settlement, and reduced fraud exposure compared to card-based transactions.

Payments

Payment Orchestration

A technology layer that sits above individual payment gateways and intelligently routes each transaction to the optimal processor based on card type, geography, fees, and approval rates — with automatic failover if one processor declines.

Fintech

Open Banking

Open banking lets regulated third-party providers access consumer bank account data and initiate payments via standardised APIs — with the account holder's consent. It underpins account-to-account payments, variable recurring payments, and a new generation of financial products.