Seamlessly Integrate Payments into Your Apps
Network International Developer Hub is a comprehensive platform that empowers organizations to seamlessly integrate payment functionality into their applications, providing access to advanced APIs, SDKs, and other resources to build innovative, reliable, and secure payment solutions.
Revolutionize Card Issuance: Instantly Issue Virtual Cards with our Cutting-Edge APIs.
Our readily consumable APIs enables the instant issuance of cards, facilitating a seamless process for our clients to quickly and efficiently provide payment solutions to their customers.
Transform Spending Management: Empower Cardholders with Unprecedented Control Using Our APIs
Leverage our state-of-the-art APIs to modernize the management of cardholder spending, providing them with unparalleled independence and command over their card usage
Developer blog
In addition to our technical content, we also feature case studies and interviews with industry experts, giving you a behind-the-scenes look at the development process and the challenges that developers face in the field.
Explore our APIs
You are now ready to register. Introduce yourself to us and start collaborating. We’ll provide you with test data to use in the Sandbox environment and verify that your application works smoothly.
Quick start guide
We know you hate reading lengthy manuals – we hate it too. We have therefore made our documentation super-brief. Go ahead and read the basics, understand what the API is doing and how.
Our Feature Products
Ecommerce Plugins
NI offers the payment plugins and hosted sites for several eCommerce platforms to collect online payments from the customers on your website via NI Gateway. It eases the payment collection process for your ecommerce business without writing a single code.
Prepaid Solutions
Prepaid card services in NI allow users to access and use prepaid cards in the payment processing system.
Mobile SDKs
NI's All-in-One SDK provides a swift, secure, and seamless payment experience to your users by invoking the Apple Pay, Samsung Pay and Union Pay.
N-Genius Payments
Our N-Genius payment devices make it easier than ever for you to get paid. Supported by Android, all updates can be pushed quickly and remotely, ensuring your business always enjoys the latest functionality available.
A Platform Developers Love
Quickly integrate Network International APIs into your app and website
We guide you every step along the way.
- SDKs in four languages
- Postman collections
- Optimized code
- Developer account
import http.client
conn = http.client.HTTPSConnection("api-sandbox.network.global")
headers = {
'authorization': "Basic Og==",
'cache-control': "no-cache",
'postman-token': "b8a70094-1932-37ab-39ae-f6a3501ce97e"
}
conn.request("GET", "/v1/tokenkc/generate", headers=headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
.url("https://api-sandbox.network.global/v1/tokenkc/generate")
.get()
.addHeader("authorization", "Basic Og==")
.addHeader("cache-control", "no-cache")
.addHeader("postman-token", "5775c7c1-4597-0527-3f72-5c94037352fc")
.build();
Response response = client.newCall(request).execute();
var request = require("request");
var options = { method: 'GET',
url: 'https://api-sandbox.network.global/v1/tokenkc/generate',
headers:
{ 'postman-token': '97c1edf0-7906-4345-62e1-63550366f966',
'cache-control': 'no-cache',
authorization: 'Basic Og==' } };
request(options, function (error, response, body) {
if (error) throw new Error(error);
console.log(body);
});
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL =--> "https://api-sandbox.network.global/v1/tokenkc/generate",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => array(
"authorization: Basic Og==",
"cache-control: no-cache",
"postman-token: 1944f15f-4fe6-c675-9101-65b305dbcca8"
),
));
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
Let's innovate together!
We share insights about innovation and technology, give updates on our APIs, and share the best stories to celebrate your accomplishments and contributions.
Check out new Blogs
The Future of Banking APIs
Banking APIs are rapidly transforming the way financial institutions offer services to their customers, and the futur...
Learn moreNetwork International Announces Al Mostaqbal Al Emirati To Develop Local talent in Fintech space
Network International, the leading enabler of digital commerce in the Middle East and Africa, today announced the lau...
Learn moreE-commerce Spend Grew 2x
E-commerce spending in the UAE grew at double the rate of point of sale (POS) transactions in the first quarter of 20...
Learn moreStay Updated With Our Api's