Finance Accounting Marketing Human Resources Sales Corporate Governance Technology Startup Procurement Law
Select Page
💸

Fintech & Transfers

Digital payments, neobanks, open banking, cross-border transfers, and the infrastructure reshaping global money movement.

30+ Expert Guides
Updated 2026
Finance Department
Browse All Articles →

What Is Fintech & Transfers?

Fintech covers the technology-driven transformation of financial services — from digital wallets and neobanks to real-time payment rails, open banking APIs, and cross-border transfer infrastructure that moves trillions globally.

📂 Explore by Sub-Topic

Latest Fintech & Transfers Articles

Recently published expert guides from the Fintech & Transfers hub.

Biometric Payments: How Face, Fingerprint, and Voice Payments Work

Biometric Payments: How Face, Fingerprint, and Voice Payments Work

⚡ TL;DR
Biometric payments use a physical characteristic — fingerprint, face, palm print, or voice — to authenticate a transaction instead of or alongside a PIN or card. They are deployed in retail (Amazon One palm payment, China’s Alipay face pay), mobile (Apple Pay Face ID, Google Pay), and banking (voice authentication for phone banking). The technology combines convenience with strong authentication but raises significant privacy concerns.
Biometric
replaces PIN/password
Template
stored, not image
On-device
matching preferred
Liveness
anti-spoof check

Biometric payments represent the convergence of payment security and frictionless user experience. Every time you pay with Face ID on your iPhone or tap a fingerprint on a payment terminal, you are using biometric payment authentication. The next frontier — standalone biometric payment at checkout without a device — is already live at scale in China and expanding to other markets. For payments professionals, biometrics changes the risk model: authentication is stronger, but data breach consequences are permanent since biometrics cannot be replaced like a password.

🎯 Key Takeaways
What biometric methods are used in payments?
The primary methods are fingerprint (most common, used in mobile wallets and ATMs), facial recognition (growing rapidly; Amazon Rekognition, Alipay’s Smile to Pay), palm vein or print (Amazon One, deployed in Whole Foods), and voice (phone banking, declining due to deepfake risk). Behavioral biometrics (typing rhythm, device movement) are increasingly used for passive fraud detection.
How secure are biometric payments?
Biometric authentication is significantly more secure than PIN-based authentication for most attack vectors. The False Acceptance Rate (FAR) for modern Face ID technology is approximately 1 in 1,000,000 — versus 1 in 10,000 for a 4-digit PIN. The risk profile shifts from credential theft to device theft (liveness detection mitigates this) and deepfake spoofing.
Are biometric payments private?
Privacy depends entirely on where biometric data is stored. Device-based systems (Apple Face ID, Samsung fingerprint) store templates locally — your biometric data never leaves your device. Server-based systems (Amazon One, Alipay face pay) store templates centrally, creating a concentrated data target. GDPR classifies biometric data as ‘special category’ requiring explicit consent in the EU.

How Does Biometric Authentication Work in Mobile Payments?

In mobile wallets like Apple Pay and Google Pay, biometrics do not directly authenticate the payment — they authenticate access to a payment token. When you set up Apple Pay, your card is replaced with a Device Account Number (DAN) — a tokenized card credential stored in the iPhone’s Secure Enclave. When you pay, Face ID or Touch ID authenticates that you are the device owner, which releases the DAN for NFC transmission to the terminal. The card network processes the tokenized credential; your actual card number is never transmitted.

This architecture means that even if Apple were hacked, no actual card numbers would be exposed — only tokens that are useless without the device. It also means that biometric templates are processed entirely on-device by the Secure Enclave processor, which Apple cannot access. Google Pay uses a similar architecture through Android’s Trusted Execution Environment (TEE). This on-device model is why mobile biometric payment fraud rates are extremely low — reportedly 0.01–0.1% of card-not-present fraud rates.

How a Biometric Payment AuthenticatesUserpresents biometricSensorcaptures templateMatchvs stored templateTokenreleased securelyPaymentauthorizedThe biometric authorizes; it is never sent as raw data
The biometric authorizes; it is never sent as raw data
Method How it works Strength Watch-out
Fingerprint Sensor on device Fast, familiar Spoofing attempts
Face Camera + depth map Hands-free Lighting, twins
Palm / vein Scanner reads pattern Hard to forge Hardware cost
Voice Voiceprint match Remote-friendly Background noise
Biometric payment methods compared

What Is Amazon One and How Does Palm Payment Work?

Amazon One is a palm recognition payment system deployed at Whole Foods stores, Amazon Go locations, sports stadiums, and select third-party retailers across the US. A customer hovers their palm above a scanner — the system captures palm vein patterns (which are unique and difficult to spoof) and matches them to a linked payment card in under 300 milliseconds. No card, phone, or PIN required.

Amazon One stores encrypted palm signatures on Amazon servers, not in the terminal, and links them to a customer’s payment method. This is a server-based biometric model — contrasting with Apple’s on-device model. The privacy implications are significant: Amazon holds a biometric identifier linked to purchase history for every enrolled customer. In the EU, this would require explicit GDPR consent as a special category data processor. In the US, several states (Illinois, Texas, Washington) have biometric data protection laws (BIPA) requiring written consent and mandating data destruction timelines.

💡

Pro Tip: For retail payment operators considering biometric payment deployment: on-device models (Face ID, fingerprint via mobile wallets) carry far lower regulatory risk than server-based systems. If you plan to collect and store biometric data centrally, obtain dedicated GDPR consent in the EU and comply with state BIPA laws in the US from day one — retroactive compliance is expensive.

How Is China Leading in Biometric Payment Adoption?

China has the world’s most advanced biometric payment ecosystem. Alipay’s Smile to Pay and WeChat Pay’s facial recognition checkout have been deployed at hundreds of thousands of retail locations — customers pay by looking at a camera. China’s scale advantage: government-issued national ID cards linked to face recognition databases enable rapid enrollment and low false-acceptance rates. Alipay reports over 100 million enrolled facial payment users.

The Chinese model depends on a national biometric database architecture that would be impossible (and illegal under GDPR) to replicate in Europe. However, the user experience lessons are transferable: checkout with zero friction (no device, no card, no PIN) drives adoption. Western markets are developing equivalents within their regulatory constraints — primarily through mobile wallet face unlock and, in the US, Amazon One’s palm system. The technology trajectory points toward biometric-first checkout as the default in physical retail within this decade.

⚠️

Risk: Deepfake and spoofing attacks on facial recognition payments are a growing threat. A 2024 BioCatch study found that AI-generated facial spoofing attacks increased 400% year-over-year. Liveness detection (checking that the face is a real 3D object rather than a photo or video) is now mandatory for any compliant facial payment system — verify that your biometric payment provider’s liveness detection is certified to ISO 30107-3 PAD (presentation attack detection) standards.

What Are the Privacy and Regulatory Considerations for Biometric Payments?

Biometric data receives heightened protection because it is immutable — unlike a password or card number, a compromised biometric cannot be replaced. Under GDPR, biometric data processing requires one of three legal bases: explicit consent (Art. 9(2)(a)), necessity for contractual performance in exceptional circumstances, or another specific exemption. Most payment biometrics will rely on explicit consent, meaning consumers must actively opt in — and can withdraw consent, triggering data deletion obligations.

The EU AI Act, applicable from 2025, classifies real-time remote biometric identification systems in public spaces as high-risk AI with strict conformity requirements — relevant for any facial recognition-at-checkout system. For businesses operating in Turkey, KVKK (the Turkish personal data protection law) treats biometric data as sensitive personal data requiring explicit consent and mandatory registration with KVKK for processing activities. See the full digital payments landscape in the Digital Payments hub.

What Is Behavioral Biometrics and How Is It Used in Payment Fraud Prevention?

Behavioral biometrics analyzes patterns in how a user interacts with a device — typing rhythm, mouse movement, touchscreen pressure, device tilt, and navigation patterns — to build a continuous authentication signal. Unlike physical biometrics (face, fingerprint) which authenticate at a single point in time, behavioral biometrics provide continuous passive authentication throughout a session. BioCatch, NuData Security, and ThreatMetrix are leaders in behavioral biometrics for banking and payments.

For payment fraud prevention, behavioral biometrics is particularly effective against account takeover (ATO) fraud: even if an attacker has the correct password and passes SMS OTP, their behavioral patterns (typing speed, navigation path, device handling) will differ from the legitimate user. Banks implementing behavioral biometrics report 50–80% reductions in ATO fraud. The technology is invisible to legitimate users — no additional friction — which makes it the ideal complement to visible authentication like Face ID. For payment platforms processing thousands of daily transactions, behavioral biometrics as a fraud signal layer can be implemented through APIs from specialist providers without rebuilding authentication infrastructure.

How Does Biometric Payment Authentication Interact with SCA Requirements?

Under PSD2’s Strong Customer Authentication (SCA) requirements, a payment must be authenticated using at least two of three factors: knowledge (PIN/password), possession (device/card), and inherence (biometric). Biometric authentication satisfies the ‘inherence’ factor — making it one component of a complete SCA solution. On mobile, Face ID or fingerprint (inherence) + device possession (possession) = 2-factor SCA compliant authentication. This is why Apple Pay and Google Pay are inherently SCA compliant in EU markets — the combination of biometric unlock and device possession automatically meets PSD2 requirements.

For standalone biometric checkout systems (like Amazon One palm payment in a physical store), the design must ensure a second factor is present to meet SCA if the transaction is classified as a remote payment. Card-present transactions at a physical terminal are generally exempt from SCA (EMV chip handles authentication), but the regulatory classification of biometric-only checkout without a card could vary by national regulator interpretation. Legal review of the specific authentication architecture against the relevant PSD2 RTS (Regulatory Technical Standards) is advisable before deploying novel biometric payment systems in EU markets. Connect this context with the payment tech overview in our Digital Payments hub.

