What "Interchange++" Actually Means

Payment Processing Flow

Adyen's whole pitch is "transparent pricing." That $0.13 + 0.60% sounds simple enough. But here's what they don't tell you during the sales call.

Three Fees That Stack Up Fast

Processing Fee ($0.13 per transaction): This hits every single transaction, including refunds. When a customer returns a $10 item, you pay $0.26 total - once for the original sale, once for processing the refund. For our subscription business with high trial-to-paid conversion testing, this adds up to around $300/month just for people who cancel.

Interchange Fees: These come from Visa/Mastercard, not Adyen. In the US, consumer cards run 1.5-2.2%, but business and rewards cards hit 2.7-3.2%. Since we sell B2B software, about 60% of our transactions use business cards. That "1.8% average" from their calculator becomes 2.4% in reality.

Adyen's Markup (0.60% minimum): This is where it gets expensive. Business cards get charged 0.85%. International cards get dinged with currency conversion on top. Cross-border transactions from our European customers end up costing 3.1% total.

Real Numbers From Our Account

We process about $85K monthly, mostly B2B transactions. A typical $500 payment costs:

  • Processing: $0.13
  • Interchange: $13.50 (business card)
  • Adyen markup: $4.25 (0.85%)
  • Total: $17.88 (3.58%)

Their pricing calculator estimated 2.1% for this same transaction.

European Pricing Games

European interchange is regulated at 0.3% for consumer cards, which sounds great. But Adyen compensates by charging 0.75% markup instead of 0.60%. Our Amsterdam office ends up paying similar rates to the US once you factor in their higher processing fees for SEPA and other local methods.

Payment Method Complexity

Supporting 50+ payment methods means 50+ different fee structures. iDEAL costs €0.22 flat fee but takes 3 business days to settle - learned that the hard way when our cash flow projections were off by a week. SEPA Direct Debit is cheaper per transaction but chargebacks take 8 weeks to resolve and cost €25 each.

We enabled Klarna thinking it would boost conversions. The 4.29% fee is brutal, but worse - our fraud rates jumped from 0.3% to 1.1% because anyone can checkout with zero verification. Had to disable it after two months.

What Payment Methods Actually Cost You

Payment Method

Adyen's Fee

Real Cost Per $100

Notes

US Credit Cards

$0.13 + 0.60%

$2.50-3.50

Business cards hit 3.2%+ interchange

EU Credit Cards

$0.13 + 0.60%

$0.90-1.50

Regulated interchange caps help

US Debit Cards

$0.13 + 0.60%

$1.20-1.80

Still higher than Stripe's 2.9% flat

Apple Pay

$0.13 + card fees

Same as underlying card

Zero savings, just better UX

iDEAL

€0.22 + 0.60%

~$0.40

3-day settlement delay

SEPA Direct Debit

€0.27 + 0.60%

~$0.45

Chargeback resolution takes forever

PayPal

Varies by contract

Usually 3.5%+

Double processing with Adyen+PayPal

Klarna

$0.13 + 4.29%

$4.40-5.50

High fraud rates in our experience

Amex

$0.13 + 3.95%

$4.10+

Premium cards cost premium fees

The Stuff They Don't Mention in Sales Calls

Hidden Payment Processing Fees

