Power your business with online payments via N-Genius Online
Fast plugins for quick payments
Explore our open-source SDKs, plugins, and sample projects to speed up your integration.
Test and interact with our APIs instantly using ready-made Postman collections.
Step-by-step guides to set up your sandbox, run test transactions, and go live fast.
Your gateway to seamless integration testing - start testing instantly
Sign up now and get onboarded and transacting instantly
Seamless transactions that drive growth & cardholder loyalty.
Seamless local integration for enhanced cardholder experiences.
Flexible digital wallets for scalable, secure payments.
A unified platform for smart corporate spend management, combining expense control and self-service card operations.
Unified card & account fraud management powered by FICO® Falcon.
Full transaction control for cardholders.
Embedded security for reduced card fraud.
Fast, flexible tools to build, customize and launch cards.
All-in-one platform for FX, routing, integration, and insights.
Secure, customizable plastic cards for any business.
On-the-spot card issuance for instant spending power.
Advanced compliance for fighting financial crime.
Securely enable customers to instantly add and activate their cards in digital wallets directly from your mobile app.
Smart, safe & eco-friendly statements
Automated reconciliation for clear, accurate settlement.
Power your business with online payments via N-Genius Online
Fast plugins for quick payments
Turn browsers into buyers with frictionless online payments.
Explore our open-source SDKs, plugins, and sample projects to speed up your integration.
Test and interact with our APIs instantly using ready-made Postman collections.
Step-by-step guides to set up your sandbox, run test transactions, and go live fast.
Build, customize, and launch payments for web, mobile, and in-store – designed for businesses of every size, from startups to global brands.
Your gateway to seamless integration testing - start testing instantly
Sign up now and get onboarded and transacting instantly
From smart payment devices to ready-to-use plugins, we have the right digital payment solutions to take your business to new heights.
The N-Genius Online payment platform provides a quick, seamless way to increase your sales online.
Retrieve instant order details with N-Genius Online’s API, giving you full visibility to manage transactions, resolve queries, and deliver faster customer service.
import ngenius from '@api/ngenius';
ngenius.findOrder({outletId: 'outletId', ref: 'ref'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
using RestSharp;
var options = new RestClientOptions("https://api-gateway.sandbox.ngenius-payments.com/transactions/outlets/outletId/orders/ref");
var client = new RestClient(options);
var request = new RestRequest("");
request.AddHeader("accept", "application/vnd.ni-payment.v2+json");
var response = await client.GetAsync(request);
Console.WriteLine("{0}", response.Content);
const options = {method: 'GET', headers: {accept: 'application/vnd.ni-payment.v2+json'}};
fetch('https://api-gateway.sandbox.ngenius-payments.com/transactions/outlets/outletId/orders/ref', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));
<?php
require_once('vendor/autoload.php');
$client = new \GuzzleHttp\Client();
$response = $client->request('GET', 'https://api-gateway.sandbox.ngenius-payments.com/transactions/outlets/outletId/orders/ref', [
'headers' => [
'accept' => 'application/vnd.ni-payment.v2+json',
],
]);
echo $response->getBody();
import requests
url = "https://api-gateway.sandbox.ngenius-payments.com/transactions/outlets/outletId/orders/ref"
headers = {"accept": "application/vnd.ni-payment.v2+json"}
response = requests.get(url, headers=headers)
print(response.text)
Secure & seamless payment acceptance – just minutes away
Create your account in minutes and verify your email to get started.
Choose the payment solution tailored to your business needs.
Enter your company details and link your bank account securely.
Review your agreement, sign, and complete the verification via Nafath.
Upload your signed agreement and start accepting payments