What Is the Commercial Outlook for Biometric Payments in the Next Five Years?

The trajectory for biometric payments over 2025–2030 is toward ambient authentication — where a combination of behavioral signals, device presence, and periodic explicit biometric confirms continuously authenticate users without active engagement. The consumer experience converges on: walk into a store, pick up items, walk out. The payment happens automatically. Amazon Go stores already implement this for small-format grocery; the technology is being commercialized for larger retail formats.

For enterprise payments (corporate card, travel and expense management), biometric authentication of card transactions through mobile banking apps is already the standard. The next evolution is biometric authorization of B2B wire transfers and ERP-initiated payments — where a CFO approves a €500,000 supplier payment with a fingerprint on their phone rather than a hardware token or call-back authentication. Several banks and treasury management systems are building this workflow for launch in 2025–2026. The security implications are significant: biometric approval creates an irrefutable audit trail for payment authorization, which has value for internal control frameworks and external audit purposes — a genuine advancement for finance function governance.

What Is Behavioral Biometrics and How Is It Used in Payment Fraud Prevention?

Behavioral biometrics analyzes patterns in how a user interacts with a device — typing rhythm, mouse movement, touchscreen pressure, device tilt, and navigation patterns — to build a continuous authentication signal. Unlike physical biometrics (face, fingerprint) which authenticate at a single point in time, behavioral biometrics provide continuous passive authentication throughout a session. BioCatch, NuData Security, and ThreatMetrix are leaders in behavioral biometrics for banking and payments.

For payment fraud prevention, behavioral biometrics is particularly effective against account takeover (ATO) fraud: even if an attacker has the correct password and passes SMS OTP, their behavioral patterns (typing speed, navigation path, device handling) will differ from the legitimate user. Banks implementing behavioral biometrics report 50–80% reductions in ATO fraud. The technology is invisible to legitimate users — no additional friction — which makes it the ideal complement to visible authentication like Face ID. For payment platforms processing thousands of daily transactions, behavioral biometrics as a fraud signal layer can be implemented through APIs from specialist providers without rebuilding authentication infrastructure.

How Does Biometric Payment Authentication Interact with SCA Requirements?

Under PSD2’s Strong Customer Authentication (SCA) requirements, a payment must be authenticated using at least two of three factors: knowledge (PIN/password), possession (device/card), and inherence (biometric). Biometric authentication satisfies the ‘inherence’ factor — making it one component of a complete SCA solution. On mobile, Face ID or fingerprint (inherence) + device possession (possession) = 2-factor SCA compliant authentication. This is why Apple Pay and Google Pay are inherently SCA compliant in EU markets — the combination of biometric unlock and device possession automatically meets PSD2 requirements.

For standalone biometric checkout systems (like Amazon One palm payment in a physical store), the design must ensure a second factor is present to meet SCA if the transaction is classified as a remote payment. Card-present transactions at a physical terminal are generally exempt from SCA (EMV chip handles authentication), but the regulatory classification of biometric-only checkout without a card could vary by national regulator interpretation. Legal review of the specific authentication architecture against the relevant PSD2 RTS (Regulatory Technical Standards) is advisable before deploying novel biometric payment systems in EU markets. Connect this context with the payment tech overview in our Digital Payments hub.

What Is the Commercial Outlook for Biometric Payments in the Next Five Years?

The trajectory for biometric payments over 2025–2030 is toward ambient authentication — where a combination of behavioral signals, device presence, and periodic explicit biometric confirms continuously authenticate users without active engagement. The consumer experience converges on: walk into a store, pick up items, walk out. The payment happens automatically. Amazon Go stores already implement this for small-format grocery; the technology is being commercialized for larger retail formats.

For enterprise payments (corporate card, travel and expense management), biometric authentication of card transactions through mobile banking apps is already the standard. The next evolution is biometric authorization of B2B wire transfers and ERP-initiated payments — where a CFO approves a €500,000 supplier payment with a fingerprint on their phone rather than a hardware token or call-back authentication. Several banks and treasury management systems are building this workflow for launch in 2025–2026. The security implications are significant: biometric approval creates an irrefutable audit trail for payment authorization, which has value for internal control frameworks and external audit purposes — a genuine advancement for finance function governance.

Are Biometric Payments Accessible to All Users?

Biometric payment systems must provide alternatives for users who cannot use a specific biometric — due to disability, injury, or religious/cultural reasons. Well-designed systems always offer a PIN or passphrase fallback. Operators deploying biometric-only checkout without a fallback option may face accessibility complaints or legal challenges under disability discrimination frameworks in the EU and UK. Multi-modal biometric systems (face OR fingerprint OR voice OR PIN) are the gold standard for inclusive payment design.

Frequently Asked Questions

Is biometric payment authentication more secure than 3D Secure?+
For card-present transactions, yes — biometric authentication (especially device-based with Secure Enclave) provides stronger guarantees than 3DS OTP, which is vulnerable to real-time phishing. For card-not-present e-commerce, 3DS2 with biometric device unlock (Face ID authenticating the 3DS challenge) combines both layers for maximum security.
What happens if my biometric payment data is breached?+
The consequences depend on where biometric templates were stored. On-device systems (Apple, Google) cannot be breached remotely — the Secure Enclave is physically tamper-resistant. Server-based systems can suffer breaches, but modern systems store mathematical representations of biometrics (not raw images) that cannot be reverse-engineered into the original biometric. However, the mathematical template itself may be usable for spoofing, which is why post-breach revocation is complex.
Do biometric payments work for people with disabilities?+
Biometric payment systems must accommodate users who cannot use a particular modality — WCAG and ADA requirements apply. Well-designed systems offer multiple biometric options (face OR fingerprint OR PIN fallback) and ensure that checkout alternatives are always available. Purely biometric-only checkout without fallback raises accessibility and discrimination concerns.
Are biometric payments coming to Turkey?+
Mobile biometric payments (Face ID with Apple Pay, fingerprint with Android) are already widely used in Turkey. Terminal-based biometric checkout (palm, face) is not yet deployed at scale, though Turkish banks and payment processors are evaluating pilot programs. Regulatory clarity from BDDK on biometric payment authorization requirements is expected to precede broad terminal deployment.
✍️ Last Updated: May 2026 · Reviewed by the Kurums Finance editorial team.

Cross-Border Digital Payments: How International Transfers Work in 2026

Cross-Border Digital Payments: How International Transfers Work in 2026

⚡ TL;DR
Cross-border digital payments involve transferring money internationally — whether for trade, remittances, or corporate treasury operations. Options range from traditional SWIFT correspondent banking (slow, expensive, reliable) to fintech rails like Wise and Ripple (faster, cheaper, newer) to stablecoins (fast, volatile regulation). For most corporate use cases, SWIFT gpi remains the dominant standard, while Wise and similar services are preferred for lower-value, speed-sensitive transfers.
Mid-market
rate to benchmark
Hidden margin
main cost
Minutes
modern settlement
Corridor
drives cost

Cross-border payments remain one of the most inefficient and expensive parts of the global financial system — and the most active area of fintech innovation. A company wire transferring payments to suppliers in Macedonia or Serbia, receiving payments from EU customers, or managing treasury across Turkey and the Balkans confronts a fragmented landscape of correspondent banks, variable FX spreads, and opaque fee structures. This guide maps the options clearly, from SWIFT to stablecoins.

⚖️ Disclaimer: This article is general information, not financial or legal advice. Regulations vary by jurisdiction. Consult a qualified professional for your specific situation.
🎯 Key Takeaways
What does a cross-border payment cost?
Traditional SWIFT wire transfers cost $15–50 in bank fees plus FX spread of 0.5–3% above mid-market rate. Wise charges 0.4–1.5% including FX spread with no hidden fees. Ripple On-Demand Liquidity (ODL) targets near-zero FX premium on supported corridors. Total cost varies significantly by corridor, amount, and provider.
How long do cross-border payments take?
SWIFT standard takes 1–5 business days depending on the corridor and number of correspondent hops. SWIFT gpi (global payments innovation) guarantees same-day or next-day settlement for participating banks. Wise typically settles in 1–2 business days. Stablecoin transfers settle in seconds.
What is the correspondent banking problem?
The correspondent banking network — where banks maintain accounts at foreign banks to facilitate cross-border transfers — is shrinking due to de-risking. Global banks are closing correspondent relationships with banks in high-risk jurisdictions (including some Balkan and Central Asian markets), creating payment dead-ends for businesses in those regions.

How Does SWIFT Work for Cross-Border Payments?

SWIFT (Society for Worldwide Interbank Financial Telecommunication) is the messaging network used by over 11,000 financial institutions globally to communicate payment instructions. When a Turkish company sends a EUR wire to a Serbian supplier, the Turkish bank sends an authenticated SWIFT message (MT103 or, increasingly, ISO 20022 pacs.008) to a European correspondent bank, which forwards it to a Serbian correspondent, which credits the recipient’s bank. SWIFT itself does not move money — it carries the instruction; the actual transfer happens through pre-funded nostro/vostro accounts.

SWIFT gpi (global payments innovation), launched in 2017 and now covering over 90% of SWIFT traffic, adds tracking, speed guarantees (credits by end of business day), and fee transparency. Every gpi payment carries a Unique End-to-End Transaction Reference (UETR) — a tracking number merchants and corporate treasurers can use to monitor payment status in real time. For corporate treasury, requesting UETR tracking from your bank for all outgoing cross-border wires is now standard practice.

A Cross-Border Digital PaymentSenderpays locallyProviderhandles FXRail/Networkmoves valueLocal Payoutin-countryRecipientreceives fundsModern providers turn it into paired local payments
Modern providers turn it into paired local payments
Method Speed Cost Best for
Bank wire (SWIFT) 1–5 days Higher, opaque Large/critical sums
Fintech transfer Minutes–hours Lower, transparent Everyday amounts
Card networks Fast Mid Consumer payments
Real-time rail links Seconds Low Linked corridors
Stablecoin/crypto Minutes Variable Niche/tech-savvy
Cross-border payment methods compared

