Payment Gateway
Also known as: Payment Processor Gateway, Online Payment Gateway, Checkout Gateway
A payment gateway is the service that securely captures card or bank details at checkout and routes them to the processor for authorization.
Definition
A payment gateway is the technology layer that sits between your checkout page and the payment processor. It encrypts the customer's card or bank data, tokenizes it, and passes the transaction request through to the card networks and issuing bank for approval.
In practice, your billing system calls the gateway whenever a customer hits 'pay' on an invoice, subscription renewal, or one-time order. The gateway handles fraud screening, 3D Secure prompts, and returns an approved or declined response in under a second so your system can fulfill the order or retry the charge.
Operators often confuse the gateway with the processor or the merchant account. The gateway is the front-door API; the processor moves the money between banks; the merchant account is where settled funds land. Modern providers bundle all three, but they're distinct functions and sometimes priced separately.
Why It Matters
Your gateway directly affects revenue. A slow or buggy gateway raises checkout abandonment, and a gateway with weak retry logic or poor decline-recovery can leak 5-15% of subscription revenue through failed renewals that should have gone through.
Ignoring gateway selection means you inherit whatever defaults your billing tool ships with, which often locks you into higher fees, limited currencies, and no leverage when chargebacks spike. Teams that don't actively manage their gateway also miss out on smart routing, network tokens, and account updater services that quietly recover failed payments.
Examples in Practice
A 40-person B2B SaaS company processes monthly subscription renewals through a gateway integrated with its billing engine. When a card hits its expiration date, the gateway's account updater pulls the new card number from the network automatically, preventing involuntary churn without anyone on the team touching the account.
A direct-to-consumer skincare brand routes checkout through a gateway that supports Apple Pay, Google Pay, and local methods like iDEAL and Klarna. By offering region-specific payment methods at the gateway level, the brand lifts international conversion roughly 20% compared to card-only checkout.
A managed service provider invoices enterprise clients in three currencies. The gateway handles ACH for U.S. customers, SEPA for European clients, and card payments as a fallback, so the finance team isn't manually reconciling wire transfers or chasing down failed payments across regions.