Ecommerce

Payment Gateway

Also called PSP, checkout provider

The service that authorises and processes a card or wallet payment between the shop, the bank and the customer.

Quick facts: Payment Gateway

Category
Ecommerce
Also called
PSP, checkout provider
Level
Beginner
Affects
Checkout completion, refunds, tracking accuracy, international sales
Where to see it
Your checkout provider's dashboard, GA4 purchase events, bank settlement reports
In this article4
  1. How a payment gateway works
  2. Why the payment gateway matters
  3. Where payment gateways go wrong
  4. How to act on it

How a payment gateway works

When a shopper presses pay, the gateway takes the card or wallet details, encrypts them and passes an authorisation request to the customer’s bank through the card network or the wallet provider. The bank checks the funds and any additional verification step, then answers approve or decline. The shop is told the result in seconds. The money itself moves later, when the transaction is settled into the merchant’s account, which is why your bank balance never matches today’s order list.

Gateways attach to a shop in different ways. A hosted page sends the shopper to the provider’s own screen and back again. An embedded field keeps them on your page while the card data still travels straight to the provider. A direct integration handles card data on your own server, which is rare because it puts the full weight of card security compliance on you. In Nepal most checkouts lean on wallets and bank transfer, with cash on delivery still doing a great deal of the work.

Why the payment gateway matters

It is the last step before money changes hands, so every weakness there is expensive. A gateway that does not offer the method your customers actually use, that fails on a slow mobile connection, or that shows an unfamiliar company name on the payment screen will lose orders the rest of the site worked hard to win.

It also decides how much of the international market you can serve. Accepting foreign cards, holding more than one currency and paying out to a local bank are separate permissions with separate approvals, and a shop selling abroad has to solve them deliberately rather than assuming the checkout will cope.

Where payment gateways go wrong

The most common technical failure is invisible. The redirect out to the gateway and back is counted as a fresh visit, so the sale is credited to the payment provider’s domain instead of the campaign that earned it. Advertising looks unprofitable, direct traffic looks brilliant, and budget gets cut from the thing that was working. Cross-domain tracking or a server-side purchase event fixes it, but somebody has to notice first.

The rest of the failures are commercial. Declines that nobody investigates. A checkout that demands account creation before it will take money. No statement of what will appear on the customer’s bank record. Error messages that tell the shopper nothing they can act on, so they abandon rather than retry.

How to act on it

Start from your customers’ habits rather than the provider’s feature list. Offer the methods they already trust, and show those logos before checkout begins, not after — a shopper who cannot see their wallet on the product page may never start. Then test the whole path on a real phone on a poor connection, including a deliberate failure, and read what a declined payment actually says.

Check the money and the data separately. Reconcile settled payouts against orders so charges and refunds are visible, and confirm that a completed payment still reports the source of the visit that produced it. If a shop is being built or rebuilt, treat payment methods, tracking and guest checkout as one decision — they are settled together during ecommerce website development, and retrofitting any of them is slower than getting them right at the start.

Do and do not

Do

  • Offer the payment methods your customers already use
  • Test checkout on a real phone, slow connection included
  • Confirm the purchase still reports its traffic source

Do not

  • Force account creation before you will accept payment
  • Hide payment options until the final checkout step
  • Ignore declined payments as somebody else's problem

Questions people ask about this

Is a payment gateway the same as a merchant account?

No, though many providers sell both together. The gateway is the messenger: it carries the payment request to the bank and brings the answer back. The merchant account is where the approved money sits before it is paid out to your business bank account. Understanding which part you are buying matters when you compare fees or troubleshoot a delayed payout.

Does sending shoppers to a payment page hurt conversions?

It can, but familiarity matters more than the redirect itself. Shoppers abandon when the destination looks unrelated to the shop they were buying from, when the page is slow, or when it asks for something unexpected. A recognisable provider with your shop name on the screen tends to convert well, so test rather than assume the on-site option wins.

Do I still need a gateway if most of my orders are cash on delivery?

Usually yes. Prepaid orders are refused far less often than orders paid at the door, so every customer you move to paying online protects margin. A gateway is also the only practical way to take money from customers outside your delivery area or overseas, and it settles faster than collecting cash through a courier.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.