nginx 1.20.1
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561c515fc99fa3018ed7533c67ff
Found 4 files trough .DS_Store spidering: /css /fonts /img /js
Open service 13.38.16.229:443 · sandbox.biz.tranzak.me
2026-01-09 09:47
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Fri, 09 Jan 2026 09:47:12 GMT Content-Type: text/html Content-Length: 2656 Last-Modified: Tue, 27 Aug 2024 14:25:22 GMT Connection: close ETag: "66cde1d2-a60" Accept-Ranges: bytes Page title: Tranzak Developer Portal <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><link rel="stylesheet" type="text/css" href="/loader.css"><link rel="icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"><title>Tranzak Developer Portal</title><link href="/css/chunk-15fac2ec.652b221a.css" rel="prefetch"><link href="/css/chunk-2a905b8c.96dc40f9.css" rel="prefetch"><link href="/css/chunk-599361bc.fca5f550.css" rel="prefetch"><link href="/css/chunk-6163d3a4.e987a89d.css" rel="prefetch"><link href="/css/chunk-7acb4b4c.0b49d61e.css" rel="prefetch"><link href="/css/chunk-8eaa030e.df6830f2.css" rel="prefetch"><link href="/css/chunk-d257eba8.167152c5.css" rel="prefetch"><link href="/css/chunk-e06f13ce.42cb0a4a.css" rel="prefetch"><link href="/css/chunk-ebec4180.fd79da1b.css" rel="prefetch"><link href="/css/chunk-f993fe00.742c17fd.css" rel="prefetch"><link href="/js/chunk-15fac2ec.3c57732d.js" rel="prefetch"><link href="/js/chunk-2a905b8c.dbb9e078.js" rel="prefetch"><link href="/js/chunk-2d22bcc3.430f04f1.js" rel="prefetch"><link href="/js/chunk-599361bc.8ac0b985.js" rel="prefetch"><link href="/js/chunk-6163d3a4.de968b88.js" rel="prefetch"><link href="/js/chunk-7acb4b4c.75745495.js" rel="prefetch"><link href="/js/chunk-8eaa030e.fcb0891e.js" rel="prefetch"><link href="/js/chunk-d257eba8.0b01a864.js" rel="prefetch"><link href="/js/chunk-e06f13ce.f0dccff9.js" rel="prefetch"><link href="/js/chunk-ebec4180.8d0e1345.js" rel="prefetch"><link href="/js/chunk-f993fe00.9896dc5b.js" rel="prefetch"><link href="/css/app.b4538883.css" rel="preload" as="style"><link href="/css/chunk-vendors.06853ac2.css" rel="preload" as="style"><link href="/js/app.8b716ab5.js" rel="preload" as="script"><link href="/js/chunk-vendors.ace0982b.js" rel="preload" as="script"><link href="/css/chunk-vendors.06853ac2.css" rel="stylesheet"><link href="/css/app.b4538883.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Sanaga Dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="loading-bg"><div class="loading-logo-wrapper"><img class="loading-logo-img" src="/logo-colored.png" alt="Logo"><div class="spinner-custom"><div class="bounce1-custom"></div><div class="bounce2-custom"></div><div class="bounce3-custom"></div></div></div></div><div id="app"></div><script src="/js/chunk-vendors.ace0982b.js"></script><script src="/js/app.8b716ab5.js"></script></body></html>
Open service 13.38.16.229:80 · sandbox.pay.tranzak.me
2026-01-07 16:38
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Wed, 07 Jan 2026 16:38:18 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://sandbox.pay.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox.pay.tranzak.me
2026-01-07 16:38
HTTP/1.1 200 OK
Server: nginx/1.20.1
Date: Wed, 07 Jan 2026 16:38:18 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2680
Last-Modified: Wed, 05 Jun 2024 16:31:14 GMT
Connection: close
ETag: "666092d2-a78"
Accept-Ranges: bytes
Page title: payment-authorisation-gateway
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>payment-authorisation-gateway</title>
<style>
#main-loader{
overflow: hidden;
position: fixed;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(4, 4, 4, 0.071);
z-index: 100000000000000000;
}
#main-loader .loader {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
position: relative;
border: 3px solid;
border-color: #FFF #FFF transparent transparent;
box-sizing: border-box;
animation: rotation .2s linear infinite;
}
#main-loader .loader::after,
#main-loader .loader::before {
content: '';
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: transparent transparent #990099 #990099;
width: 40px;
height: 40px;
border-radius: 50%;
box-sizing: border-box;
animation: rotationBack 2s linear infinite;
transform-origin: center center;
}
#main-loader .loader::before {
width: 32px;
height: 32px;
border-color: #FFF #FFF transparent transparent;
animation: rotation .2s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotationBack {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
</style>
<link href="/js/0.js" rel="prefetch"><link href="/js/1.js" rel="prefetch"><link href="/js/app.js" rel="preload" as="script"><link href="/js/chunk-vendors.js" rel="preload" as="script"></head>
<body>
<div id="main-loader">
<span class="loader"></span>
</div>
<noscript>
<strong>We're sorry but payment-authorisation-gateway doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/js/chunk-vendors.js"></script><script type="text/javascript" src="/js/app.js"></script></body>
</html>
Open service 13.38.16.229:80 · sandbox.pay.tranzak.me
2026-01-01 02:05
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:05:12 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://sandbox.pay.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox.pay.tranzak.me
2026-01-01 02:05
HTTP/1.1 200 OK
Server: nginx/1.20.1
Date: Thu, 01 Jan 2026 02:05:12 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2680
Last-Modified: Wed, 05 Jun 2024 16:31:14 GMT
Connection: close
ETag: "666092d2-a78"
Accept-Ranges: bytes
Page title: payment-authorisation-gateway
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>payment-authorisation-gateway</title>
<style>
#main-loader{
overflow: hidden;
position: fixed;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(4, 4, 4, 0.071);
z-index: 100000000000000000;
}
#main-loader .loader {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
position: relative;
border: 3px solid;
border-color: #FFF #FFF transparent transparent;
box-sizing: border-box;
animation: rotation .2s linear infinite;
}
#main-loader .loader::after,
#main-loader .loader::before {
content: '';
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: transparent transparent #990099 #990099;
width: 40px;
height: 40px;
border-radius: 50%;
box-sizing: border-box;
animation: rotationBack 2s linear infinite;
transform-origin: center center;
}
#main-loader .loader::before {
width: 32px;
height: 32px;
border-color: #FFF #FFF transparent transparent;
animation: rotation .2s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotationBack {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
</style>
<link href="/js/0.js" rel="prefetch"><link href="/js/1.js" rel="prefetch"><link href="/js/app.js" rel="preload" as="script"><link href="/js/chunk-vendors.js" rel="preload" as="script"></head>
<body>
<div id="main-loader">
<span class="loader"></span>
</div>
<noscript>
<strong>We're sorry but payment-authorisation-gateway doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/js/chunk-vendors.js"></script><script type="text/javascript" src="/js/app.js"></script></body>
</html>
Open service 13.38.16.229:80 · sandbox.dsapi.tranzak.me
2026-01-01 02:04
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:04:49 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://sandbox.dsapi.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox.dsapi.tranzak.me
2026-01-01 02:04
HTTP/1.1 404 Not Found
Server: nginx/1.20.1
Date: Thu, 01 Jan 2026 02:04:49 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 79
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
ETag: W/"4f-glaHEe0l6TZdcuJy0eCfxpGjH80"
{"errorCode":404,"errorMsg":"Not found!","data":{},"success":false,"errors":{}}
Open service 13.38.16.229:80 · sandbox.biz.tranzak.me
2026-01-01 02:04
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:04:49 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://sandbox.biz.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox.biz.tranzak.me
2026-01-01 02:04
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:04:49 GMT Content-Type: text/html Content-Length: 2656 Last-Modified: Tue, 27 Aug 2024 14:25:22 GMT Connection: close ETag: "66cde1d2-a60" Accept-Ranges: bytes Page title: Tranzak Developer Portal <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><link rel="stylesheet" type="text/css" href="/loader.css"><link rel="icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"><title>Tranzak Developer Portal</title><link href="/css/chunk-15fac2ec.652b221a.css" rel="prefetch"><link href="/css/chunk-2a905b8c.96dc40f9.css" rel="prefetch"><link href="/css/chunk-599361bc.fca5f550.css" rel="prefetch"><link href="/css/chunk-6163d3a4.e987a89d.css" rel="prefetch"><link href="/css/chunk-7acb4b4c.0b49d61e.css" rel="prefetch"><link href="/css/chunk-8eaa030e.df6830f2.css" rel="prefetch"><link href="/css/chunk-d257eba8.167152c5.css" rel="prefetch"><link href="/css/chunk-e06f13ce.42cb0a4a.css" rel="prefetch"><link href="/css/chunk-ebec4180.fd79da1b.css" rel="prefetch"><link href="/css/chunk-f993fe00.742c17fd.css" rel="prefetch"><link href="/js/chunk-15fac2ec.3c57732d.js" rel="prefetch"><link href="/js/chunk-2a905b8c.dbb9e078.js" rel="prefetch"><link href="/js/chunk-2d22bcc3.430f04f1.js" rel="prefetch"><link href="/js/chunk-599361bc.8ac0b985.js" rel="prefetch"><link href="/js/chunk-6163d3a4.de968b88.js" rel="prefetch"><link href="/js/chunk-7acb4b4c.75745495.js" rel="prefetch"><link href="/js/chunk-8eaa030e.fcb0891e.js" rel="prefetch"><link href="/js/chunk-d257eba8.0b01a864.js" rel="prefetch"><link href="/js/chunk-e06f13ce.f0dccff9.js" rel="prefetch"><link href="/js/chunk-ebec4180.8d0e1345.js" rel="prefetch"><link href="/js/chunk-f993fe00.9896dc5b.js" rel="prefetch"><link href="/css/app.b4538883.css" rel="preload" as="style"><link href="/css/chunk-vendors.06853ac2.css" rel="preload" as="style"><link href="/js/app.8b716ab5.js" rel="preload" as="script"><link href="/js/chunk-vendors.ace0982b.js" rel="preload" as="script"><link href="/css/chunk-vendors.06853ac2.css" rel="stylesheet"><link href="/css/app.b4538883.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Sanaga Dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="loading-bg"><div class="loading-logo-wrapper"><img class="loading-logo-img" src="/logo-colored.png" alt="Logo"><div class="spinner-custom"><div class="bounce1-custom"></div><div class="bounce2-custom"></div><div class="bounce3-custom"></div></div></div></div><div id="app"></div><script src="/js/chunk-vendors.ace0982b.js"></script><script src="/js/app.8b716ab5.js"></script></body></html>
Open service 13.38.16.229:443 · developer.tranzak.me
2026-01-01 02:03
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:03:38 GMT Content-Type: text/html Content-Length: 2656 Last-Modified: Thu, 20 Feb 2025 09:40:00 GMT Connection: close ETag: "67b6f870-a60" Accept-Ranges: bytes Page title: Tranzak Developer Portal <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><link rel="stylesheet" type="text/css" href="/loader.css"><link rel="icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"><title>Tranzak Developer Portal</title><link href="/css/chunk-1ead39e3.167152c5.css" rel="prefetch"><link href="/css/chunk-2a905b8c.96dc40f9.css" rel="prefetch"><link href="/css/chunk-4ea546a4.90ce32d3.css" rel="prefetch"><link href="/css/chunk-57bbd318.df6830f2.css" rel="prefetch"><link href="/css/chunk-6ff69a5a.e987a89d.css" rel="prefetch"><link href="/css/chunk-79e2cc0a.fca5f550.css" rel="prefetch"><link href="/css/chunk-e06f13ce.80e31090.css" rel="prefetch"><link href="/css/chunk-e870f6ce.0b49d61e.css" rel="prefetch"><link href="/css/chunk-ebec4180.fd79da1b.css" rel="prefetch"><link href="/css/chunk-f993fe00.742c17fd.css" rel="prefetch"><link href="/js/chunk-1ead39e3.01f561f0.js" rel="prefetch"><link href="/js/chunk-2a905b8c.c45e2661.js" rel="prefetch"><link href="/js/chunk-2d22bcc3.d1f37047.js" rel="prefetch"><link href="/js/chunk-4ea546a4.53dc3f9d.js" rel="prefetch"><link href="/js/chunk-57bbd318.11a51e0e.js" rel="prefetch"><link href="/js/chunk-6ff69a5a.9065ba46.js" rel="prefetch"><link href="/js/chunk-79e2cc0a.e424d4f8.js" rel="prefetch"><link href="/js/chunk-e06f13ce.a95db44a.js" rel="prefetch"><link href="/js/chunk-e870f6ce.169c5590.js" rel="prefetch"><link href="/js/chunk-ebec4180.98202596.js" rel="prefetch"><link href="/js/chunk-f993fe00.9896dc5b.js" rel="prefetch"><link href="/css/app.4adb8944.css" rel="preload" as="style"><link href="/css/chunk-vendors.06853ac2.css" rel="preload" as="style"><link href="/js/app.84226481.js" rel="preload" as="script"><link href="/js/chunk-vendors.638e5ec5.js" rel="preload" as="script"><link href="/css/chunk-vendors.06853ac2.css" rel="stylesheet"><link href="/css/app.4adb8944.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Sanaga Dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="loading-bg"><div class="loading-logo-wrapper"><img class="loading-logo-img" src="/logo-colored.png" alt="Logo"><div class="spinner-custom"><div class="bounce1-custom"></div><div class="bounce2-custom"></div><div class="bounce3-custom"></div></div></div></div><div id="app"></div><script src="/js/chunk-vendors.638e5ec5.js"></script><script src="/js/app.84226481.js"></script></body></html>
Open service 13.38.16.229:80 · developer.tranzak.me
2026-01-01 02:03
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:03:38 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://developer.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:80 · sandbox-api.tranzak.me
2026-01-01 02:03
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:03:38 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://sandbox-api.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox-api.tranzak.me
2026-01-01 02:03
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:03:38 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Page title: Index of / <html> <head><title>Index of /</title></head> <body> <h1>Index of /</h1><hr><pre><a href="../">../</a> <a href="en-US/">en-US/</a> 19-Jun-2022 14:59 - <a href="icons/">icons/</a> 05-Sep-2024 10:19 - <a href="img/">img/</a> 19-Jun-2022 14:59 - <a href="404.html">404.html</a> 10-Nov-2022 16:56 3650 <a href="50x.html">50x.html</a> 10-Nov-2022 16:56 3693 <a href="index.html">index.html</a> 16-May-2014 15:12 4833 <a href="nginx-logo.png">nginx-logo.png</a> 10-Nov-2022 16:56 368 <a href="poweredby.png">poweredby.png</a> 10-Nov-2022 16:56 368 </pre><hr></body> </html>
Open service 13.38.16.229:443 · docs.developer.tranzak.me
2026-01-01 02:03
HTTP/1.1 200 OK
Server: nginx/1.20.1
Date: Thu, 01 Jan 2026 02:03:33 GMT
Content-Type: text/html
Content-Length: 381015
Last-Modified: Thu, 20 Feb 2025 10:05:36 GMT
Connection: close
ETag: "67b6fe70-5d057"
Accept-Ranges: bytes
Page title: API Reference
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name=robots content="index, follow">
<meta name=description content="API Reference">
<title>API Reference</title>
<link rel=icon href=images/bookmark.png>
<link href=css/screen.21a86285.css rel=stylesheet media=screen>
<link href=css/print.0babe0f0.css rel=stylesheet media=print>
<link href=css/highlight-monokai.f7211925.css rel=stylesheet media=screen,print>
<script src=js/all.eeef2dc7.js></script>
<style>
.tocify-wrapper,
.tocify-subheader,
.dark-box
{
background-color: black !important;
}
.tocify-wrapper>.search input
{
background-color: rgb(22, 21, 21) !important;
}
</style>
</head>
<body class="" data-languages="["bash","ruby","python","javascript"]">
<a href=# id=nav-button>
<span>NAV <img alt=navbar class=image-navbar src=images/navbar.ce6c3aca.png></span>
</a>
<div class=tocify-wrapper>
<img alt=logo class=image-logo src=images/logo.f1000af6.png>
<div class=lang-selector>
<a href=# data-language-name="bash">bash</a>
<a href=# data-language-name="ruby">ruby</a>
<a href=# data-language-name="python">python</a>
<a href=# data-language-name="javascript">javascript</a>
</div>
<div class=search>
<input type=text class=search id=input-search placeholder="Search">
</div>
<ul class=search-results></ul>
<div id=toc></div>
<ul class=toc-footer>
<li><a href=https://tranzak.net>About Tranzak</a></li>
</ul>
</div>
<div class=page-wrapper>
<div class=dark-box></div>
<div class=content>
<h1 id="introduction">Introduction.</h1>
<h2 id="welcome-to-the-official-documentation-site-for-tranzak">Welcome to the official documentation site for Tranzak</h2>
<p>The purpose of this site is to provide an open collection of technical topics and details about Tranzak developer APIs that are frequently requested by developers and IT specialists working within the Tranzak ecosystem.</p>
<p>We have tried to provide as much detail as possible and organize it logically. However, if you are looking for details but can not find them here, please provide feedback related to your documentation needs and we will get back with you shortly.</p>
<p>For an overview of the solution and to learn more about the business applications of Tranzak visit our website <a href="https://tranzak.net">https://tranzak.net</a></p>
<p>For support needs, feel free to drop us an email at <code>support@tranzak.net</code>.</p>
<h2 id="managing-apps-and-appkeys">Managing Apps and appKeys</h2>
<p>All Tranzak APIs and Keys are linked to an Application. You can create this application from the <a href="https://developer.tranzak.me">developer portal</a> or use the default application that is provided to you. You can also create multiple applications and manage theirs app keys separately.</p>
<p>Once your organization has been onboarded to Tranzak, you will be given an account to the developer portal to view your dashboard, manage your apps related keys, as well as key scopes (<code>collection</code>,<code>disbursement</code> or both).</p>
<p>If you enable collections for your key, you will be able to receive money from users. But to send money from your merchant account to a mobile wallet, bank account etc... you will need to manually enable disbursement.</p>
<p>Notes:</p>
<blockquote>
<p>Sandbox appKeys are now prefixed with <code>SAND_</code> (eg. <code>SAND_C1B041767BBA4B5D808D91AFB18002A5</code>) and production appKeys are prefixed with <code>PROD_</code> (eg. <co
Open service 13.38.16.229:80 · docs.developer.tranzak.me
2026-01-01 02:03
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.1 Date: Thu, 01 Jan 2026 02:03:32 GMT Content-Type: text/html Content-Length: 169 Connection: close Location: https://docs.developer.tranzak.me/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.20.1</center> </body> </html>
Open service 13.38.16.229:443 · sandbox.biz.tranzak.me
2025-12-22 15:26
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Mon, 22 Dec 2025 15:26:49 GMT Content-Type: text/html Content-Length: 2656 Last-Modified: Tue, 27 Aug 2024 14:25:22 GMT Connection: close ETag: "66cde1d2-a60" Accept-Ranges: bytes Page title: Tranzak Developer Portal <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><link rel="stylesheet" type="text/css" href="/loader.css"><link rel="icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"><title>Tranzak Developer Portal</title><link href="/css/chunk-15fac2ec.652b221a.css" rel="prefetch"><link href="/css/chunk-2a905b8c.96dc40f9.css" rel="prefetch"><link href="/css/chunk-599361bc.fca5f550.css" rel="prefetch"><link href="/css/chunk-6163d3a4.e987a89d.css" rel="prefetch"><link href="/css/chunk-7acb4b4c.0b49d61e.css" rel="prefetch"><link href="/css/chunk-8eaa030e.df6830f2.css" rel="prefetch"><link href="/css/chunk-d257eba8.167152c5.css" rel="prefetch"><link href="/css/chunk-e06f13ce.42cb0a4a.css" rel="prefetch"><link href="/css/chunk-ebec4180.fd79da1b.css" rel="prefetch"><link href="/css/chunk-f993fe00.742c17fd.css" rel="prefetch"><link href="/js/chunk-15fac2ec.3c57732d.js" rel="prefetch"><link href="/js/chunk-2a905b8c.dbb9e078.js" rel="prefetch"><link href="/js/chunk-2d22bcc3.430f04f1.js" rel="prefetch"><link href="/js/chunk-599361bc.8ac0b985.js" rel="prefetch"><link href="/js/chunk-6163d3a4.de968b88.js" rel="prefetch"><link href="/js/chunk-7acb4b4c.75745495.js" rel="prefetch"><link href="/js/chunk-8eaa030e.fcb0891e.js" rel="prefetch"><link href="/js/chunk-d257eba8.0b01a864.js" rel="prefetch"><link href="/js/chunk-e06f13ce.f0dccff9.js" rel="prefetch"><link href="/js/chunk-ebec4180.8d0e1345.js" rel="prefetch"><link href="/js/chunk-f993fe00.9896dc5b.js" rel="prefetch"><link href="/css/app.b4538883.css" rel="preload" as="style"><link href="/css/chunk-vendors.06853ac2.css" rel="preload" as="style"><link href="/js/app.8b716ab5.js" rel="preload" as="script"><link href="/js/chunk-vendors.ace0982b.js" rel="preload" as="script"><link href="/css/chunk-vendors.06853ac2.css" rel="stylesheet"><link href="/css/app.b4538883.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Sanaga Dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="loading-bg"><div class="loading-logo-wrapper"><img class="loading-logo-img" src="/logo-colored.png" alt="Logo"><div class="spinner-custom"><div class="bounce1-custom"></div><div class="bounce2-custom"></div><div class="bounce3-custom"></div></div></div></div><div id="app"></div><script src="/js/chunk-vendors.ace0982b.js"></script><script src="/js/app.8b716ab5.js"></script></body></html>
Open service 13.38.16.229:443 · sandbox.biz.tranzak.me
2025-12-20 18:39
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Sat, 20 Dec 2025 18:39:37 GMT Content-Type: text/html Content-Length: 2656 Last-Modified: Tue, 27 Aug 2024 14:25:22 GMT Connection: close ETag: "66cde1d2-a60" Accept-Ranges: bytes Page title: Tranzak Developer Portal <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><link rel="stylesheet" type="text/css" href="/loader.css"><link rel="icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"><title>Tranzak Developer Portal</title><link href="/css/chunk-15fac2ec.652b221a.css" rel="prefetch"><link href="/css/chunk-2a905b8c.96dc40f9.css" rel="prefetch"><link href="/css/chunk-599361bc.fca5f550.css" rel="prefetch"><link href="/css/chunk-6163d3a4.e987a89d.css" rel="prefetch"><link href="/css/chunk-7acb4b4c.0b49d61e.css" rel="prefetch"><link href="/css/chunk-8eaa030e.df6830f2.css" rel="prefetch"><link href="/css/chunk-d257eba8.167152c5.css" rel="prefetch"><link href="/css/chunk-e06f13ce.42cb0a4a.css" rel="prefetch"><link href="/css/chunk-ebec4180.fd79da1b.css" rel="prefetch"><link href="/css/chunk-f993fe00.742c17fd.css" rel="prefetch"><link href="/js/chunk-15fac2ec.3c57732d.js" rel="prefetch"><link href="/js/chunk-2a905b8c.dbb9e078.js" rel="prefetch"><link href="/js/chunk-2d22bcc3.430f04f1.js" rel="prefetch"><link href="/js/chunk-599361bc.8ac0b985.js" rel="prefetch"><link href="/js/chunk-6163d3a4.de968b88.js" rel="prefetch"><link href="/js/chunk-7acb4b4c.75745495.js" rel="prefetch"><link href="/js/chunk-8eaa030e.fcb0891e.js" rel="prefetch"><link href="/js/chunk-d257eba8.0b01a864.js" rel="prefetch"><link href="/js/chunk-e06f13ce.f0dccff9.js" rel="prefetch"><link href="/js/chunk-ebec4180.8d0e1345.js" rel="prefetch"><link href="/js/chunk-f993fe00.9896dc5b.js" rel="prefetch"><link href="/css/app.b4538883.css" rel="preload" as="style"><link href="/css/chunk-vendors.06853ac2.css" rel="preload" as="style"><link href="/js/app.8b716ab5.js" rel="preload" as="script"><link href="/js/chunk-vendors.ace0982b.js" rel="preload" as="script"><link href="/css/chunk-vendors.06853ac2.css" rel="stylesheet"><link href="/css/app.b4538883.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Sanaga Dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="loading-bg"><div class="loading-logo-wrapper"><img class="loading-logo-img" src="/logo-colored.png" alt="Logo"><div class="spinner-custom"><div class="bounce1-custom"></div><div class="bounce2-custom"></div><div class="bounce3-custom"></div></div></div></div><div id="app"></div><script src="/js/chunk-vendors.ace0982b.js"></script><script src="/js/app.8b716ab5.js"></script></body></html>