Beyond the basic interchange++ rates (which aren't that basic), there are operational costs that only show up once you're live in production.

Currency Conversion Kills International Revenue

International transactions get hit with currency conversion fees on top of everything else. We have customers paying in EUR, GBP, and CAD. Each conversion costs 0.6-1.2% above market rate (highway robbery).

Our biggest EU customer processes about €15K monthly. When they switched from paying in EUR to USD (thinking it would be cheaper), our conversion fees went from €0 to $180/month. The "savings" from avoiding international card fees got wiped out.

Adyen's exchange rates are consistently 1-2% worse than what you'd get from Wise or your bank. For high-volume international businesses, this adds up fast.

Chargeback Fees: $25 Per Dispute

$25 per chargeback, whether you win or lose the dispute. We learned this the hard way during a fraud wave last summer - about 30 chargebacks in two weeks from stolen credit cards.

That's $750 in fees just for the goddamn disputes, plus losing the original transaction amounts. Our chargeback rate hit 0.8% and Adyen started sending warning emails about potential account closure.

If you hit 1% chargeback rate, they put you on a "monitoring program" with additional monthly fees. The threshold varies by industry - ours is 0.9% for SaaS.

Integration Reality Check

Their documentation looks clean, but the API has weird quirks. Webhook signatures randomly failed validation in our staging environment - kept getting "INVALID_SIGNATURE" errors even with identical payload. Took three weeks to figure out it was a timezone issue with their HMAC generation. Their docs assume UTC but the API returns timestamps in Amsterdam time.

The test environment doesn't mirror production behavior perfectly. 3D Secure flows that worked fine in testing started failing for certain European cards in production. Had to implement fallback handling after customers complained.

Error handling is frustrating. You get generic "REFUSED" responses with no indication whether it's a card issue, compliance problem, or API misconfiguration. Their support team usually just tells you to check the documentation (which is useless).

Budget at least 8-12 weeks for a proper integration if you need custom payment flows. Stripe took us 3 days to get working; Adyen took 3 months.

Revenue Protect Auto-Enrollment

If Adyen's risk system flags your business as "higher risk," they automatically enroll you in Revenue Protect at $0.06 per transaction. This happened to us when we started processing larger transactions ($5K+ average).

We process about 2,000 transactions monthly, so that's an extra $120/month. The AI blocks maybe 2-3% more transactions than their basic fraud detection, but false positives are brutal. Lost probably $8K in legitimate sales the first month - it kept flagging our biggest customer's payments as "suspicious" because they paid the same amount monthly. Took forever to tune the settings.

True Cost Example

Here's what we actually pay for $75K monthly processing (B2B SaaS, mostly US customers):

  • Base processing fees: $975 (13 cents × 7,500 transactions)
  • Interchange + markup: $1,800 (average 2.4% effective rate)
  • Chargeback fees: $100 (4 disputes average)
  • Currency conversion: $150 (international customers)
  • Revenue Protect: $450 (auto-enrolled at higher volume)

Total: $3,475/month (4.63% effective rate)

The pricing calculator estimated 2.3% for our transaction profile.

What Your Business Will Actually Pay

Your Situation

Monthly Volume

What You'll Expect

What You'll Actually Pay

Why It Sucks More

Small Online Store

$50K

~$1,000

$1,350-1,650

Minimums and risk fees kill you

Mid-Size Retailer

$250K

~$4,500

$5,200-6,800

International customers are expensive

Big Enterprise

$2M

~$30,000

$35,000-45,000

Currency conversion destroys margins

SaaS Subscription

$100K

~$1,500

$1,900-2,400

Failed payment retries cost extra

Travel/Booking

$500K

~$10,000

$14,000-18,000

High-risk = higher fees everywhere

European B2B

€300K

€2,000

€2,800-3,500

Still find ways to charge more

When Adyen Makes Sense (And When It Doesn't)

After integrating and running Adyen for 20 months, here's my take on whether it's worth the complexity.

Sweet Spot: $300K+ Monthly Revenue

Adyen starts making financial sense around $300K monthly processing. Below that, the integration cost and operational complexity outweigh the savings.

We were processing $85K/month when we switched from Stripe. The rate savings were real (dropped from 2.9% to 2.4% effective), but integration took 12 weeks of senior dev time. That's roughly $25K in labor costs to save $300/month in fees.

Break-even was around 7 months. If you're not processing significant volume, the math doesn't work.

Where Adyen Actually Wins

International customers: If you're selling to European businesses, Adyen's local payment method support is genuinely better. SEPA Direct Debit, iDEAL, and other regional methods are first-class citizens, not afterthoughts.

B2B payments: Business credit cards are expensive everywhere, but Adyen's interchange++ model means you're not paying someone else's markup on top of the card network fees.

High transaction volumes: Once you're doing 10K+ transactions monthly, the $0.13 per-transaction fee becomes competitive compared to percentage-based pricing.

Where It Falls Apart

High refund rates: Any business with >5% refund rates gets killed by their refund processing fees. Fashion brands, electronics retailers, anything with significant returns should avoid Adyen.

Rapid development cycles: If your payment flow changes frequently (A/B testing checkout, experimenting with pricing), Adyen's complexity will slow you down. Stripe's simpler API is much better for iteration.

Small finance teams: Adyen's reporting and reconciliation is complex. If you don't have someone who can spend time learning their dashboard and export formats, it'll be a nightmare.

Integration Reality

The documentation is comprehensive but the API is finicky. Webhook signature validation broke three times during our integration for different reasons:

  1. Timezone handling in HMAC generation - their docs assume UTC but timestamps come back in CET
  2. Base64 encoding differences between test and production - test environment accepted URL-safe encoding, production demanded standard Base64
  3. Event ordering issues when processing multiple payment methods - webhooks arrive out of order, can't rely on sequence

Each issue took 3-5 days to debug because their error messages are shit. "Authentication failed" could mean anything from wrong API keys to subtle encoding problems. One time it was literally a trailing newline character in our webhook URL.

Budget 8-12 weeks for a proper integration if you need custom payment flows. Factor in testing time for each payment method you want to support.

Negotiation Points That Actually Work

Monthly minimums: These are usually negotiable if you can show consistent volume. We got ours reduced from $2,500 to $1,500 after six months of usage data.

Chargeback fee waivers: Ask for chargeback fees to be waived if you maintain <0.5% dispute rates. This saved us around $400/month.

Revenue Protect: Don't let them auto-enroll you in this. The $0.06 per transaction adds up fast and the fraud detection improvement is marginal for most businesses.

My Recommendation

Under $200K/month: Stick with Stripe. The rate difference isn't worth the integration headaches.

$200K-$500K/month: Consider Adyen if you have international customers and dedicated dev resources for integration.

Over $500K/month: Definitely evaluate Adyen, but negotiate hard on minimums and extra services.

The break-even point depends heavily on your transaction profile, refund rates, and technical capabilities. For most SaaS companies processing standard credit cards domestically, Stripe's simplicity wins until you hit significant scale.

Related Tools & Recommendations

compare
Similar content

Stripe, Adyen, Square, PayPal, Checkout.com: Processor Battle

Five payment processors that each break in spectacular ways when you need them most

Stripe
/compare/stripe/adyen/square/paypal/checkout-com/payment-processor-battle
100%
compare
Similar content

Stripe vs Adyen vs Square AI: Real Payment Processing Features

After 3 Years of Payment Processor Hell, Here's What AI Features Don't Suck

Stripe
/compare/stripe/adyen/square/paypal/checkout-com/braintree/ai-automation-features-2025
80%
tool
Similar content

Braintree: PayPal's Payment Processing for Scaling Businesses

The payment processor for businesses that actually need to scale (not another Stripe clone)

Braintree
/tool/braintree/overview
67%
tool
Similar content

Checkout.com: Enterprise Payments for High-Volume Businesses

Built for enterprise scale - when Stripe and PayPal aren't enough

Checkout.com
/tool/checkout-com/enterprise-payment-powerhouse
66%
tool
Similar content

Checkout.com Integration: Real-World Guide & Hidden Truths

Uncover the real challenges of Checkout.com integration. This guide reveals hidden issues, onboarding realities, and when it truly makes sense for your payment

Checkout.com
/tool/checkout-com/real-world-integration-guide
62%
tool
Similar content

Square Developer Platform: Commerce APIs & Payment Processing

Payment processing and business management APIs that don't completely suck, but aren't as slick as Stripe either

Square
/tool/square/overview
54%
tool
Similar content

Adyen for Small Business: Why It's Not the Right Fit for SMBs

Considering Adyen for your small business? Discover why Adyen's enterprise-focused platform might not be the best fit for SMBs and when to consider alternative

Adyen
/tool/adyen/small-business-reality
52%
tool
Similar content

Spreedly: Avoid Payment Vendor Lock-in & Connect 140+ Gateways

Connect to 140+ payment gateways through one API - no more rebuilding integrations every damn time

Spreedly
/tool/spreedly/overview
48%
tool
Similar content

Adyen: Enterprise Payments, Costs, and Integration Challenges

The payment system big companies use when they outgrow Stripe

Adyen
/tool/adyen/overview
47%
alternatives
Similar content

Stripe Alternatives: Cut 2.9% Fees & Save $18K/Year

When you're bleeding $18K/year in processing fees and realize Stripe isn't the only game in town.

Stripe
/alternatives/stripe/decision-driven-alternatives
41%
pricing
Recommended

What These Ecommerce Platforms Will Actually Cost You (Spoiler: Way More Than They Say)

Shopify Plus vs BigCommerce vs Adobe Commerce - The Numbers Your Sales Rep Won't Tell You

Shopify Plus
/pricing/shopify-plus-bigcommerce-magento/enterprise-total-cost-analysis
40%
tool
Similar content

Stripe Overview: Payment Processing & API Ecosystem Guide

Finally, a payment platform that won't make you want to throw your laptop out the window when debugging webhooks at 3am

Stripe
/tool/stripe/overview
38%
tool
Similar content

Adyen Production Problems - Where Integration Dreams Go to Die

Built for companies processing millions, not your side project. Their integration process will make you question your career choices.

Adyen
/tool/adyen/production-problems
36%
tool
Similar content

Creem Review: Estonian Payment Processor for AI Startups & Fintech

An honest look at another "fintech for AI startups" that promises to solve payment processing hell

Creem
/tool/creem/overview
34%
alternatives
Similar content

Stripe Alternatives: Cheaper Payment Processors for Small Businesses

Small business alternatives to Stripe's 2.9% fees with real customer service and account stability

Stripe
/alternatives/stripe/migration-cost-alternatives
31%
tool
Similar content

Creem Breaks at Scale: How to Avoid Payment Provider Failure

Your Estonian payment provider crashes when it matters most

Creem
/tool/creem/enterprise-scaling
28%
compare
Similar content

Stripe, Plaid, Dwolla, Yodlee: Unbiased Fintech API Comparison

Comparing: Stripe | Plaid | Dwolla | Yodlee

Stripe
/compare/stripe/plaid/dwolla/yodlee/payment-ecosystem-showdown
27%
integration
Recommended

Stripe + Plaid Identity Verification: KYC That Actually Catches Synthetic Fraud

KYC setup that catches fraud single vendors miss

Stripe
/integration/stripe-plaid/identity-verification-kyc
26%
compare
Recommended

Stripe vs Plaid vs Dwolla - The 3AM Production Reality Check

Comparing a race car, a telescope, and a forklift - which one moves money?

Stripe
/compare/stripe/plaid/dwolla/production-reality-check
26%
tool
Recommended

Stripe Terminal - Unified In-Person Payment Platform

Integrate in-person payments with your existing Stripe infrastructure using pre-certified card readers, SDKs, and Tap to Pay technology

Stripe Terminal
/tool/stripe-terminal/overview
26%

Recommendations combine user behavior, content similarity, research intelligence, and SEO optimization