How Does Wise (TransferWise) Work and Why Is It Cheaper?

Wise uses a local pooling model to avoid correspondent banking chains. Instead of sending money across borders, Wise maintains local bank accounts in each currency country. When a Turkish customer sends EUR to a German recipient, Wise debits the customer’s TRY in Turkey from a Turkish bank account, and credits EUR to the German recipient from a German bank account — the two movements are matched internally. Cross-border money movement is minimized, eliminating correspondent bank fees.

Wise’s pricing is transparent: a mid-market exchange rate plus a fee typically between 0.4% and 1.5% depending on the currency pair. For a €10,000 EUR transfer, Wise typically costs €50–150 total versus €150–400 through a traditional bank (fees + spread). The limitation: Wise is primarily a consumer and SME product. For large corporate treasury transfers (€500,000+), Wise’s per-transfer limits and lack of treasury-specific features (structured products, forward contracts) make specialist FX providers or multi-bank treasury platforms more appropriate.

💡

Pro Tip: For regular cross-border B2B payments under €50,000 (supplier invoices, freelancer payments, intercompany charges), Wise Business or a similar service can cut annual payment costs by 50–80% versus your bank’s standard wire fees. Set up a Wise Business account in parallel to your bank for these use cases — the onboarding takes under 30 minutes.

What Is Ripple and Does It Solve Cross-Border Payments?

Ripple provides two distinct products: RippleNet (a messaging and settlement network for banks, competing with SWIFT) and On-Demand Liquidity (ODL), which uses XRP cryptocurrency as a bridge asset to avoid pre-funded nostro accounts in cross-border transactions. In the ODL model: USD is converted to XRP at the source, transferred via the XRP Ledger in seconds, and converted to the destination currency — avoiding the need for the sending bank to hold pre-funded accounts in the destination currency.

Ripple has had genuine adoption among payment providers in corridors like US–Mexico and Europe–Southeast Asia. However, the XRP price volatility (even within a few seconds of a transaction) creates FX risk that requires sophisticated hedging for large transactions. Ripple’s ongoing legal battles with the SEC (partially resolved in 2023–2024) created regulatory uncertainty that slowed institutional adoption. As of 2025, Ripple is one of several viable alternatives to SWIFT for specific corridors, but not the universal replacement it once claimed to be.

What Role Do Stablecoins Play in Cross-Border Payments?

Stablecoins — cryptocurrencies pegged to fiat currencies (USDC, USDT, EURC) — are increasingly used for cross-border settlement, particularly in corridors with limited banking infrastructure. A USDC transfer on Stellar or Solana settles in 2–5 seconds at a cost of fractions of a cent. For businesses operating in markets where banking is expensive or unreliable, stablecoin settlement offers a genuine alternative.

The practical barriers for corporate use remain: (1) on-ramp/off-ramp costs — converting local currency to stablecoin and back can cost 0.5–2%; (2) regulatory uncertainty — MiCA in the EU (effective 2024) provides a framework for stablecoin issuers but imposes strict reserve and disclosure requirements; (3) accounting complexity — stablecoin receipts may trigger crypto accounting requirements in some jurisdictions. For multinationals in Turkey and the Balkans, stablecoins are worth monitoring as a treasury tool but not yet standard operating procedure. For context on how payment standards are evolving, see our ISO 20022 guide and the Digital Payments hub.

⚠️

Risk: For corporate treasury teams using stablecoins for cross-border settlement: the biggest risk is not technology failure but regulatory misclassification. In Turkey, cryptocurrency transactions are subject to CBRT reporting requirements above certain thresholds. In the EU, MiCA applies to stablecoin issuers but the regulatory treatment of corporate users receiving stablecoin payments is still evolving. Get a tax and legal opinion before implementing stablecoin-based settlement flows.

What Are the Most Efficient Cross-Border Corridors in 2025?

Cross-border payment efficiency varies dramatically by corridor. The EU internal market is now extremely efficient for EUR transfers via SEPA Instant — effectively free, instant, and fully integrated. EU–UK remains efficient via Faster Payments (GBP) or SEPA for EUR. US–EU is served by SWIFT gpi with same/next-day settlement and Wise for lower amounts. EU–Turkey is moderately efficient via SWIFT with 1–2 day settlement; Wise operates this corridor competitively. EU–Serbia/Macedonia/Albania remains relatively expensive and slow — 2–3 day SWIFT via correspondents, with fewer alternatives. BIS Project Nexus is developing multilateral RTP connectivity for Southeast Europe but is not yet live.

What Is the True Cost of Cross-Border Payments for Businesses?

The stated bank fee for a cross-border wire (e.g., $30 flat) is rarely the full cost. The complete cross-border payment cost has four components: (1) outgoing bank fee ($15–50 at the sending bank); (2) intermediary fees ($5–25 per correspondent hop, deducted from principal mid-chain — often invisible until the recipient receives less than expected); (3) FX spread (0.5–3% above the mid-market rate applied by the sending bank, often embedded in the exchange rate quoted to you); and (4) receiving bank fee ($0–25 charged by the recipient bank).

For a €10,000 wire from Turkey to Germany: sending bank fee ~€30, FX spread ~€80 (at 0.8% above mid-market on TRY/EUR), intermediary fees ~€15, receiving fee ~€10. Total cost: ~€135 or 1.35%. For a €10,000 wire from Germany to Serbia: similar total cost, potentially higher due to fewer SEPA alternatives. Aggregated across a multinational operation making 500 cross-border payments per year, payment costs easily reach €50,000–150,000 annually — a material treasury optimization target. Wise Business, Currencycloud, or a specialist FX provider can reduce this by 50–70% on eligible corridors.

How Does SWIFT gpi Improve Cross-Border Payment Visibility?

SWIFT gpi (global payments innovation) introduced two game-changing transparency features for corporate treasurers. First, the UETR (Unique End-to-End Transaction Reference) — a tracking number that follows the payment through every correspondent hop and can be monitored via your bank’s gpi tracker or directly via the SWIFT gpi portal (if your company has direct SWIFT access). Second, Confirmation of Credit — the gpi standard requires that the receiving bank confirm credit to the recipient account, closing the loop on payment status.

Before gpi, corporate treasury teams routinely spent significant time chasing payment status — calling correspondent banks, sending trace requests, manually reconciling payment acknowledgments against bank statements. With gpi, payment status is available in near real-time. For companies managing treasury across Turkey, Macedonia, Albania, and the EU, implementing gpi tracker integration in your TMS (treasury management system) should be a priority — it eliminates most payment status inquiry workload and allows proactive identification of stuck payments before suppliers escalate. Upgrade your SWIFT connectivity knowledge with our ISO 20022 guide for the complementary data standards context.

What Is BIS Project Nexus and How Could It Change Cross-Border Payments?

BIS Project Nexus is a multilateral framework developed by the Bank for International Settlements that connects national instant payment systems to enable cross-border real-time payments. Rather than bilateral connections between every country pair, Nexus creates a standardized protocol (a “network of networks”) where a payment initiated on one country’s RTP system can be received on another’s. India’s UPI, Malaysia’s DuitNow, Singapore’s PayNow, Thailand’s PromptPay, and the Philippines’ InstaPay completed a Nexus pilot in 2024.

The EU’s EBA Clearing is exploring Nexus integration for SEPA Instant’s cross-border extension. For Western Balkans countries aspiring to EU payment integration — including Serbia, North Macedonia, Albania, and Bosnia-Herzegovina — Nexus-compatible connectivity represents a potential path to real-time, low-cost cross-border payments without full EU membership. The realistic timeline for operational Nexus connectivity in Balkan corridors is 2027–2030, but understanding the framework now positions treasury teams to adopt it early when live.

What Is the True Cost of Cross-Border Payments for Businesses?

The stated bank fee for a cross-border wire (e.g., $30 flat) is rarely the full cost. The complete cross-border payment cost has four components: (1) outgoing bank fee ($15–50 at the sending bank); (2) intermediary fees ($5–25 per correspondent hop, deducted from principal mid-chain — often invisible until the recipient receives less than expected); (3) FX spread (0.5–3% above the mid-market rate applied by the sending bank, often embedded in the exchange rate quoted to you); and (4) receiving bank fee ($0–25 charged by the recipient bank).

For a €10,000 wire from Turkey to Germany: sending bank fee ~€30, FX spread ~€80 (at 0.8% above mid-market on TRY/EUR), intermediary fees ~€15, receiving fee ~€10. Total cost: ~€135 or 1.35%. For a €10,000 wire from Germany to Serbia: similar total cost, potentially higher due to fewer SEPA alternatives. Aggregated across a multinational operation making 500 cross-border payments per year, payment costs easily reach €50,000–150,000 annually — a material treasury optimization target. Wise Business, Currencycloud, or a specialist FX provider can reduce this by 50–70% on eligible corridors.

How Does SWIFT gpi Improve Cross-Border Payment Visibility?

SWIFT gpi (global payments innovation) introduced two game-changing transparency features for corporate treasurers. First, the UETR (Unique End-to-End Transaction Reference) — a tracking number that follows the payment through every correspondent hop and can be monitored via your bank’s gpi tracker or directly via the SWIFT gpi portal (if your company has direct SWIFT access). Second, Confirmation of Credit — the gpi standard requires that the receiving bank confirm credit to the recipient account, closing the loop on payment status.

Before gpi, corporate treasury teams routinely spent significant time chasing payment status — calling correspondent banks, sending trace requests, manually reconciling payment acknowledgments against bank statements. With gpi, payment status is available in near real-time. For companies managing treasury across Turkey, Macedonia, Albania, and the EU, implementing gpi tracker integration in your TMS (treasury management system) should be a priority — it eliminates most payment status inquiry workload and allows proactive identification of stuck payments before suppliers escalate. Upgrade your SWIFT connectivity knowledge with our ISO 20022 guide for the complementary data standards context.

