On this page
Definition
A payment gateway is the software layer that securely captures payment details at checkout and passes them to the payment processor and card networks for authorisation, without the merchant ever directly handling raw card data.
Simple explanation
When a customer enters their card details on a website, that information needs to reach the banks involved without being exposed to the merchant's own servers in a way that creates security risk. The payment gateway handles this: it encrypts the details and routes them to the processor.
It then relays back a simple response — approved or declined — so the checkout page can tell the customer the outcome. Behind that simple yes/no sits a chain of communication between the gateway, the processor, the card network and the issuing bank.
Why it matters
Payment gateways are foundational to online commerce — without one, a website cannot accept card payments securely or reliably. They also handle much of the compliance burden around storing and transmitting sensitive card data.
Choosing a gateway affects checkout conversion, supported payment methods, fraud tooling and how easily a business can expand into new markets or currencies.
How it works
- 1CaptureThe customer enters payment details on a checkout page or app.
- 2EncryptionThe gateway encrypts the data before it leaves the customer's device or the merchant's servers.
- 3Authorisation requestThe gateway sends the transaction to the payment processor and onward to the card network.
- 4Issuer decisionThe customer's bank approves or declines the transaction based on funds and fraud checks.
- 5ResponseThe result flows back through the chain so the checkout can confirm success or failure.
Real examples
Products named for illustration only. Inclusion is not an endorsement.
- StripeProvides a widely used payment gateway with developer-friendly APIs for online checkouts.
- PayPalOffers gateway functionality alongside its wallet, letting merchants accept card and PayPal payments together.
- PaddleCombines gateway functionality with merchant-of-record services for software businesses.
Advantages
- Enables secure online acceptance of card and digital payments.
- Removes the need for merchants to directly handle raw card data.
- Often bundles fraud detection and tokenisation tools.
- Supports multiple payment methods and currencies through one integration.
Limitations
- Adds a per-transaction cost that affects margins, especially for low-value sales.
- Checkout reliability depends on the gateway's uptime and integration quality.
- Switching gateways later can require significant engineering effort.
- Some gateways still leave the merchant responsible for parts of compliance and fraud management.
Common misunderstandings
- ClaimA payment gateway and a payment processor are the same thing.RealityThe gateway captures and transmits the transaction; the processor communicates with card networks and banks to move the funds.
- ClaimUsing a payment gateway means a business handles no compliance obligations.RealityMerchants typically still have some responsibilities, such as maintaining a secure checkout environment, even when a gateway handles card data.
Used in these reviews
Payment Gateway appears in these Tool Money Lab reviews. Handy if you want to see the concept in a real product context.
Frequently asked questions
Do I need a payment gateway to sell online?
Yes, to accept card or digital payments securely on a website or app, a payment gateway or an equivalent embedded solution is required.
Is a payment gateway the same as a merchant account?
No, a merchant account holds funds on behalf of a business, while the gateway handles the technical capture and transmission of transaction data.
Can one payment gateway support multiple currencies?
Many modern gateways support multiple currencies and local payment methods within a single integration.
What happens if a payment gateway goes down?
Checkout transactions can fail or be delayed, which is why reliability and uptime are important factors when choosing a provider.
Does a payment gateway protect against fraud?
Many include fraud detection tools, but merchants often still need additional rules or review processes for higher-risk transactions.
The Tool Money Lab perspective
When evaluating payment gateways, look beyond headline transaction fees to consider supported payment methods, currency coverage and how much fraud tooling is included by default.
For software businesses selling internationally, the gateway choice often shapes which markets are easy to enter — some make adding new currencies or local payment methods far simpler than others.
Conclusion
A payment gateway is the invisible layer that makes online checkouts possible, securely connecting a website's checkout page to the wider banking system.
Its choice has ripple effects across conversion rates, compliance burden and international expansion, making it worth evaluating carefully rather than treating as an interchangeable commodity.