Payment Processor
Also known as: Payment Gateway, Merchant Processor, Card Processor
A payment processor is the service that moves card and ACH transactions between your customer, their bank, and your merchant account.
Definition
A payment processor is the technical middleman that handles the actual movement of money when a customer pays you. It authorizes the card or bank transaction, routes it through the card networks and issuing banks, and settles the funds into your account — usually within one to three business days.
In practice, your billing system hands off card details (or a tokenized version) to the processor, which returns an approval or decline in seconds. The processor also handles refunds, chargebacks, recurring charge attempts, and the compliance scaffolding around PCI data handling.
Payment processors are often confused with payment gateways and merchant accounts. The gateway is the front-door interface that captures card data, the merchant account is the bank account that holds funds before payout, and the processor is the engine routing the transaction between all parties — though many modern vendors bundle all three under one contract.
Why It Matters
Your processor choice directly affects revenue. Authorization rates, supported payment methods, retry logic for failed recurring charges, and dispute-handling tools all live at the processor layer — a one or two percent swing in approval rates can be the difference between hitting plan and missing it. Fee structures also vary widely, and a processor optimized for high-ticket B2B invoicing looks nothing like one tuned for low-ticket e-commerce.
Teams that pick a processor on price alone usually pay later in operational pain. Common failures include weak international card support that silently declines foreign buyers, no native ACH for invoice payments, slow dispute interfaces that cause you to miss chargeback deadlines, and rigid APIs that make subscription changes (proration, pauses, plan swaps) a manual exercise for your billing team.
Examples in Practice
A 40-person SaaS company processing monthly subscriptions notices involuntary churn climbing because expired cards are silently failing. Switching to a processor with account updater services and smart retry logic recovers roughly 30 percent of failed renewals without any human intervention.
A managed-services firm sending five-figure invoices to enterprise clients adds ACH and wire support through their processor. Card fees on a $25,000 invoice were eating thousands per transaction, while ACH costs a flat fee — the switch pays for itself within the first month.
A direct-to-consumer brand expanding into Europe finds their U.S.-centric processor declines a high share of EU cards. Moving to a processor with local acquiring in target markets lifts approval rates by double digits and unlocks region-specific methods like SEPA and iDEAL.