What Is BIS Project Nexus and How Could It Change Cross-Border Payments?

BIS Project Nexus is a multilateral framework developed by the Bank for International Settlements that connects national instant payment systems to enable cross-border real-time payments. Rather than bilateral connections between every country pair, Nexus creates a standardized protocol (a “network of networks”) where a payment initiated on one country’s RTP system can be received on another’s. India’s UPI, Malaysia’s DuitNow, Singapore’s PayNow, Thailand’s PromptPay, and the Philippines’ InstaPay completed a Nexus pilot in 2024.

The EU’s EBA Clearing is exploring Nexus integration for SEPA Instant’s cross-border extension. For Western Balkans countries aspiring to EU payment integration — including Serbia, North Macedonia, Albania, and Bosnia-Herzegovina — Nexus-compatible connectivity represents a potential path to real-time, low-cost cross-border payments without full EU membership. The realistic timeline for operational Nexus connectivity in Balkan corridors is 2027–2030, but understanding the framework now positions treasury teams to adopt it early when live.

Frequently Asked Questions

What is SWIFT gpi and how is it different from standard SWIFT?+
SWIFT gpi (global payments innovation) is an enhanced cross-border payment service built on the SWIFT network that adds same/next-day settlement guarantees, end-to-end tracking via a unique transaction reference (UETR), full fee transparency (no deductions from principal allowed), and confirmed credit notification. Over 90% of SWIFT cross-border payments are now gpi transactions.
How does the correspondent banking network affect Turkish businesses?+
Turkish businesses conducting cross-border payments rely on Turkish banks’ correspondent relationships with European and US banks. SWIFT transfers from Turkey to Balkan markets typically route through a German or Austrian correspondent. The reduction in correspondent relationships in recent years (de-risking) has increased costs and occasionally caused delays on certain corridors. Maintaining multiple banking relationships reduces single-point-of-failure risk.
What is the G20 cross-border payments roadmap?+
The G20, working with the FSB (Financial Stability Board) and BIS, has set a target to make cross-border payments faster, cheaper, more transparent, and more inclusive by 2027. Key targets include reducing the global average cost of a cross-border payment to below 1% and ensuring 75% of payments reach recipients within one hour. Progress is mixed — some corridors have improved significantly while others remain unchanged.
Can businesses use crypto for cross-border supplier payments?+
Yes, but with significant caveats. Some businesses do pay suppliers in USDC or USDT to avoid banking friction, especially for emerging-market corridors. The supplier must be willing to accept crypto and able to convert to local currency. Tax treatment of the exchange (both legs) must be accounted for. Most large corporate procurement departments avoid cryptocurrency supplier payments due to accounting and regulatory complexity.
✍️ Last Updated: May 2026 · Reviewed by the Kurums Finance editorial team.

What Are Embedded Payments? How They Work and Why They Matter

What Are Embedded Payments? How They Work and Why They Matter

⚡ TL;DR
Embedded payments allow non-financial platforms — SaaS tools, marketplaces, ride-hailing apps — to offer payment acceptance natively within their product. Instead of redirecting to a bank or PayPal, the payment happens inside the platform experience. Embedded payments are powered by payment facilitator (PayFac) infrastructure and APIs from providers like Stripe Connect, Adyen for Platforms, and Rapyd.
In-app
no redirects
Higher conversion
less friction
New revenue
for platforms
API-driven
fast to launch

Embedded payments are the most commercially significant shift in fintech since mobile wallets. When Uber collects payment without a checkout screen, when Shopify merchants receive payouts through Shopify Balance, when a SaaS platform offers its customers card acceptance — all of these are embedded payments. For platform businesses and CFOs evaluating payment strategy, embedded payments represent both a revenue opportunity and a regulatory responsibility that demands careful structuring.

🎯 Key Takeaways
What makes a payment ’embedded’?
A payment is embedded when it is natively integrated into a non-payment product’s user experience — the payment happens inside an app, marketplace, or software platform without redirecting to a bank or payment page. The platform controls the UX; the payment infrastructure runs invisibly underneath.
How do embedded payments differ from regular payment processing?
Traditional payment processing requires each merchant to establish their own merchant account and payment relationship. Embedded payments use a payment facilitator (PayFac) model where a platform aggregates multiple sub-merchants under its own master account, handling onboarding, compliance, and payouts on their behalf.
Who are the major providers of embedded payment infrastructure?
Stripe Connect, Adyen for Platforms, and Rapyd are the primary B2B infrastructure providers. Stripe Connect dominates for software platforms and marketplaces. Adyen for Platforms targets larger enterprises. Rapyd provides multi-country payment-as-a-service infrastructure across 100+ markets.

How Does the Embedded Payment Model Work Technically?

Embedded payments rely on the payment facilitator (PayFac) model or its modern evolution, the PayFac-as-a-Service model. The platform (Shopify, Mindbody, Toast) becomes a master merchant with a payment processor, then onboards its customers as sub-merchants. The platform handles sub-merchant onboarding (KYC/KYB verification), transaction processing, and fund disbursement — all through APIs provided by an infrastructure provider like Stripe Connect.

The infrastructure layer handles: card network connections, acquiring relationships, fraud screening, chargeback management, and compliance. The platform layer handles: sub-merchant onboarding UI, fund routing logic (split payments to multiple parties, marketplace escrow), and customer support. The economics: the platform earns a margin on each transaction — typically 0.5–1.5% above the underlying processing cost — creating a recurring payment revenue stream alongside its software subscription revenue.

How Embedded Payments WorkUseracts in appPlatformpayment built-inPayments APIprocessesLicensed PartnersettlesUsernever leaves appPayment happens inside the product, invisibly
Payment happens inside the product, invisibly
Dimension Embedded Payments Traditional Integration
User experience Seamless, in-context Redirect / separate flow
Who owns UX The platform The payment provider
Setup API / platform partner Merchant account + gateway
Revenue share Platform can earn Mostly provider
Best for SaaS, marketplaces Standalone merchants
Embedded payments vs traditional payment integration

What Is the Revenue Opportunity for Platforms?

Embedded payments are one of the highest-value revenue expansions available to software platforms. A SaaS platform charging €100/month per merchant earns €1,200/year from software. If that merchant processes €200,000/year through the platform at a 0.5% payment margin, the platform earns an additional €1,000/year — nearly doubling revenue per customer. At scale, payment revenue often exceeds software subscription revenue for mature platforms.

Shopify’s financial services segment (which includes payments and merchant cash advances) generates over 60% of Shopify’s gross profit. Toast (restaurant POS) generates the majority of revenue through payment processing. This pattern repeats across vertical SaaS: the software is the acquisition channel; payments are the profit engine. For platform businesses evaluating embedded payments, the key question is not whether to embed payments but how quickly the compliance and integration investment can be recovered.

💡

Pro Tip: If you operate a SaaS platform and send customers to Stripe, PayPal, or a bank for payments, you are leaving significant revenue on the table. Even a basic Stripe Connect integration at 0.25% margin on customers’ payment volume adds meaningful recurring revenue. Model the payment revenue opportunity before your next pricing review.

What Are the Compliance Requirements for Embedded Payments?

Embedded payment platforms take on regulatory obligations that don’t apply to ordinary merchants. Key requirements: KYB (Know Your Business) — verifying sub-merchant identity, business registration, and beneficial ownership before onboarding; AML monitoring — screening transactions for suspicious patterns and filing SARs where required; PCI DSS compliance at the platform level; and in the EU, registration as a payment institution or partnering with a licensed PI/EMI for regulated payment activities.

The regulatory complexity is why PayFac-as-a-Service models (using Stripe’s or Adyen’s licenses) are preferred by most platforms over obtaining their own payment institution license. Under PSD2 in the EU, platforms that distribute payment services of a licensed PSP may qualify as agents of that PSP — a lighter regulatory registration compared to full PI authorization. The distinction matters for platforms operating in Turkey alongside EU markets: Turkish BDDK licensing requirements differ from EU PSD2 frameworks. Seek legal advice before launching embedded payments in a new jurisdiction.

⚠️

Risk: The biggest compliance risk for embedded payment platforms is inadequate KYB of sub-merchants. If a fraudulent merchant launders money through your platform, you — as the PayFac or registered agent — bear liability. Invest in automated KYB tools (Stripe Identity, Onfido, Sumsub) and transaction monitoring from day one, not as an afterthought after growth.

How Do Split Payments and Marketplace Payouts Work?

Marketplaces (Airbnb, Etsy, Uber) use embedded payments with split payment or payout routing logic: a single consumer payment is split between the platform (its fee) and the seller (their proceeds), with payouts disbursed on a schedule. Stripe Connect supports three models: Direct Charges (funds go to connected account, platform takes application fee), Destination Charges (funds go to platform, then transferred to connected account), and Separate Charges and Transfers (maximum flexibility, complex compliance).

For international marketplaces, split payments intersect with FX conversion and cross-border payout complexity. A marketplace paying out to sellers in Turkey (TRY), Macedonia (MKD), and the EU (EUR) needs a payout infrastructure that handles local bank transfer formats in each market. Providers like Rapyd and Payoneer specialize in multi-currency mass payouts across the markets relevant to Balkan-EU commerce. See the broader context in our cross-border digital payments guide and the Digital Payments hub.

What Are the Limits and Risks of Embedded Payments?

The risks of embedded payments span operational, financial, and regulatory dimensions. Operational: as a PayFac, you absorb chargeback risk from sub-merchants. A single high-fraud sub-merchant can generate losses that exceed months of payment revenue. Implement transaction velocity limits, rolling reserves for new sub-merchants, and real-time fraud monitoring. Financial: payment margins compress over time as competitors enter and sub-merchants become more sophisticated about processing costs. Build moats around the payments experience — instant payouts, working capital products, integrated reconciliation — rather than competing on rate alone.

