Payment gateway

Payment infrastructure built for modern businesses.

ScanPay is, and remains, a payment gateway. Connect it to your website, your application or the systems your team already works in, and every payment lands with a reference, a status and a record.

Connects toWeb, app, ERP, POS
Built onREST API + webhooks
M-Pesa fee1% per transaction
Checkout preview

Order summary

Home Fibre 20 Mbps — AugustKES 3,500
InstallationKES 1,000
Total dueKES 4,500

Payment method

M-PesaPay from your phone
Other methodsConfigured per business
Pay KES 4,500
Payment flow

From checkout to confirmation.

Six stages, one transaction reference running through all of them.

Gateway flow
01Customer
02Checkout
03Payment
04ScanPay
05Confirmation
06Business
Business benefits

What the gateway gives your operation.

One place to collect

Website, application and business-system payments arrive through the same gateway.

A reference per transaction

Every payment carries a reference your finance team can trace and reconcile.

Status you can act on

Verified, pending, processing and failed are explicit states, not guesses.

Verification included

The same verification that powers the rest of the platform applies to gateway payments.

Systems stay in sync

Webhooks push transaction changes to your systems as they happen.

Operational visibility

The dashboard shows what came in, what is pending and what failed.

collect-payment.js
// Create a payment against an order
const payment = await scanpay.payments.create({
  amount: 4500,
  reference: "ORDER-4821",
  method: "mpesa",
  callback: "https://yourapp.co/webhooks/scanpay"
});

// React when the status settles
scanpay.webhooks.on("transaction.verified", (e) => {
  orders.markPaid(e.reference, e.amount);
});
Integration options

Connect it the way your stack works.

Call the API from your server, listen for webhooks, or run both. The transaction reference is the thread that ties your records to ScanPay's.

  • REST API for initiating and querying payments
  • Webhooks for transaction status changes
  • Works alongside ISP and utility billing on the same account
Transaction dashboard

Know what came in, and what did not.

scanpay — transactions Interface preview · sample data
ReferenceAmountMethodChannelTimeStatus
SPV-8F2A41C9KES 24,500.00M-PesaWebsite checkout14:32 Verified
SPV-7B1D09A4KES 3,500.00M-PesaMobile app14:26 Verified
SPV-5A66C118KES 9,000.00M-PesaPOS13:58 Pending
SPV-9D02B85FKES 1,180.00M-PesaWebsite checkout13:22 Failed
Questions

Payment gateway FAQs.

Connect ScanPay to your website, application or business system. Payments are collected through the gateway, each one gets a transaction reference and status, and your system is notified when the payment is confirmed.

Yes. ScanPay exposes a REST API and webhooks, so it can be connected to a website, a mobile application, an ERP, a POS, or an internal business system.

M-Pesa is supported through the ScanPay STK Push integration. Talk to the ScanPay team to confirm which methods apply to your setup.

Each transaction carries a status. Your system can query it through the API or receive it through a webhook the moment it changes, and the dashboard shows the same information.

Transactions processed through the ScanPay M-Pesa integration carry a 1% transaction fee. Pricing for other gateway configurations depends on your setup — contact ScanPay for a quote.

Start accepting payments.

Connect ScanPay to your website, application or business system and start collecting with a record behind every transaction.