What Is a Payment Gateway: How It Differs from Acquirers and Merchant Accounts, and How It Charges
Selling on an independent site or a SaaS, you will always meet the term "payment gateway". But the gateway, the acquirer, and the merchant account are three different roles, and many people mix them up, ending up confused by statements and unable to calculate fees. This article explains each role in one sentence, then breaks down the payment flow and fee structure.
1. Three Roles: Gateway, Acquirer, and Merchant Account
- Payment gateway: the technical "switchboard operator" that connects your website/App to the payment networks. It securely collects card details, initiates authorization, and returns results. Stripe, Adyen, PayPal, and domestic wallets such as Alipay and WeChat Pay all fall into this category;
- Acquirer: the cardholder's bank is the "issuer"; the bank that collects money for you is the "acquirer". The acquirer connects the transaction into the card network (Visa/Mastercard) and plays its corresponding role;
- Merchant account: a bank account dedicated to receiving transaction proceeds. Money first lands here, then settles to your everyday account.
One-line summary: the gateway is the "entrance and facade", the acquirer is the "banking channel behind", and the merchant account is the "money bag". Many modern gateways bundle all three into one service (Stripe, for example, provides both the gateway and the merchant account), so you only see one button.
2. The Payment Flow
Take a user paying by credit card on your website:
- The user enters card details on the checkout page;
- Your website passes the data to the gateway (via API, encrypted between your server and the gateway; card numbers are generally not stored in plaintext on your server);
- The gateway sends an authorization request to the issuer;
- The issuer checks the balance and risk, then returns "approved/declined";
- The gateway relays the result to your website, and the user sees the payment succeed;
- Funds settle from the acquirer to your merchant account on the settlement schedule (commonly T+1 to T+2, i.e., one or two days later).
For technical integration details, see Stripe Payment Integration Guide.
3. How Fees Work
Payment gateway pricing usually has three parts:
- Percentage: 1.5%-3.5% of the transaction amount, split among the card network, the acquirer, and the gateway;
- Fixed fee: a flat amount per transaction, such as $0.10-$0.30, covering network costs;
- Other fees: refund fees, cross-border currency conversion (commonly 1%-3%), monthly/annual fees, and chargeback processing fees.
Example: a gateway charges 2.9% + $0.30; a $100 transaction costs $2.9 + $0.3 = $3.2 in fees, leaving $96.8. On small transactions the fixed fee looms larger, so a "lower percentage" is not always "cheaper". For a head-to-head comparison, see 2026 Payment Gateway Fee Comparison.
4. Common Gateway Types
- Aggregator / full-service: Stripe, Adyen, PayPal. Sign up and use; no separate merchant account application; suits small and mid-sized merchants and can go live within hours;
- Traditional acquirer: Worldpay, Checkout.com and similar — require underwriting and allow fee negotiation; suit high-volume businesses;
- Local wallets: Alipay, WeChat Pay, PayPal Wallet — local habits differ by country, so cross-border sites often run multiple channels in parallel;
- Subscription / buy-now-pay-later: Stripe Billing, Klarna and similar — suit subscription products.
For how to assemble cross-border collection channels, see Cross-Border Payment Platform Comparison.
5. How to Choose a Gateway
Evaluate on four dimensions:
- Fees and cost: fold the percentage, fixed fee, currency conversion, and withdrawal fees into the "true cost per transaction";
- Supported payment methods: credit cards, local wallets, Apple Pay/Google Pay;
- Risk and compliance: whether 3DS and fraud protection are supported, and whether your industry is accepted (some gateways reject adult, gambling, and other categories);
- Integration cost: one-click integrations, documentation quality, and sandbox environment. For integration and testing, see Payment Gateway Sandbox Testing.
6. Settlement and Payout
Beyond fees, care about when money actually arrives:
- Settlement schedule (T+1/T+2): most gateways settle funds to your merchant account one or two days after the transaction;
- Reserve: some gateways hold back a percentage of funds (commonly 5%-10%) as a buffer for disputes and refunds, usually lowered or lifted after 1-6 months;
- Withdrawal fees: some platforms charge a flat or per-transaction fee for withdrawals.
Read these terms before signing up, especially the reserve percentage and settlement schedule — they directly affect your cash flow. Factor them into the true cost when selecting a gateway.
7. FAQ
Q1: Why is my fee not fixed? Because card network and acquirer fees vary by card type (credit/debit), region, and cross-border status; gateways price by "card type + region".
Q2: Do I get fees back on refunds? Most gateways refund the percentage but not the fixed fee, and some even charge a refund fee. Read the terms before signing up.
Q3: Can individuals open a payment gateway? Most full-service gateways allow individuals, but require identity and business information; past a certain volume you must move to a business account and pass KYC review.