Regulatory: regulatory requirements for payment platforms are tightening globally. DORA (Digital Operational Resilience Act) in the EU creates operational resilience requirements for fintech platforms serving financial institutions. PSD3 (currently in legislative process) will expand agent registration requirements. Embedded payment platforms should engage regulatory counsel in each market and build compliance as a core product capability.

What Is the Embedded Finance Evolution Beyond Payments?

Embedded payments are the gateway to a broader embedded finance stack — where the platform becomes the primary financial services provider for its customers. The progression is: first, accept payments (the entry point); second, add embedded lending (merchant cash advances based on payment volume, like Shopify Capital, Square Loans, Stripe Capital); third, add embedded banking (business accounts, debit cards, IBAN accounts within the platform); fourth, add embedded insurance (coverage embedded in transactions, e.g., delivery insurance in logistics platforms).

Each step deepens the financial relationship with the sub-merchant or end user, increases switching costs, and creates additional revenue streams. A SaaS platform that has progressed through all four stages earns 4–8x more revenue per customer than one that only offers software subscriptions. The most advanced examples — Toast for restaurants, Mindbody for fitness studios, Procore for construction — generate the majority of their revenue from financial services, not software licenses. The strategic implication for platform businesses: embedded payments is not a feature addition, it is a business model transformation.

How Do Platforms Handle Regulatory Compliance Across Multiple Countries?

Multi-country embedded payment platforms face layered compliance requirements. In the EU, PSD2 agent registration allows a platform to distribute payment services under a licensed PSP’s authorization — each EU country requires separate agent registration (or relies on the PSP’s passporting). In Turkey, BDDK requires its own payment service license for companies facilitating payments. In the UK, FCA registration applies post-Brexit independently of EU PSD2.

The practical approach for most growth-stage platforms: use a global PayFac infrastructure provider (Stripe Connect, Adyen for Platforms, Rapyd) that holds the required licenses in each market and handles compliance on your behalf. You operate as a facilitator under their regulatory umbrella. As you scale, evaluate obtaining your own payment institution licenses in your core markets — direct licensing reduces per-transaction costs and increases control but requires 12–18 months of regulatory process and significant compliance headcount. The regulatory map for Balkan markets (Serbia, Macedonia, Albania) is less standardized than EU markets — check payment licensing requirements in each jurisdiction individually before launching embedded payments. Our cross-border digital payments guide covers multi-jurisdiction payment operations in depth.

What Metrics Should Platforms Track for Embedded Payment Performance?

Embedded payment performance requires a dedicated metrics framework beyond standard payment KPIs. Key metrics: payment attach rate (% of platform customers using embedded payments vs external processors — target 60%+ for mature platforms); GPV (Gross Payment Volume) per active sub-merchant; payment take rate (platform’s effective margin on payment volume); payout timing (same-day payout as a feature drives attach rate); and payment-driven NRR (net revenue retention attributable to payment revenue growth from existing customers).

Track chargeback rate by sub-merchant segment monthly — clusters of high-chargeback sub-merchants are an early fraud warning signal that requires immediate portfolio-level action. Set automated alerts for any sub-merchant exceeding 0.5% monthly chargeback rate, and implement payment holds and reserve requirements as the rate approaches 1%. The platforms that grow embedded payment revenue sustainably are those that treat payment risk management as a core product competency, not an operations afterthought.

What Is the Embedded Finance Evolution Beyond Payments?

Embedded payments are the gateway to a broader embedded finance stack — where the platform becomes the primary financial services provider for its customers. The progression is: first, accept payments (the entry point); second, add embedded lending (merchant cash advances based on payment volume, like Shopify Capital, Square Loans, Stripe Capital); third, add embedded banking (business accounts, debit cards, IBAN accounts within the platform); fourth, add embedded insurance (coverage embedded in transactions, e.g., delivery insurance in logistics platforms).

Each step deepens the financial relationship with the sub-merchant or end user, increases switching costs, and creates additional revenue streams. A SaaS platform that has progressed through all four stages earns 4–8x more revenue per customer than one that only offers software subscriptions. The most advanced examples — Toast for restaurants, Mindbody for fitness studios, Procore for construction — generate the majority of their revenue from financial services, not software licenses. The strategic implication for platform businesses: embedded payments is not a feature addition, it is a business model transformation.

How Do Platforms Handle Regulatory Compliance Across Multiple Countries?

Multi-country embedded payment platforms face layered compliance requirements. In the EU, PSD2 agent registration allows a platform to distribute payment services under a licensed PSP’s authorization — each EU country requires separate agent registration (or relies on the PSP’s passporting). In Turkey, BDDK requires its own payment service license for companies facilitating payments. In the UK, FCA registration applies post-Brexit independently of EU PSD2.

The practical approach for most growth-stage platforms: use a global PayFac infrastructure provider (Stripe Connect, Adyen for Platforms, Rapyd) that holds the required licenses in each market and handles compliance on your behalf. You operate as a facilitator under their regulatory umbrella. As you scale, evaluate obtaining your own payment institution licenses in your core markets — direct licensing reduces per-transaction costs and increases control but requires 12–18 months of regulatory process and significant compliance headcount. The regulatory map for Balkan markets (Serbia, Macedonia, Albania) is less standardized than EU markets — check payment licensing requirements in each jurisdiction individually before launching embedded payments. Our cross-border digital payments guide covers multi-jurisdiction payment operations in depth.

What Metrics Should Platforms Track for Embedded Payment Performance?

Embedded payment performance requires a dedicated metrics framework beyond standard payment KPIs. Key metrics: payment attach rate (% of platform customers using embedded payments vs external processors — target 60%+ for mature platforms); GPV (Gross Payment Volume) per active sub-merchant; payment take rate (platform’s effective margin on payment volume); payout timing (same-day payout as a feature drives attach rate); and payment-driven NRR (net revenue retention attributable to payment revenue growth from existing customers).

Track chargeback rate by sub-merchant segment monthly — clusters of high-chargeback sub-merchants are an early fraud warning signal that requires immediate portfolio-level action. Set automated alerts for any sub-merchant exceeding 0.5% monthly chargeback rate, and implement payment holds and reserve requirements as the rate approaches 1%. The platforms that grow embedded payment revenue sustainably are those that treat payment risk management as a core product competency, not an operations afterthought.

How Do Embedded Payment Providers Price Their Services?

PayFac infrastructure providers use two main pricing models. Interchange-plus: the platform pays exact interchange plus a fixed basis-point markup (e.g., interchange + 0.15% + €0.10). This is most transparent and best for high-volume platforms. Flat rate: a fixed percentage per transaction (e.g., 2.5%), simpler to model but less optimal at scale. Stripe Connect charges a platform fee plus the underlying Stripe processing cost; Adyen for Platforms uses interchange-plus for enterprise clients. Whichever model you choose, benchmark your effective rate per transaction quarterly against market rates — the embedded payments market is competitive and rates should improve as your volume grows.

Frequently Asked Questions

What is the difference between embedded payments and embedded finance?+
Embedded payments specifically refers to payment acceptance integrated into a non-payment platform. Embedded finance is the broader category — it includes payments plus lending (BNPL, working capital), insurance, banking (accounts, cards), and investment products embedded into non-financial platforms. All embedded payments are embedded finance; not all embedded finance involves payments.
Can any business become a payment facilitator?+
Technically yes, but it requires a significant compliance infrastructure investment — KYB, AML, PCI DSS, and in regulated markets, a payment institution license or a registered agent agreement with a licensed PI. For most platforms, using PayFac-as-a-Service from Stripe or Adyen is more practical than obtaining an independent PayFac license.
How do embedded payments interact with tax compliance?+
Platforms that facilitate payments for sellers above certain thresholds have tax reporting obligations. In the EU, DAC7 (effective 2023) requires digital platforms to report seller income data to tax authorities. In the US, Form 1099-K thresholds apply. Embedded payment infrastructure must support tax data collection (TIN/VAT validation at onboarding) and reporting exports.
What is the future of embedded payments?+
The trajectory is toward full embedded financial services — where a business platform becomes the primary financial relationship for its customers, offering accounts, cards, insurance, and credit alongside payments. Vertical SaaS companies in healthcare, construction, and agriculture are building these stacks. The winners will be those who use payments as the anchor to cross-sell financial products with near-zero acquisition cost.
✍️ Last Updated: May 2026 · Reviewed by the Kurums Finance editorial team.

Buy Now Pay Later (BNPL): How It Works and What Businesses Need to Know

Buy Now Pay Later (BNPL): How It Works and What Businesses Need to Know

⚡ TL;DR
Buy Now Pay Later (BNPL) allows consumers to split a purchase into installments — typically 3–4 interest-free payments over 6 weeks, or longer-term financing at interest. Merchants pay a fee of 2–6% per transaction, higher than card interchange, but benefit from increased conversion rates and higher average order values. Regulatory scrutiny is intensifying globally as BNPL is increasingly treated as consumer credit.
3–4
typical installments
0%
interest if paid on time
Instant
approval at checkout
Higher AOV
for merchants

BNPL has become one of the fastest-growing payment methods in e-commerce — and one of the most debated in regulatory circles. For merchants evaluating BNPL as a checkout option, and for CFOs assessing the payment cost implications, understanding how the economics actually work is essential. This guide cuts through the marketing to show exactly how BNPL providers make money, what merchants pay, and what the regulatory landscape looks like in 2025.

