LumioGate powers seamless online payments for ambitious businesses. Bank-grade security, transparent pricing, and developer-first APIs.
A complete toolkit for accepting, managing, and reconciling payments — built on the rails your customers already trust.
Settle authorisations in milliseconds. Reduce cart abandonment with one-click pay and saved cards.
End-to-end encryption, tokenisation, and 3-D Secure 2.2 keep every transaction protected.
Sell in your customers' local currency and settle in yours. Multi-region acquiring out of the box.
REST and webhooks with battle-tested SDKs in 9 languages. Test mode, sandbox keys, and clean docs.
Live dashboards for revenue, refunds, and chargebacks. Export to your data warehouse in one click.
Machine learning risk scoring blocks fraud before it reaches your books — without slowing legitimate buyers.
Build against a full-fidelity test environment, then flip a switch to go live.
Drop in our hosted checkout, or use our SDKs to build a fully bespoke flow. Test mode mirrors production 1:1.
Switch to live keys and start accepting payments. Settlements straight to your nominated bank account.
A clean, predictable REST API with idempotent requests, typed SDKs, and webhooks that actually arrive. Integrate in an afternoon.
Create a charge with a single POST. Authenticate with a Bearer token. Listen to events over signed webhooks. No XML, no SOAP, no proprietary middleware.
# Create a payment
curl https://api.lumiogate.com/v1/charges \
-u sk_live_8f3a...c1d2: \
-H "Idempotency-Key: order_91827" \
-d amount=4999 \
-d currency=gbp \
-d source=tok_visa \
-d description="Order #91827"
# Response — 200 OK
{
"id": "ch_3NkZqL2eZvKYlo2C0aB9d1Xy",
"object": "charge",
"amount": 4999,
"currency": "gbp",
"status": "succeeded",
"captured": true,
"risk_score": 12,
"created": 1748409600
}
From the moment a card number is entered, your customers' data is encrypted, tokenised, and ringfenced inside our PCI-DSS Level 1 environment.
Multi-region redundancy with automatic failover. Independently audited.
Talk to our team about the right setup for your business — most merchants are live within 48 hours.