🎯 Key Takeaways
How does BNPL work at checkout?
A consumer selects BNPL at checkout, completes a soft credit check in seconds, and splits the purchase into installments. The merchant receives full payment immediately (minus fee) from the BNPL provider, which then collects installments from the consumer.
What do merchants pay for BNPL?
Merchant fees typically range from 2% to 6% of the transaction value, significantly above card interchange. Klarna charges around 3.29% + $0.30 in the US; Afterpay around 4–6%. Some providers offer lower rates for high-volume merchants.
Is BNPL regulated as consumer credit?
Increasingly yes. The EU’s revised Consumer Credit Directive (CCD2) brings BNPL under consumer credit rules from 2026. The UK FCA has regulated BNPL since 2024. Australia and the US have introduced BNPL-specific rules. Affordability checks and clear disclosure requirements are now standard in most major markets.

How Does BNPL Work for Consumers?

The standard BNPL model is pay-in-4: the consumer pays 25% at checkout and the remaining 75% in three equal installments every two weeks, with no interest charged if payments are made on time. Providers like Afterpay, Klarna (Pay in 4), and Zip operate this model. A parallel model is point-of-sale financing (Affirm, Klarna Financing): longer-term loans of 3–36 months at APRs ranging from 0% (subsidized by the merchant) to 36%, competing with store credit cards.

The consumer experience is frictionless by design: a soft credit check (no hard inquiry that affects credit score) completes in under a second using real-time data signals — email age, device fingerprint, purchase history, and sometimes bureau data. Approval rates typically exceed 80% for standard pay-in-4. This frictionlessness is both the product’s appeal and regulators’ concern: consumers can accumulate BNPL obligations across multiple providers with no visibility to credit bureaus.

How a Buy Now Pay Later Purchase WorksShopperpicks BNPLBNPL Providerpays merchant nowMerchantgets full amountShopperrepays in installmentsProviderearns fees/interestMerchant paid upfront; shopper repays over time
Merchant paid upfront; shopper repays over time
Dimension BNPL Credit Card Personal Loan
Approval Instant, light check Credit check Full underwriting
Cost to shopper Often 0% if on time Revolving interest Fixed interest
Repayment Few fixed installments Flexible minimum Fixed schedule
Late penalty Fees, can escalate Interest + fees Interest + fees
Best for Small one-off buys Ongoing spending Larger amounts
BNPL vs credit card vs traditional loan

How Do BNPL Providers Make Money?

BNPL providers have three revenue streams. The largest is merchant fees — the 2–6% charged per transaction. For Afterpay, merchant fees accounted for over 70% of revenue historically. The second stream is late fees — typically $7–15 per missed payment, capped at 25% of the order value in some jurisdictions. The third is interest income on longer-term financing products (Klarna Financing, Affirm’s longer-duration loans).

The business model is fundamentally a credit model, not a payments model. BNPL providers hold receivables (consumer installments due) financed by debt facilities and capital markets. When interest rates rise sharply — as in 2022–2023 — BNPL providers’ funding costs surge while they often offer 0% financing to consumers. This caused significant losses across the sector and triggered consolidation. The longer-term viability of pure 0% BNPL depends on maintaining low credit losses, which requires disciplined underwriting as the consumer base scales.

💡

Pro Tip: Merchants negotiating BNPL contracts should benchmark fees across multiple providers and negotiate volume tiers aggressively. Klarna, Afterpay, and Affirm all offer reduced rates at €1M+ monthly volumes. Also evaluate whether BNPL integration increases average order value enough to justify the fee premium over card — A/B test before committing to exclusive arrangements.

What Is the Merchant Case for Offering BNPL?

The merchant case rests on three metrics: conversion rate lift (typically 20–30% improvement at checkout when BNPL is offered), average order value (AOV) increase (commonly 30–50% higher for BNPL transactions versus card), and new customer acquisition (BNPL providers surface merchants in their own apps and marketplaces). For a fashion retailer with a €120 average basket, BNPL might lift AOV to €180 while improving conversion — potentially justifying a 4% fee versus a 1.5% card rate.

However, merchants must also account for return rates (higher on BNPL purchases as consumers buy more impulsively) and chargeback complexity (BNPL disputes require different resolution processes than card chargebacks). For B2B merchants, BNPL-for-business products (Billie, Mondu, Hokodo in Europe) offer net-30/60 payment terms embedded at checkout — a compelling alternative to traditional trade credit management. For full context on how BNPL fits the payment stack, see our gateway and processor guide.

How Is BNPL Regulated in the EU, UK, and Turkey?

In the EU, the revised Consumer Credit Directive (CCD2), which member states must implement by November 2026, extends consumer credit rules to BNPL products: pre-contractual disclosure, affordability assessments, and right of withdrawal apply to interest-free BNPL for the first time. This will require BNPL providers to implement creditworthiness checks across all EU markets.

In the UK, the FCA brought BNPL under its consumer credit regulatory perimeter in 2024, requiring FCA authorization for BNPL providers. In Turkey, the BDDK regulates installment payments on bank cards (taksit) and has historically capped installment periods on certain categories — BNPL as a standalone fintech product operates in a greyer zone under BDDK’s payment service licensing framework.

⚠️

Risk: BNPL providers operating across multiple EU markets post-CCD2 will face significant compliance costs — creditworthiness checks, bureau reporting, and disclosure requirements similar to consumer credit products. Merchants relying on BNPL for a significant portion of their revenue should monitor provider compliance status and have backup payment methods ready.

How Do the Major BNPL Providers Compare?

Klarna is the largest BNPL provider globally by GMV, operating in 45 countries. It offers Pay in 4, Pay in 30 (invoice), and Financing products. Klarna obtained a Swedish banking license in 2017, enabling deposit-taking. Afterpay (owned by Block/Square) dominates in Australia and has strong US presence, operating a pure pay-in-4 model. Affirm focuses on US markets with a spectrum from 0% merchant-subsidized to 36% APR loans, and has deep integrations with Shopify and Amazon. PayPal Pay Later leverages existing merchant relationships — 35M+ merchants already integrate PayPal, reducing BNPL adoption friction to near zero.

In Europe, Scalapay (Italy/Southern Europe) and Riverty (formerly AfterPay by Arvato) compete with Klarna. In Turkey, local banks’ taksit (installment) features on credit cards have historically served the BNPL function — standalone BNPL fintechs are less established. The Digital Payments hub covers related payment innovations in depth.

What Are the BNPL Risks for Consumers and Systemic Finance?

The systemic risk regulators worry about is invisible indebtedness: a consumer using four different BNPL services simultaneously — each with its own app, no bureau reporting — may have €3,000 in BNPL obligations that no lender can see. When income shocks occur (job loss, health crisis), these obligations become unmanageable simultaneously. The UK Money and Pensions Service found that 40% of BNPL users had missed at least one payment.

For corporate finance professionals, the systemic concern is secondary to the operational one: if a key BNPL provider exits a market (as several did during 2022–2023 funding pressure), merchants dependent on BNPL for 20–30% of revenue face an immediate conversion rate hit. Treat BNPL as a supplementary payment method, not a core infrastructure dependency, and maintain card acceptance as the primary rail.

How Does BNPL Affect Merchant Cash Flow and Accounting?

From a merchant accounting perspective, BNPL works like a factoring arrangement: the BNPL provider pays the merchant gross transaction value minus merchant fee immediately (typically within 1–3 business days), and collects installments from the consumer directly. The merchant recognizes revenue at point of sale; the installment collection risk is borne entirely by the BNPL provider. Unlike credit card terminals, there is no consumer credit risk on the merchant’s balance sheet.

The accounting entries are clean: debit Cash (or Accounts Receivable from BNPL provider), credit Revenue, credit Sales Tax Payable. The BNPL merchant fee is recorded as payment processing expense. For companies using accrual accounting, the timing difference between sale recognition and BNPL payout (1–3 days) is typically immaterial. However, for businesses with very high BNPL volume (30%+ of revenue), monitoring BNPL provider settlement reliability — and having contingency payment method coverage — is prudent working capital management.

What Is the Impact of BNPL on Consumer Spending Behavior?

The behavioral economics of BNPL are well-documented and commercially significant. Payment decoupling — separating the pain of payment from the pleasure of purchase — reduces perceived price sensitivity. Consumers tend to focus on the installment amount (€25/month) rather than total cost (€100), making higher-priced items feel affordable. This effect is most pronounced for fashion, electronics, and home goods — categories where BNPL adoption is highest.

Research by the Klarna-affiliated Consumer Payments Research Center and independent studies by the FCA find that BNPL users are disproportionately younger (18–34), urban, and lower-income — demographics with less existing credit product access. For merchants targeting these demographics, BNPL is both a conversion tool and an inclusivity feature. For regulators, the same data raises debt spiral concerns: the customers most susceptible to BNPL impulse purchasing are also those with least financial buffer for missed payments.

How Is BNPL Technology Evolving — From Checkout to Anywhere?

BNPL is evolving beyond the online checkout button. BNPL virtual cards (Klarna Card, Affirm Virtual Card) allow consumers to use BNPL at any retailer — not just those with direct BNPL integrations — by generating a one-time virtual card number charged against the BNPL provider’s account. This dramatically expands the addressable merchant universe without requiring individual merchant integrations.

In-store BNPL (via QR code at POS) is growing in the US, UK, and Australia. Klarna’s in-store QR code allows a customer to split any purchase at a physical checkout. This convergence of online and in-store BNPL creates a unified installment payment method across all channels — potentially the most significant checkout innovation for physical retail since contactless payments. For merchants managing an omnichannel payment stack, ensure your payment provider can report BNPL transactions from both channels in a unified dashboard for accurate payment mix analysis. See the broader payment method context in our Digital Payments hub.

💡

Pro Tip: To measure the true ROI of BNPL at your checkout, run an A/B test with BNPL enabled vs disabled for 60 days and track three metrics: conversion rate, average order value, and gross margin after BNPL fees. The fee premium over cards is only justified if conversion lift and/or AOV increase more than compensates. Many merchants find BNPL ROI positive for high-AOV product categories and negative for low-margin commodity items.

How Does BNPL Affect Merchant Cash Flow and Accounting?

From a merchant accounting perspective, BNPL works like a factoring arrangement: the BNPL provider pays the merchant gross transaction value minus merchant fee immediately (typically within 1–3 business days), and collects installments from the consumer directly. The merchant recognizes revenue at point of sale; the installment collection risk is borne entirely by the BNPL provider. Unlike credit card terminals, there is no consumer credit risk on the merchant’s balance sheet.

The accounting entries are clean: debit Cash (or Accounts Receivable from BNPL provider), credit Revenue, credit Sales Tax Payable. The BNPL merchant fee is recorded as payment processing expense. For companies using accrual accounting, the timing difference between sale recognition and BNPL payout (1–3 days) is typically immaterial. However, for businesses with very high BNPL volume (30%+ of revenue), monitoring BNPL provider settlement reliability — and having contingency payment method coverage — is prudent working capital management.

What Is the Impact of BNPL on Consumer Spending Behavior?

The behavioral economics of BNPL are well-documented and commercially significant. Payment decoupling — separating the pain of payment from the pleasure of purchase — reduces perceived price sensitivity. Consumers tend to focus on the installment amount (€25/month) rather than total cost (€100), making higher-priced items feel affordable. This effect is most pronounced for fashion, electronics, and home goods — categories where BNPL adoption is highest.

Research by the Klarna-affiliated Consumer Payments Research Center and independent studies by the FCA find that BNPL users are disproportionately younger (18–34), urban, and lower-income — demographics with less existing credit product access. For merchants targeting these demographics, BNPL is both a conversion tool and an inclusivity feature. For regulators, the same data raises debt spiral concerns: the customers most susceptible to BNPL impulse purchasing are also those with least financial buffer for missed payments.

How Is BNPL Technology Evolving — From Checkout to Anywhere?

BNPL is evolving beyond the online checkout button. BNPL virtual cards (Klarna Card, Affirm Virtual Card) allow consumers to use BNPL at any retailer — not just those with direct BNPL integrations — by generating a one-time virtual card number charged against the BNPL provider’s account. This dramatically expands the addressable merchant universe without requiring individual merchant integrations.

In-store BNPL (via QR code at POS) is growing in the US, UK, and Australia. Klarna’s in-store QR code allows a customer to split any purchase at a physical checkout. This convergence of online and in-store BNPL creates a unified installment payment method across all channels — potentially the most significant checkout innovation for physical retail since contactless payments. For merchants managing an omnichannel payment stack, ensure your payment provider can report BNPL transactions from both channels in a unified dashboard for accurate payment mix analysis. See the broader payment method context in our Digital Payments hub.

💡

Pro Tip: To measure the true ROI of BNPL at your checkout, run an A/B test with BNPL enabled vs disabled for 60 days and track three metrics: conversion rate, average order value, and gross margin after BNPL fees. The fee premium over cards is only justified if conversion lift and/or AOV increase more than compensates. Many merchants find BNPL ROI positive for high-AOV product categories and negative for low-margin commodity items.

Frequently Asked Questions

Does offering BNPL increase chargebacks?+
BNPL itself doesn’t generate card chargebacks — it’s a separate product. However, consumer disputes with BNPL purchases are handled through the BNPL provider’s own dispute process, which can be slower than card chargebacks. Merchants should review each provider’s dispute resolution terms before integration.
Can B2B businesses use BNPL?+
Yes. B2B BNPL (also called embedded trade finance) is a growing segment. Providers like Billie, Mondu, and Hokodo in Europe offer invoice financing at B2B checkout, allowing buyers to pay net-30 or net-60 while the seller receives funds immediately. This is particularly relevant for B2B e-commerce platforms and marketplaces.
Is BNPL profitable for providers?+
Most pure BNPL providers were not profitable at scale as of 2023–2024 due to high credit losses, funding costs, and customer acquisition expenses. Klarna returned to profitability in 2023 after significant restructuring. The sector is consolidating, and embedded BNPL within bank apps and card issuers is increasingly competing with standalone providers.
How does BNPL affect consumer credit scores?+
Traditional pay-in-4 BNPL typically involves only a soft credit inquiry and is not reported to credit bureaus in most markets, meaning it neither helps nor hurts scores. This is changing — Experian, Equifax, and TransUnion have developed BNPL reporting frameworks, and post-CCD2 in Europe, bureau reporting will likely become standard for regulated BNPL products.
✍️ Last Updated: May 2026 · Reviewed by the Kurums Finance editorial team.

ISO 20022: What the New Global Payment Standard Means for Businesses

ISO 20022: What the New Global Payment Standard Means for Businesses

⚡ TL;DR
ISO 20022 is the international standard for financial messaging that is replacing legacy formats like SWIFT MT messages, SEPA XML, and domestic wire formats worldwide. It enables richer, more structured payment data to travel with each transaction, supporting better compliance screening, automated reconciliation, and real-time liquidity management. The SWIFT network’s ISO 20022 migration period runs through November 2025.
Global
adoption underway
Structured
data per payment
Fewer holds
better screening
Automatable
reconciliation

ISO 20022 is the biggest change to payment messaging infrastructure in 30 years — and most corporate treasury teams are unprepared for its implications. When completed, virtually every cross-border wire transfer, domestic high-value payment, and real-time rail message will carry structured, standardized data far richer than anything legacy MT messages could accommodate. For multinationals operating in Turkey, the Balkans, and the EU, ISO 20022 compliance is not optional — it is already live on SEPA, TARGET2, and increasingly on correspondent banking corridors.

⚖️ Disclaimer: This article is general information, not financial or legal advice. Payment regulations vary by jurisdiction and change frequently. Consult a qualified professional for your specific situation.
🎯 Key Takeaways
What does ISO 20022 replace?
ISO 20022 replaces SWIFT’s legacy MT message formats (MT103 for payments, MT202 for bank-to-bank), SEPA’s proprietary XML, and national formats like Fedwire’s tag-based messages. It provides a single, globally consistent standard.
When is ISO 20022 mandatory on SWIFT?
SWIFT’s co-existence period (running MT and ISO 20022 in parallel on SWIFT gpi) ends November 2025, after which ISO 20022 MX messages become mandatory for SWIFT cross-border payments. Many central bank RTGS systems migrated earlier — TARGET2 in March 2023, CHAPS in April 2023.
What is the key benefit of ISO 20022 for businesses?
Richer, structured data fields mean payment purpose, debtor/creditor LEIs, invoice references, and remittance information travel with the payment in machine-readable format. This enables straight-through-processing (STP), automated reconciliation, and faster OFAC/AML screening without manual intervention.

What Is ISO 20022 and Why Was It Created?

ISO 20022 is an international standard developed by the International Organization for Standardization (ISO) for electronic data interchange between financial institutions. Where legacy SWIFT MT messages were limited in field length and used codes and abbreviations, ISO 20022 uses structured XML/JSON with a rich data dictionary — supporting over 600 defined message types across payments, securities, trade finance, and foreign exchange.

The standard was created to solve a fundamental problem: when money moves globally, payment instructions and remittance data were truncated, misformatted, or lost entirely as they passed through different banking systems speaking different ‘dialects.’ This caused failed payments, manual reconciliation, and compliance screening delays. ISO 20022 defines a universal financial language that every system can understand natively.

ISO 20022 Replaces Legacy MessagingLegacy MTlimited dataMigrationbanks upgradeISO 20022rich structured dataScreeningfewer false holdsReconciliationautomatedRicher data flows end-to-end with each payment
Richer data flows end-to-end with each payment
Dimension Legacy (MT / proprietary) ISO 20022
Data richness Limited, unstructured Rich, structured
Compliance screening More false positives More accurate
Reconciliation Often manual Automatable
Interoperability Fragmented Global standard
Future-proofing Being retired The new baseline
Legacy formats vs ISO 20022

What Is the SWIFT ISO 20022 Migration Timeline?

SWIFT began its ISO 20022 migration for cross-border payments in March 2023, entering a co-existence period where both legacy MT messages and new ISO 20022 MX messages (pacs.008, pacs.009, camt.054, etc.) flow in parallel on the SWIFT network. During co-existence, a translation service converts between formats so banks on either standard can still communicate.

The co-existence period ends November 2025, after which MT messages for payments will be discontinued. All SWIFT member banks must either send/receive native MX messages or rely on a (potentially fee-bearing) translation service. For corporate treasuries, the deadline means ERP and TMS systems must be tested for ISO 20022 compatibility before that date.

💡

Pro Tip: If your ERP (SAP, Oracle, Logo) or TMS generates SWIFT MT103 files for cross-border payments, contact your system vendor now about ISO 20022 upgrades. Post-November 2025, payment files in MT format may fail or incur translation fees at your bank. This is especially relevant for Logo ERP users in Turkey where the migration roadmap varies by bank.

How Does ISO 20022 Affect Real-Time Payment Systems?

Most modern real-time payment rails were designed natively in ISO 20022. SEPA Instant Credit Transfer (SCT Inst) uses ISO 20022. India’s UPI uses an ISO 20022-based message format. Brazil’s Pix uses a derivative. FedNow was built on ISO 20022 from day one. This means that as real-time rails grow in importance, ISO 20022 becomes the de facto language of instant payments globally.

The richer data in ISO 20022 enables request-to-pay (RTP) workflows — where a payee can send a structured payment request (with invoice data, due dates, and amounts) to a payer, who approves it with a single click, triggering an instant rail payment. This workflow eliminates manual invoice reconciliation for accounts payable teams. Learn more about how RTP rails work in our real-time payment rails guide.

What Are the Key ISO 20022 Message Types for Corporate Finance?

The most relevant ISO 20022 message types for corporate treasury operations are: pacs.008 (FI to FI customer credit transfer — equivalent to MT103), pacs.009 (financial institution credit transfer — equivalent to MT202), pain.001 (customer credit transfer initiation — the file your ERP generates), camt.052/053/054 (bank-to-customer account reporting, statements, and debit/credit notifications — equivalent to MT940/942).

For AP/AR teams, the pain.001 file format is the most immediately relevant. ISO 20022 pain.001 supports structured remittance information up to 9,999 lines per payment — versus the 140-character limit in MT103. This means a single payment instruction can carry complete invoice-level reference data, enabling fully automated matching in your ERP without manual reconciliation.

How Does ISO 20022 Impact AML and Compliance Screening?

ISO 20022’s structured data fields — including LEI (Legal Entity Identifier), purpose codes, regulatory reporting indicators, and fully structured debtor/creditor addresses — dramatically improve AML and sanctions screening. Legacy MT messages had free-text fields where names were often truncated or coded, causing high false positive rates in OFAC/EU sanctions screening and manual review backlogs.

With ISO 20022, screening systems receive machine-readable, complete entity data. LEI lookup enables instant identification of the ultimate beneficial owner. Purpose codes enable risk-based processing. For financial institutions and their corporate customers, this means faster payment processing, lower compliance costs, and fewer held payments. For companies operating in jurisdictions with elevated sanctions risk (including some Balkan routes), this is material.

⚠️

Risk: Companies using correspondent banking for Serbia, North Macedonia, or Albania transfers should verify their banking partner’s ISO 20022 migration status. Banks that delay migration may face payment holds or translation fees post-November 2025. Build redundancy into your cross-border payment flows before the deadline.

What Do Corporate Treasury Teams Need to Do Before November 2025?

The to-do list for corporate treasury is concrete: First, audit your payment file formats — if your ERP generates MT101 or MT103 files, these need to be converted to pain.001 ISO 20022 format. Second, review your bank statement formats — ensure your TMS can ingest camt.053/054 reports for automated cash positioning. Third, verify your LEI registration is current — many ISO 20022 message types require a valid LEI for legal entities.

Fourth, test your beneficiary data quality — ISO 20022 requires structured address fields (street, town, country) rather than free-text. Clean your vendor master data now. Fifth, assess whether SWIFT connectivity (if you use SWIFT directly for corporate-to-bank messaging under SWIFT for Corporates) needs upgrading. The transition is manageable with 3–6 months of preparation. Explore the full payment stack context in our Payment Infrastructure hub.

How Does ISO 20022 Enable Straight-Through Processing (STP) in Corporate Finance?

Straight-through processing (STP) means a payment is initiated, executed, and reconciled in accounts receivable or accounts payable without manual intervention. ISO 20022 is the enabling standard because it allows complete remittance information — invoice numbers, PO references, line-item detail — to travel with the payment in structured, machine-readable fields. The ERP system receiving the camt.054 debit/credit notification can automatically match the incoming payment to open invoices.

For large corporates processing thousands of cross-border payments monthly, improving STP rates from 60% to 95% can save hundreds of hours of AR/AP manual work per month. Legacy MT103 messages routinely truncated beneficiary names and reference data at 35 characters per line, causing systematic reconciliation failures. ISO 20022 supports 140-character structured fields and multi-line remittance blocks with unlimited invoice lines. The practical result: a supplier payment from a Turkish entity to a Macedonian entity can now carry the full invoice breakdown, tax line, and WHT reference — eliminating the phone calls and email chains that previously resolved mismatches.

What Is the LEI and Why Is It Critical for ISO 20022 Compliance?

The Legal Entity Identifier (LEI) is a 20-character alphanumeric code that uniquely identifies a legal entity in financial transactions. Issued by GLEIF-accredited Local Operating Units (LOUs), LEIs are required by multiple ISO 20022 message types, particularly for financial institutions and increasingly for corporates in regulated payment flows. In the EU, LEIs are mandatory for corporates trading securities; their use in payment messages is expanding under ISO 20022.

For a group of companies like a multinational energy operator with entities in Turkey, Macedonia, Albania, and Serbia, each operating entity should have its own LEI. Registration costs approximately $100–200 per entity per year through LOUs like the London Stock Exchange or WM Datenservice. The LEI appears in the <Id><LEI> field of ISO 20022 payment messages, enabling financial institutions to instantly screen the entity against sanctions lists and verify ownership chains. Entities without LEIs will face delays or manual review on payments where ISO 20022 LEI fields are required — update registrations annually without exception.

How Should Finance Teams Test ISO 20022 Readiness Before November 2025?

A practical ISO 20022 readiness assessment for corporate treasury has five steps. First, inventory payment flows: list every bank account, every payment type (SWIFT, SEPA, domestic wire), and whether the associated payment file format is MT or ISO 20022. Second, test bank connectivity: submit a test pain.001 ISO 20022 file to each banking partner and confirm it processes without errors. Third, validate camt reporting: configure your TMS to ingest camt.053 end-of-day statements and verify automated cash positioning works correctly.

Fourth, clean beneficiary master data: ISO 20022 requires structured postal addresses — existing free-text address fields in your ERP vendor master will fail validation. Export your vendor master, identify all free-text address records, and restructure them into street number, street name, city, postal code, and country fields. Fifth, validate remittance mapping: ensure your ERP payment proposal maps invoice references to the ISO 20022 RmtInf/Strd structured remittance fields rather than the unstructured text field. Each of these steps can be done in a structured remediation sprint of 4–8 weeks. Explore the full Payment Infrastructure hub for related topics including real-time payment rails that use ISO 20022 natively.

How Does ISO 20022 Enable Straight-Through Processing (STP) in Corporate Finance?

Straight-through processing (STP) means a payment is initiated, executed, and reconciled in accounts receivable or accounts payable without manual intervention. ISO 20022 is the enabling standard because it allows complete remittance information — invoice numbers, PO references, line-item detail — to travel with the payment in structured, machine-readable fields. The ERP system receiving the camt.054 debit/credit notification can automatically match the incoming payment to open invoices.

For large corporates processing thousands of cross-border payments monthly, improving STP rates from 60% to 95% can save hundreds of hours of AR/AP manual work per month. Legacy MT103 messages routinely truncated beneficiary names and reference data at 35 characters per line, causing systematic reconciliation failures. ISO 20022 supports 140-character structured fields and multi-line remittance blocks with unlimited invoice lines. The practical result: a supplier payment from a Turkish entity to a Macedonian entity can now carry the full invoice breakdown, tax line, and WHT reference — eliminating the phone calls and email chains that previously resolved mismatches.

What Is the LEI and Why Is It Critical for ISO 20022 Compliance?

The Legal Entity Identifier (LEI) is a 20-character alphanumeric code that uniquely identifies a legal entity in financial transactions. Issued by GLEIF-accredited Local Operating Units (LOUs), LEIs are required by multiple ISO 20022 message types, particularly for financial institutions and increasingly for corporates in regulated payment flows. In the EU, LEIs are mandatory for corporates trading securities; their use in payment messages is expanding under ISO 20022.

For a group of companies like a multinational energy operator with entities in Turkey, Macedonia, Albania, and Serbia, each operating entity should have its own LEI. Registration costs approximately $100–200 per entity per year through LOUs like the London Stock Exchange or WM Datenservice. The LEI appears in the <Id><LEI> field of ISO 20022 payment messages, enabling financial institutions to instantly screen the entity against sanctions lists and verify ownership chains. Entities without LEIs will face delays or manual review on payments where ISO 20022 LEI fields are required — update registrations annually without exception.

How Should Finance Teams Test ISO 20022 Readiness Before November 2025?

A practical ISO 20022 readiness assessment for corporate treasury has five steps. First, inventory payment flows: list every bank account, every payment type (SWIFT, SEPA, domestic wire), and whether the associated payment file format is MT or ISO 20022. Second, test bank connectivity: submit a test pain.001 ISO 20022 file to each banking partner and confirm it processes without errors. Third, validate camt reporting: configure your TMS to ingest camt.053 end-of-day statements and verify automated cash positioning works correctly.

Fourth, clean beneficiary master data: ISO 20022 requires structured postal addresses — existing free-text address fields in your ERP vendor master will fail validation. Export your vendor master, identify all free-text address records, and restructure them into street number, street name, city, postal code, and country fields. Fifth, validate remittance mapping: ensure your ERP payment proposal maps invoice references to the ISO 20022 RmtInf/Strd structured remittance fields rather than the unstructured text field. Each of these steps can be done in a structured remediation sprint of 4–8 weeks. Explore the full Payment Infrastructure hub for related topics including real-time payment rails that use ISO 20022 natively.

Frequently Asked Questions

Is ISO 20022 mandatory for all businesses?+
ISO 20022 is mandatory for financial institutions connecting to SWIFT and central bank RTGS systems (TARGET2, CHAPS, Fedwire are migrating). For corporates, the mandate is indirect: if your bank requires ISO 20022 format payment files for submission, you must comply to avoid file rejections. Check with your banking partners for their specific corporate requirements.
What is the difference between pain.001 and pacs.008?+
pain.001 is the message a corporate sends to its bank to initiate a payment (customer-to-bank layer). pacs.008 is the message the bank sends onward to the recipient bank through the interbank network (bank-to-bank layer). A single pain.001 can generate multiple pacs.008 messages.
Does ISO 20022 apply to cryptocurrency transactions?+
ISO 20022 is designed for traditional financial messaging and is not natively used for blockchain transactions. However, some projects — notably XRP Ledger (Ripple) and XLM (Stellar) — have adopted ISO 20022-compatible data structures to position for institutional interoperability with legacy banking infrastructure.
Where can I find official ISO 20022 message specifications?+
The official ISO 20022 catalog and message specifications are published at iso20022.org. SWIFT publishes implementation guides for its specific MX message usage. Your bank’s corporate cash management team should provide you with their specific pain.001 format requirements, which may include bank-specific extensions.
✍️ Last Updated: May 2026 · ISO 20022 migration deadline: November 2025 · Reviewed by the Kurums Finance editorial team.