{"info":{"_postman_id":"95808449-303d-4996-b799-733341f30ee4","name":"JoNet API documentation","description":"<html><head></head><body><p><strong>Introduction</strong></p>\n<p>JoNet is an internet powered distribution platform that enables users purchase virtual products and services such as airtime and mobile data, internet subscriptions, pay TV, Power purchase etc</p>\n<p>This solution which integrates seamlessly with all major Telecoms operators and service providers aims to provide value added services to consumers through as many access points as available.</p>\n<p>This documentation provides an effective and efficient way to connect to the Platform</p>\n<p>With instant transaction fulfillment, it's a quick and easy solution for airtime and subscriptions.</p>\n<p>Our Services and Solutions are designed to provide our customers with ultimate convenience…anywhere, anytime.</p>\n<h2 id=\"base-url\"><strong>BASE URL</strong></h2>\n<p>PRODUCTION: <a href=\"https://jochuks.com.ng/api_live/v1/\">https://jonet.com.ng/api_live/v1/</a></p>\n<p>STAGING: <strong>COMING SOON</strong></p>\n<h3 id=\"response-codes\"><strong>Response Codes</strong></h3>\n<p>Below is a list of all response codes and their descriptions.</p>\n<blockquote>\n<p>Other possible response codes that may be returned in the response body except from the below response codes, should be treated as outright failure. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Codes</strong></th>\n<th><strong>Descriptions</strong></th>\n<th><strong>Treat as</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Processing, it will be successful or refunded within 1 minute or requery to know the true status</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>202, 203</td>\n<td>Transaction status unknown: Please requery to confirm final status</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>002</td>\n<td>Agent could not be charged</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td><code>101</code></td>\n<td>No Authorization Header Found</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td><code>102</code></td>\n<td>invalid authorization</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td><code>103</code></td>\n<td>Wrong Request Method</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>104  <br></td>\n<td>insecure connection</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>105, 108, 109</td>\n<td>Unable to process request, please try again</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>106  <br></td>\n<td>This api key has expired, please generate a new one through your dashboard response from the service provider</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>107</td>\n<td>This user account has been paused</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO101</td>\n<td>This service has been temporarily blocked</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO102</td>\n<td>Invalid request parameters data</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO103</td>\n<td>Wrong Phone number format. Phone number must start with Zero</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO104</td>\n<td>Wrong customer ID format. Please check the documentation for the right format</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO105</td>\n<td>Duplicate Customer reference / ID</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>JO106, JO107</td>\n<td>Failed</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO109</td>\n<td>no webhook url set</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO110</td>\n<td>Transaction not found</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>JO119</td>\n<td>transaction not yet completed</td>\n<td>Failed</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"customer-id-format\">Customer ID Format</h4>\n<p>The Request ID should be a string in the unix format YYYYMMDDHHII consisting of today’s date + current hour and minute (e.g: 202304271623) and can be concatenated with any other numeric string as desired (e.g: 2023042716234738492849).</p>\n<p>Note:</p>\n<ul>\n<li>MUST BE 12 CHARACTERS BUT NOT MORE THAN 20 CHARACTERS</li>\n<li>FIRST 12 CHARACTERS MUST BE NUMERIC</li>\n<li>FIRST 12 CHARACTERS MUST COMPRISE OF TODAY’S DATE</li>\n<li>Date and Time should be in Africa/Lagos Timezone or GMT +1</li>\n</ul>\n<h6 id=\"example\">Example</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customer_id\" =&gt; \"2023042716237575768\"\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12387407","collectionId":"95808449-303d-4996-b799-733341f30ee4","publishedId":"2s93ebUWvi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-11T20:52:30.000Z"},"item":[{"name":"WebHook","item":[],"id":"bc957459-f9fb-4edc-9547-50e856b1d6f2","description":"<p>Webhook is used to communicate an update on the status of a transaction from JoNet to your system. This will most likely be the final state of such transaction.</p>\n<p><code>Please check the header for API KEY to verify it is from our system</code></p>\n<blockquote>\n<p><strong>AUTHORIZATION</strong> This is your API Key in the header  </p>\n</blockquote>\n<p><strong>To Set webhook,</strong> click on Setting from your JoNet Dashboard and then Webhook. Set the webhook url and click update.</p>\n<p><strong>Possible response sample:</strong></p>\n<p>Successful Response Sample</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\" : \"Successful\",\n    \"server_response\" : \"Successful\",\n    \"type\" : \"Airtime\",\n    \"data\" :\n        {\n            \"receipent\" : \"08066471093\",\n            \"customer_id\" : \"2023051116045693\"\n            \"vendor_id\" : \"2023051116045693\"\n            \"balance\" : \"12856\"\n        }\n}\n\n</code></pre><p><em>Failed response Sample</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\" : \"Failed\",\n    \"server_response\" : \"Receiver account not found.\",\n    \"type\" : \"Airtime\",\n    \"data\" :\n        {\n            \"receipent\" : \"08158730050\",\n            \"customer_id\" : \"20230511160459\"\n            \"vendor_id\" : \"\"\n            \"balance\" : \"12808\"\n        }\n}\n\n</code></pre>","_postman_id":"bc957459-f9fb-4edc-9547-50e856b1d6f2"},{"name":"Data","item":[{"name":"Get Data Bundles","id":"0294926e-1d03-43cb-8e01-cd8779cc52f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/get_data_bundles.php","description":"<p>Only your <em><strong>API key</strong></em> is needed to call this end point.</p>\n<p>Please store the bundles in your database and update it intermittently.</p>\n<p><strong>Response Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"MTNSME\": [\n        {\n            \"title\": \"10GB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"2400\",\n            \"code\": \"109\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1GB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"240\",\n            \"code\": \"24\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"480\",\n            \"code\": \"25\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"3GB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"720\",\n            \"code\": \"26\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"500MB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"140\",\n            \"code\": \"27\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"5GB\",\n            \"network\": \"MTNSME\",\n            \"price\": \"1200\",\n            \"code\": \"30\",\n            \"commission\": \"10%\",\n            \"allowance\": null\n        }\n    ],\n    \"MTN_CG\": [\n        {\n            \"title\": \"10GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"2390\",\n            \"code\": \"18\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"20GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"4780\",\n            \"code\": \"19\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"40GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"8880\",\n            \"code\": \"20\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"15GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"3580\",\n            \"code\": \"23\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"480\",\n            \"code\": \"4\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"3GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"720\",\n            \"code\": \"5\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"240\",\n            \"code\": \"7\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"5GB\",\n            \"network\": \"MTN_CG\",\n            \"price\": \"1190\",\n            \"code\": \"9\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"9mobileGifting\": [\n        {\n            \"title\": \"1.5GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"820\",\n            \"code\": \"9MOB1000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1GB Weekly\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"430\",\n            \"code\": \"9MOB150\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"75GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"12300\",\n            \"code\": \"9MOB150000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"7GB Weekly\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"1220\",\n            \"code\": \"9MOB1500s\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"980\",\n            \"code\": \"9MOB2000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"3GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"1220\",\n            \"code\": \"9MOB3000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"4.5GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"1630\",\n            \"code\": \"9MOB34500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"11GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"3260\",\n            \"code\": \"9MOB4000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"40GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"8200\",\n            \"code\": \"9MOB40000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"500MB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"430\",\n            \"code\": \"9MOB500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"15GB\",\n            \"network\": \"9mobileGifting\",\n            \"price\": \"4050\",\n            \"code\": \"9MOB5000\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"AirtelGifting\": [\n        {\n            \"title\": \"1.5GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"950\",\n            \"code\": \"AIR1000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"40GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"98000\",\n            \"code\": \"Air100000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"1150\",\n            \"code\": \"AIR1200\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"3GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"1400\",\n            \"code\": \"Air1500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"4.5GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"1900\",\n            \"code\": \"AIR2000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"110GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"19000\",\n            \"code\": \"Air20000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"6GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"2400\",\n            \"code\": \"AIR2500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"10GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"2900\",\n            \"code\": \"Air3000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"750MB - 14 DAYS\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"480\",\n            \"code\": \"Air500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"20GB\",\n            \"network\": \"AirtelGifting\",\n            \"price\": \"4800\",\n            \"code\": \"Air5000\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"airtel-data\": [\n        {\n            \"title\": \"Airtel Data - 100 Naira - 100MB - 1Day\",\n            \"network\": \"airtel-data\",\n            \"price\": \"100\",\n            \"code\": \"airt-100\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 1,000 Naira - 1.5GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"1000\",\n            \"code\": \"airt-1000\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 10,000 Naira - 40GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"10000\",\n            \"code\": \"airt-10000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 100,000 Naira - 1TB - 365 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"100000\",\n            \"code\": \"airt-100000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 1,200 Naira - 2GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"1200\",\n            \"code\": \"airt-1200\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 1,500 Naira - 3GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"1500\",\n            \"code\": \"airt-1500\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Binge - 1,500 Naira (7 Days) - 6GB\",\n            \"network\": \"airtel-data\",\n            \"price\": \"1500\",\n            \"code\": \"airt-1500-2\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 15,000 Naira - 75GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"15000\",\n            \"code\": \"airt-15000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 200 Naira - 200MB - 3Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"200\",\n            \"code\": \"airt-200\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 2,000 Naira - 4.5GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"2000\",\n            \"code\": \"airt-2000\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 20,000 Naira - 120GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"20000\",\n            \"code\": \"airt-20000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 2,500 Naira - 6GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"2500\",\n            \"code\": \"airt-2500\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 300 Naira - 350MB - 7 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"300\",\n            \"code\": \"airt-300\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 3,000 Naira - 10GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"3000\",\n            \"code\": \"airt-3000\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 30,000 Naira - 200GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"30000\",\n            \"code\": \"airt-30000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 300 Naira - 1GB - 1 day\",\n            \"network\": \"airtel-data\",\n            \"price\": \"300\",\n            \"code\": \"airt-300x\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 36,000 Naira - 280GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"36000\",\n            \"code\": \"airt-36000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 4,000 Naira - 11GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"4000\",\n            \"code\": \"airt-4000\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 50 Naira - 40MB  - 1Day\",\n            \"network\": \"airtel-data\",\n            \"price\": \"50\",\n            \"code\": \"airt-50\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 500 Naira - 750MB - 14 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"500\",\n            \"code\": \"airt-500\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 5,000 Naira - 20GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"5000\",\n            \"code\": \"airt-5000\",\n            \"commission\": \"3%\",\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 50,000 Naira - 400GB - 90 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"50000\",\n            \"code\": \"airt-50000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 500 Naira - 2GB - 1 days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"500\",\n            \"code\": \"airt-500x\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 60,000 Naira - 500GB - 120 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"60000\",\n            \"code\": \"airt-60000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"Airtel Data - 8,000 Naira - 25GB - 30 Days\",\n            \"network\": \"airtel-data\",\n            \"price\": \"8000\",\n            \"code\": \"airt-8000\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"Airtel_CG\": [\n        {\n            \"title\": \"10GB\",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"2650\",\n            \"code\": \"airtel_10gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"15GB\",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"3950\",\n            \"code\": \"airtel_15gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1GB \",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"270\",\n            \"code\": \"airtel_1gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"20GB\",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"5300\",\n            \"code\": \"airtel_20gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"530\",\n            \"code\": \"airtel_2gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"500MB \",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"150\",\n            \"code\": \"airtel_500mb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"5GB\",\n            \"network\": \"Airtel_CG\",\n            \"price\": \"1310\",\n            \"code\": \"airtel_5gb_30days\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"etisalat-data\": [\n        {\n            \"title\": \"9mobile 100MB - 100 Naira - 1 day\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"100\",\n            \"code\": \"eti-100\",\n            \"commission\": null,\n            \"allowance\": \"ET2\"\n        },\n        {\n            \"title\": \"9mobile 1.5GB - 1,000 Naira - 30 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"1000\",\n            \"code\": \"eti-1000\",\n            \"commission\": null,\n            \"allowance\": \"ES5\"\n        },\n        {\n            \"title\": \"9mobile 40GB - 10,000 Naira - 30 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"10000\",\n            \"code\": \"eti-10000\",\n            \"commission\": null,\n            \"allowance\": \"EL2\"\n        },\n        {\n            \"title\": \"9mobile 365GB - 100,000 Naira - 365 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"100000\",\n            \"code\": \"eti-100000\",\n            \"commission\": null,\n            \"allowance\": \"EL8\"\n        },\n        {\n            \"title\": \"9mobile 2GB - 1,200 Naira - 30 Days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"1200\",\n            \"code\": \"eti-1200\",\n            \"commission\": null,\n            \"allowance\": \"ES6\"\n        },\n        {\n            \"title\": \"9mobile 7GB - 1,500 Naira - 7 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"1500\",\n            \"code\": \"eti-1500\",\n            \"commission\": null,\n            \"allowance\": \"ET9\"\n        },\n        {\n            \"title\": \"9mobile 75GB - 15,000 Naira - 30 Days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"15000\",\n            \"code\": \"eti-15000\",\n            \"commission\": null,\n            \"allowance\": \"EL3\"\n        },\n        {\n            \"title\": \"9mobile 650MB - 200 Naira - 1 day\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"200\",\n            \"code\": \"eti-200\",\n            \"commission\": null,\n            \"allowance\": \"ET5\"\n        },\n        {\n            \"title\": \"9mobile 4.5GB - 2000 Naira - 30 Days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"2000\",\n            \"code\": \"eti-2000\",\n            \"commission\": null,\n            \"allowance\": \"ES8\"\n        },\n        {\n            \"title\": \"9mobile 75GB - 25,000 Naira - 90 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"25000\",\n            \"code\": \"eti-25000\",\n            \"commission\": null,\n            \"allowance\": \"EL5\"\n        },\n        {\n            \"title\": \"9mobile 11GB - 4,000 Naira - 30 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"4000\",\n            \"code\": \"eti-4000\",\n            \"commission\": null,\n            \"allowance\": \"ES9\"\n        },\n        {\n            \"title\": \"9mobile 25MB - 50 Naira - 1 day\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"50\",\n            \"code\": \"eti-50\",\n            \"commission\": null,\n            \"allowance\": \"ET1\"\n        },\n        {\n            \"title\": \"9mobile 500MB - 500 Naira - 30 Days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"500\",\n            \"code\": \"eti-500\",\n            \"commission\": null,\n            \"allowance\": \"ES4\"\n        },\n        {\n            \"title\": \"9mobile 15GB - 5,000 Naira - 30 Days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"5000\",\n            \"code\": \"eti-5000\",\n            \"commission\": null,\n            \"allowance\": \"EL1\"\n        },\n        {\n            \"title\": \"9mobile 165GB - 50,000 Naira - 180 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"50000\",\n            \"code\": \"eti-50000\",\n            \"commission\": null,\n            \"allowance\": \"EL6\"\n        },\n        {\n            \"title\": \"9mobile 100GB - 84,992 Naira - 100 days\",\n            \"network\": \"etisalat-data\",\n            \"price\": \"84992\",\n            \"code\": \"eti-84992\",\n            \"commission\": null,\n            \"allowance\": \"EL7\"\n        }\n    ],\n    \"GloGifting\": [\n        {\n            \"title\": \"3.9GB (1.9GB + 2GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"900\",\n            \"code\": \"G1000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"50GB (46GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"9000\",\n            \"code\": \"G10000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"7.5GB(3.5GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"1350\",\n            \"code\": \"G1500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"93GB (86GB + 7GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"13500\",\n            \"code\": \"G15000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"119GB (109GB + 10GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"16200\",\n            \"code\": \"G18000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"9.2GB (5.2GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"1800\",\n            \"code\": \"G2000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"138GB (126GB + 12GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"18000\",\n            \"code\": \"G20000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"14GB (10GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"2700\",\n            \"code\": \"G3000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"18GB (14GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"3600\",\n            \"code\": \"G4000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1.35GB - 14 days (800MB + 550MB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"450\",\n            \"code\": \"G500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"24GB (20GB + 4GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"4500\",\n            \"code\": \"G5000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"29.5GB (27.5GB + 2GB night plan)\",\n            \"network\": \"GloGifting\",\n            \"price\": \"7100\",\n            \"code\": \"G8000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"7GB - 7 days\",\n            \"network\": \"GloGifting\",\n            \"price\": \"1350\",\n            \"code\": \"GS1500\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"glo-data\": [\n        {\n            \"title\": \"Glo Data N100 -  150MB - 1 day\",\n            \"network\": \"glo-data\",\n            \"price\": \"100\",\n            \"code\": \"glo100\",\n            \"commission\": null,\n            \"allowance\": \"GD3\"\n        },\n        {\n            \"title\": \"Glo Data N1000 -  2.9GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"1000\",\n            \"code\": \"glo1000\",\n            \"commission\": null,\n            \"allowance\": \"GD6\"\n        },\n        {\n            \"title\": \"Glo Data N10000 -  50GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"10000\",\n            \"code\": \"glo10000\",\n            \"commission\": null,\n            \"allowance\": \"GL4\"\n        },\n        {\n            \"title\": \"Glo Data N100 -  1GB - (Night- 5 days)\",\n            \"network\": \"glo-data\",\n            \"price\": \"100\",\n            \"code\": \"glo100x\",\n            \"commission\": null,\n            \"allowance\": \"GO1\"\n        },\n        {\n            \"title\": \"Glo Data N1500 -  4.1GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"1500\",\n            \"code\": \"glo1500\",\n            \"commission\": null,\n            \"allowance\": \"GX1\"\n        },\n        {\n            \"title\": \"Glo Data N15000 -  93GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"15000\",\n            \"code\": \"glo15000\",\n            \"commission\": null,\n            \"allowance\": \"GL5\"\n        },\n        {\n            \"title\": \"Glo Data N1500 -  7GB - 7 day\",\n            \"network\": \"glo-data\",\n            \"price\": \"1500\",\n            \"code\": \"glo1500x\",\n            \"commission\": null,\n            \"allowance\": \"GO2\"\n        },\n        {\n            \"title\": \"Glo Data N18000 -  119GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"18000\",\n            \"code\": \"glo18000\",\n            \"commission\": null,\n            \"allowance\": \"GL6\"\n        },\n        {\n            \"title\": \"Glo Data N200 -  350MB - 2 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"200\",\n            \"code\": \"glo200\",\n            \"commission\": null,\n            \"allowance\": \"28\"\n        },\n        {\n            \"title\": \"Glo Data N2000 -  5.8GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"2000\",\n            \"code\": \"glo2000\",\n            \"commission\": null,\n            \"allowance\": \"GD7\"\n        },\n        {\n            \"title\": \"Glo Data N20000 -  138GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"20000\",\n            \"code\": \"glo20000\",\n            \"commission\": null,\n            \"allowance\": \"GL7\"\n        },\n        {\n            \"title\": \"Glo Data N200 - 1.25GB - (Sunday - 1 day)\",\n            \"network\": \"glo-data\",\n            \"price\": \"200\",\n            \"code\": \"glo200x\",\n            \"commission\": null,\n            \"allowance\": \"GL01\"\n        },\n        {\n            \"title\": \"Glo Data N2500 -  7.7GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"2500\",\n            \"code\": \"glo2500\",\n            \"commission\": null,\n            \"allowance\": \"GD8\"\n        },\n        {\n            \"title\": \"Glo Data N3000 -  10GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"3000\",\n            \"code\": \"glo3000\",\n            \"commission\": null,\n            \"allowance\": \"GDD1\"\n        },\n        {\n            \"title\": \"Glo Data N4000 -  13.25GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"4000\",\n            \"code\": \"glo4000\",\n            \"commission\": null,\n            \"allowance\": \"GL1\"\n        },\n        {\n            \"title\": \"Glo Data N50 -  500MB - (Night-1 day)\",\n            \"network\": \"glo-data\",\n            \"price\": \"50\",\n            \"code\": \"glo50\",\n            \"commission\": null,\n            \"allowance\": \"GL9\"\n        },\n        {\n            \"title\": \"Glo Data N500 -  1.35GB - 14 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"500\",\n            \"code\": \"glo500\",\n            \"commission\": null,\n            \"allowance\": \"GD5\"\n        },\n        {\n            \"title\": \"Glo Data N5000 -  18.25GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"5000\",\n            \"code\": \"glo5000\",\n            \"commission\": null,\n            \"allowance\": \"GL2\"\n        },\n        {\n            \"title\": \"Glo Data N50 -  50MB - 1 day\",\n            \"network\": \"glo-data\",\n            \"price\": \"50\",\n            \"code\": \"glo50x\",\n            \"commission\": null,\n            \"allowance\": \"18\"\n        },\n        {\n            \"title\": \"Glo Data N8000 -  29.5GB - 30 days\",\n            \"network\": \"glo-data\",\n            \"price\": \"8000\",\n            \"code\": \"glo8000\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"Glo_CG\": [\n        {\n            \"title\": \"10GB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"2400\",\n            \"code\": \"Glo_CG_10gb\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"1GB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"240\",\n            \"code\": \"Glo_CG_1gb\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"2GB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"480\",\n            \"code\": \"Glo_CG_2gb\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"3GB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"720\",\n            \"code\": \"Glo_CG_3gb\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"500MB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"140\",\n            \"code\": \"Glo_CG_500mb\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"5GB\",\n            \"network\": \"Glo_CG\",\n            \"price\": \"1200\",\n            \"code\": \"Glo_CG_5gb\",\n            \"commission\": null,\n            \"allowance\": null\n        }\n    ],\n    \"mtn-data\": [\n        {\n            \"title\": \"MTN N450,000 1500GB Mobile Data (1 Year)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"450000\",\n            \"code\": \"mtn-1-5tb-450000\",\n            \"commission\": null,\n            \"allowance\": \"MN6\"\n        },\n        {\n            \"title\": \"MTN N250,000 1000GB  - 365 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"250000\",\n            \"code\": \"mtn-1000gb-250000\",\n            \"commission\": null,\n            \"allowance\": \"MN9\"\n        },\n        {\n            \"title\": \"MTN N5,500 20GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"5500\",\n            \"code\": \"mtn-100hr-5000\",\n            \"commission\": null,\n            \"allowance\": \"MD1\"\n        },\n        {\n            \"title\": \"MTN N1,100 1.5GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"1100\",\n            \"code\": \"mtn-100mb-1000\",\n            \"commission\": null,\n            \"allowance\": \"MT208\"\n        },\n        {\n            \"title\": \"MTN N100 100MB - (24 Hours)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"100\",\n            \"code\": \"mtn-10mb-100\",\n            \"commission\": null,\n            \"allowance\": \"MT1\"\n        },\n        {\n            \"title\": \"MTN N22,000 110GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"22000\",\n            \"code\": \"mtn-110gb-20000\",\n            \"commission\": null,\n            \"allowance\": \"MB1\"\n        },\n        {\n            \"title\": \"MTN N3,300 11GB Monthly Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"3300\",\n            \"code\": \"mtn-11gb-3000\",\n            \"commission\": null,\n            \"allowance\": \"MT253\"\n        },\n        {\n            \"title\": \"MTN N33,000 120GB  - 60days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"33000\",\n            \"code\": \"mtn-120gb-30000\",\n            \"commission\": null,\n            \"allowance\": \"MM2\"\n        },\n        {\n            \"title\": \"MTN N3,500 12GB Monthly Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"3500\",\n            \"code\": \"mtn-13gb-3500\",\n            \"commission\": null,\n            \"allowance\": \"MT201\"\n        },\n        {\n            \"title\": \"MTN N55,000 150GB  - 90days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"55000\",\n            \"code\": \"mtn-150gb-50000\",\n            \"commission\": null,\n            \"allowance\": \"MM3\"\n        },\n        {\n            \"title\": \"SME Data Share N50,000 150GB\",\n            \"network\": \"mtn-data\",\n            \"price\": \"50000\",\n            \"code\": \"mtn-150gb-sme-50000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N150 160MB - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"150\",\n            \"code\": \"mtn-160mb-150\",\n            \"commission\": null,\n            \"allowance\": \"MT002\"\n        },\n        {\n            \"title\": \"MTN N50,000 165GB SME Mobile Data (2-Months)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"50000\",\n            \"code\": \"mtn-165gb-sme-50000\",\n            \"commission\": null,\n            \"allowance\": \"MB3\"\n        },\n        {\n            \"title\": \"MTN N300 1GB - 1 day\",\n            \"network\": \"mtn-data\",\n            \"price\": \"300\",\n            \"code\": \"mtn-1gb-300\",\n            \"commission\": null,\n            \"allowance\": \"MT004\"\n        },\n        {\n            \"title\": \"MTN N3,500 12GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"3500\",\n            \"code\": \"mtn-1gb-3500\",\n            \"commission\": null,\n            \"allowance\": \"MD4\"\n        },\n        {\n            \"title\": \"MTN N550 1GB  - 7 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"550\",\n            \"code\": \"mtn-1gb-500\",\n            \"commission\": null,\n            \"allowance\": \"MT005\"\n        },\n        {\n            \"title\": \"MTN N100,000 325GB  - 6 Months\",\n            \"network\": \"mtn-data\",\n            \"price\": \"100000\",\n            \"code\": \"mtn-1tb-100000\",\n            \"commission\": null,\n            \"allowance\": \"MN4\"\n        },\n        {\n            \"title\": \"MTN N110,000 1TB Mobile Data (1 Year)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"110000\",\n            \"code\": \"mtn-1tb-110000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N90,000 1TB 6-Months HyNetFlex Plan (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"90000\",\n            \"code\": \"mtn-1tb-90000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N250,000 1TB SME Mobile Data (3-Months)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"250000\",\n            \"code\": \"mtn-1tb-sme-250000\",\n            \"commission\": null,\n            \"allowance\": \"MN5\"\n        },\n        {\n            \"title\": \"MTN N550 2.5GB  - 2 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"550\",\n            \"code\": \"mtn-2-5gb-500\",\n            \"commission\": null,\n            \"allowance\": \"MN8\"\n        },\n        {\n            \"title\": \"MTN N165,000 2.5TB 6-Months HyNetFlex Unlimited Plan (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"165000\",\n            \"code\": \"mtn-2-5tb-165000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N275,000 2.5TB Yearly Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"275000\",\n            \"code\": \"mtn-2-5tb-275000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N450,000 2000GB - 365 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"450000\",\n            \"code\": \"mtn-2000gb-450000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N25,000 200GB Monthly HyNetFlex Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"25000\",\n            \"code\": \"mtn-200gb-25000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N5,000 30GB Bronze HyNetFlex Unlimited Plan  (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"5000\",\n            \"code\": \"mtn-20gb-5000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N1,500 6GB  - 7 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"1500\",\n            \"code\": \"mtn-20hrs-1500\",\n            \"commission\": null,\n            \"allowance\": \"MM7\"\n        },\n        {\n            \"title\": \"MTN N25 20MB - (24 Hours)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"25\",\n            \"code\": \"mtn-20mb-25\",\n            \"commission\": null,\n            \"allowance\": \"MT20M\"\n        },\n        {\n            \"title\": \"MTN N5,500 22GB Monthly Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"5500\",\n            \"code\": \"mtn-22gb-5000\",\n            \"commission\": null,\n            \"allowance\": \"MT200\"\n        },\n        {\n            \"title\": \"MTN N75,000 250GB  - 90days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"75000\",\n            \"code\": \"mtn-250gb-75000\",\n            \"commission\": null,\n            \"allowance\": \"MM4\"\n        },\n        {\n            \"title\": \"MTN N10,000 25GB SME Mobile Data ( 1 Month)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"10000\",\n            \"code\": \"mtn-25gb-sme-10000\",\n            \"commission\": null,\n            \"allowance\": \"MB2\"\n        },\n        {\n            \"title\": \"MTN N6,000 27GB Monthly Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"6000\",\n            \"code\": \"mtn-27gb-6000\",\n            \"commission\": null,\n            \"allowance\": \"MT17\"\n        },\n        {\n            \"title\": \"MTN N1,200 2GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"1200\",\n            \"code\": \"mtn-2gb-1200\",\n            \"commission\": null,\n            \"allowance\": \"MT251\"\n        },\n        {\n            \"title\": \"MTN N150,000 2TB Yearly HyNetFlex Plan (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"150000\",\n            \"code\": \"mtn-2tb-150000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N36,000 300GB Monthly HyNetFlex Plan  (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"36000\",\n            \"code\": \"mtn-300gb-36000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N8,000 30GB Monthly HyNetFlex Plan (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"8000\",\n            \"code\": \"mtn-30gb-8000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N300 350MB - 7 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"300\",\n            \"code\": \"mtn-350mb-300\",\n            \"commission\": null,\n            \"allowance\": \"MT3\"\n        },\n        {\n            \"title\": \"MTN N100,000 360GB SME Mobile Data (3 Months)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"100000\",\n            \"code\": \"mtn-360gb-sme-100000\",\n            \"commission\": null,\n            \"allowance\": \"MB4\"\n        },\n        {\n            \"title\": \"MTN N1500 3GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"1500\",\n            \"code\": \"mtn-3gb-1500\",\n            \"commission\": null,\n            \"allowance\": \"MN3\"\n        },\n        {\n            \"title\": \"MTN N2,500 6GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"2500\",\n            \"code\": \"mtn-3gb-2500\",\n            \"commission\": null,\n            \"allowance\": \"MM8\"\n        },\n        {\n            \"title\": \"MTN N6,000 25GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"6000\",\n            \"code\": \"mtn-3gb-6000\",\n            \"commission\": null,\n            \"allowance\": \"MM5\"\n        },\n        {\n            \"title\": \"MTN N120,000 400GB  - 365 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"120000\",\n            \"code\": \"mtn-400gb-120000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N45,000 400GB Monthly HyNetFlex Plan\",\n            \"network\": \"mtn-data\",\n            \"price\": \"45000\",\n            \"code\": \"mtn-400gb-45000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N11,000 40GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"11000\",\n            \"code\": \"mtn-40gb-10000\",\n            \"commission\": null,\n            \"allowance\": \"MD2\"\n        },\n        {\n            \"title\": \"MTN N45,000 500GB Gold Monthly HyNetFlex Unlimited Plan  (4G Router)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"45000\",\n            \"code\": \"mtn-500gb-45000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N2,200 4.5GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"2200\",\n            \"code\": \"mtn-500mb-2000\",\n            \"commission\": null,\n            \"allowance\": \"MB5\"\n        },\n        {\n            \"title\": \"MTN N220 200MB - 3 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"220\",\n            \"code\": \"mtn-50mb-200\",\n            \"commission\": null,\n            \"allowance\": \"MT2\"\n        },\n        {\n            \"title\": \"MTN N50 50MB - (24 Hours)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"50\",\n            \"code\": \"mtn-50mb-50\",\n            \"commission\": null,\n            \"allowance\": \"MT001\"\n        },\n        {\n            \"title\": \"MTN N550 750MB - 14 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"550\",\n            \"code\": \"mtn-750mb-500\",\n            \"commission\": null,\n            \"allowance\": \"MM6\"\n        },\n        {\n            \"title\": \"MTN N16,500 75GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"16500\",\n            \"code\": \"mtn-75gb-15000\",\n            \"commission\": null,\n            \"allowance\": \"MD3\"\n        },\n        {\n            \"title\": \"MTN N22,000 75GB  - 60 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"22000\",\n            \"code\": \"mtn-75gb-20000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"SME Data Share N40,000 - 90GB \",\n            \"network\": \"mtn-data\",\n            \"price\": \"40000\",\n            \"code\": \"mtn-90gb-40000\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N3,300 10GB  - 30 days\",\n            \"network\": \"mtn-data\",\n            \"price\": \"3300\",\n            \"code\": \"mtn-data-3000\",\n            \"commission\": null,\n            \"allowance\": \"MM9\"\n        },\n        {\n            \"title\": \"MTN N550 750MB 50% Deal Zone Offer (500MB+250MB) (14 days)\",\n            \"network\": \"mtn-data\",\n            \"price\": \"550\",\n            \"code\": \"mtn-dealzone-500\",\n            \"commission\": null,\n            \"allowance\": \"MT4\"\n        },\n        {\n            \"title\": \"SME Data Share N13,500 - 35GB\",\n            \"network\": \"mtn-data\",\n            \"price\": \"13500\",\n            \"code\": \"mtn-sme30gb-13500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N1,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"1000\",\n            \"code\": \"mtn-xtra-1000\",\n            \"commission\": null,\n            \"allowance\": \"MT112\"\n        },\n        {\n            \"title\": \"MTN N10,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"10000\",\n            \"code\": \"mtn-xtra-10000\",\n            \"commission\": null,\n            \"allowance\": \"MT116\"\n        },\n        {\n            \"title\": \"MTN N15,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"15000\",\n            \"code\": \"mtn-xtra-15000\",\n            \"commission\": null,\n            \"allowance\": \"MT119\"\n        },\n        {\n            \"title\": \"MTN N2,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"2000\",\n            \"code\": \"mtn-xtra-2000\",\n            \"commission\": null,\n            \"allowance\": \"MT113\"\n        },\n        {\n            \"title\": \"MTN N20,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"20000\",\n            \"code\": \"mtn-xtra-20000\",\n            \"commission\": null,\n            \"allowance\": \"MT109\"\n        },\n        {\n            \"title\": \"MTN N300 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"300\",\n            \"code\": \"mtn-xtra-300\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N500 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"500\",\n            \"code\": \"mtn-xtra-500\",\n            \"commission\": null,\n            \"allowance\": null\n        },\n        {\n            \"title\": \"MTN N5,000 Xtradata\",\n            \"network\": \"mtn-data\",\n            \"price\": \"5000\",\n            \"code\": \"mtn-xtra-5000\",\n            \"commission\": null,\n            \"allowance\": \"MT115\"\n        }\n    ]\n}\n\n</code></pre>","urlObject":{"path":["get_data_bundles.php"],"query":[],"variable":[]}},"response":[{"id":"b40d0885-f6e7-4240-94a2-6bedb10c7655","name":"Get Data Bundles","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/get_data_bundles.php"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"MTNSME\": [\r\n        {\r\n            \"title\": \"10GB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"2400\",\r\n            \"code\": \"109\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1GB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"240\",\r\n            \"code\": \"24\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"480\",\r\n            \"code\": \"25\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"3GB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"720\",\r\n            \"code\": \"26\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"500MB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"140\",\r\n            \"code\": \"27\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"5GB\",\r\n            \"network\": \"MTNSME\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"30\",\r\n            \"commission\": \"10%\",\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"MTN_CG\": [\r\n        {\r\n            \"title\": \"10GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"2390\",\r\n            \"code\": \"18\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"20GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"4780\",\r\n            \"code\": \"19\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"40GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"8880\",\r\n            \"code\": \"20\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"15GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"3580\",\r\n            \"code\": \"23\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"480\",\r\n            \"code\": \"4\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"3GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"720\",\r\n            \"code\": \"5\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"240\",\r\n            \"code\": \"7\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"5GB\",\r\n            \"network\": \"MTN_CG\",\r\n            \"price\": \"1190\",\r\n            \"code\": \"9\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"9mobileGifting\": [\r\n        {\r\n            \"title\": \"1.5GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"820\",\r\n            \"code\": \"9MOB1000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1GB Weekly\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"430\",\r\n            \"code\": \"9MOB150\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"75GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"12300\",\r\n            \"code\": \"9MOB150000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"7GB Weekly\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"1220\",\r\n            \"code\": \"9MOB1500s\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"980\",\r\n            \"code\": \"9MOB2000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"3GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"1220\",\r\n            \"code\": \"9MOB3000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"4.5GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"1630\",\r\n            \"code\": \"9MOB34500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"11GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"3260\",\r\n            \"code\": \"9MOB4000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"40GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"8200\",\r\n            \"code\": \"9MOB40000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"500MB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"430\",\r\n            \"code\": \"9MOB500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"15GB\",\r\n            \"network\": \"9mobileGifting\",\r\n            \"price\": \"4050\",\r\n            \"code\": \"9MOB5000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"AirtelGifting\": [\r\n        {\r\n            \"title\": \"1.5GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"950\",\r\n            \"code\": \"AIR1000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"40GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"98000\",\r\n            \"code\": \"Air100000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"1150\",\r\n            \"code\": \"AIR1200\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"3GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"1400\",\r\n            \"code\": \"Air1500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"4.5GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"1900\",\r\n            \"code\": \"AIR2000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"110GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"19000\",\r\n            \"code\": \"Air20000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"6GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"2400\",\r\n            \"code\": \"AIR2500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"10GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"2900\",\r\n            \"code\": \"Air3000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"750MB - 14 DAYS\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"480\",\r\n            \"code\": \"Air500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"20GB\",\r\n            \"network\": \"AirtelGifting\",\r\n            \"price\": \"4800\",\r\n            \"code\": \"Air5000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"airtel-data\": [\r\n        {\r\n            \"title\": \"Airtel Data - 100 Naira - 100MB - 1Day\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"100\",\r\n            \"code\": \"airt-100\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 1,000 Naira - 1.5GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"1000\",\r\n            \"code\": \"airt-1000\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 10,000 Naira - 40GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"airt-10000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 100,000 Naira - 1TB - 365 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"100000\",\r\n            \"code\": \"airt-100000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 1,200 Naira - 2GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"airt-1200\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 1,500 Naira - 3GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"airt-1500\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Binge - 1,500 Naira (7 Days) - 6GB\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"airt-1500-2\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 15,000 Naira - 75GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"15000\",\r\n            \"code\": \"airt-15000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 200 Naira - 200MB - 3Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"200\",\r\n            \"code\": \"airt-200\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 2,000 Naira - 4.5GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"2000\",\r\n            \"code\": \"airt-2000\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 20,000 Naira - 120GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"20000\",\r\n            \"code\": \"airt-20000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 2,500 Naira - 6GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"2500\",\r\n            \"code\": \"airt-2500\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 300 Naira - 350MB - 7 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"300\",\r\n            \"code\": \"airt-300\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 3,000 Naira - 10GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"3000\",\r\n            \"code\": \"airt-3000\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 30,000 Naira - 200GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"30000\",\r\n            \"code\": \"airt-30000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 300 Naira - 1GB - 1 day\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"300\",\r\n            \"code\": \"airt-300x\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 36,000 Naira - 280GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"36000\",\r\n            \"code\": \"airt-36000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 4,000 Naira - 11GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"4000\",\r\n            \"code\": \"airt-4000\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 50 Naira - 40MB  - 1Day\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"50\",\r\n            \"code\": \"airt-50\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 500 Naira - 750MB - 14 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"500\",\r\n            \"code\": \"airt-500\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 5,000 Naira - 20GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"airt-5000\",\r\n            \"commission\": \"3%\",\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 50,000 Naira - 400GB - 90 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"50000\",\r\n            \"code\": \"airt-50000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 500 Naira - 2GB - 1 days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"500\",\r\n            \"code\": \"airt-500x\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 60,000 Naira - 500GB - 120 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"60000\",\r\n            \"code\": \"airt-60000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"Airtel Data - 8,000 Naira - 25GB - 30 Days\",\r\n            \"network\": \"airtel-data\",\r\n            \"price\": \"8000\",\r\n            \"code\": \"airt-8000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"Airtel_CG\": [\r\n        {\r\n            \"title\": \"10GB\",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"2650\",\r\n            \"code\": \"airtel_10gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"15GB\",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"3950\",\r\n            \"code\": \"airtel_15gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1GB \",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"270\",\r\n            \"code\": \"airtel_1gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"20GB\",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"5300\",\r\n            \"code\": \"airtel_20gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"530\",\r\n            \"code\": \"airtel_2gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"500MB \",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"150\",\r\n            \"code\": \"airtel_500mb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"5GB\",\r\n            \"network\": \"Airtel_CG\",\r\n            \"price\": \"1310\",\r\n            \"code\": \"airtel_5gb_30days\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"etisalat-data\": [\r\n        {\r\n            \"title\": \"9mobile 100MB - 100 Naira - 1 day\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"100\",\r\n            \"code\": \"eti-100\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ET2\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 1.5GB - 1,000 Naira - 30 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"1000\",\r\n            \"code\": \"eti-1000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ES5\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 40GB - 10,000 Naira - 30 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"eti-10000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL2\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 365GB - 100,000 Naira - 365 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"100000\",\r\n            \"code\": \"eti-100000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL8\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 2GB - 1,200 Naira - 30 Days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"eti-1200\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ES6\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 7GB - 1,500 Naira - 7 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"eti-1500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ET9\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 75GB - 15,000 Naira - 30 Days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"15000\",\r\n            \"code\": \"eti-15000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL3\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 650MB - 200 Naira - 1 day\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"200\",\r\n            \"code\": \"eti-200\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ET5\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 4.5GB - 2000 Naira - 30 Days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"2000\",\r\n            \"code\": \"eti-2000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ES8\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 75GB - 25,000 Naira - 90 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"25000\",\r\n            \"code\": \"eti-25000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL5\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 11GB - 4,000 Naira - 30 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"4000\",\r\n            \"code\": \"eti-4000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ES9\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 25MB - 50 Naira - 1 day\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"50\",\r\n            \"code\": \"eti-50\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ET1\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 500MB - 500 Naira - 30 Days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"500\",\r\n            \"code\": \"eti-500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"ES4\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 15GB - 5,000 Naira - 30 Days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"eti-5000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL1\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 165GB - 50,000 Naira - 180 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"50000\",\r\n            \"code\": \"eti-50000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL6\"\r\n        },\r\n        {\r\n            \"title\": \"9mobile 100GB - 84,992 Naira - 100 days\",\r\n            \"network\": \"etisalat-data\",\r\n            \"price\": \"84992\",\r\n            \"code\": \"eti-84992\",\r\n            \"commission\": null,\r\n            \"allowance\": \"EL7\"\r\n        }\r\n    ],\r\n    \"GloGifting\": [\r\n        {\r\n            \"title\": \"3.9GB (1.9GB + 2GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"900\",\r\n            \"code\": \"G1000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"50GB (46GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"9000\",\r\n            \"code\": \"G10000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"7.5GB(3.5GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"1350\",\r\n            \"code\": \"G1500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"93GB (86GB + 7GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"13500\",\r\n            \"code\": \"G15000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"119GB (109GB + 10GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"16200\",\r\n            \"code\": \"G18000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"9.2GB (5.2GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"1800\",\r\n            \"code\": \"G2000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"138GB (126GB + 12GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"18000\",\r\n            \"code\": \"G20000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"14GB (10GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"2700\",\r\n            \"code\": \"G3000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"18GB (14GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"3600\",\r\n            \"code\": \"G4000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1.35GB - 14 days (800MB + 550MB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"450\",\r\n            \"code\": \"G500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"24GB (20GB + 4GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"4500\",\r\n            \"code\": \"G5000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"29.5GB (27.5GB + 2GB night plan)\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"7100\",\r\n            \"code\": \"G8000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"7GB - 7 days\",\r\n            \"network\": \"GloGifting\",\r\n            \"price\": \"1350\",\r\n            \"code\": \"GS1500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"glo-data\": [\r\n        {\r\n            \"title\": \"Glo Data N100 -  150MB - 1 day\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"100\",\r\n            \"code\": \"glo100\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GD3\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N1000 -  2.9GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"1000\",\r\n            \"code\": \"glo1000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GD6\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N10000 -  50GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"glo10000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL4\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N100 -  1GB - (Night- 5 days)\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"100\",\r\n            \"code\": \"glo100x\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GO1\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N1500 -  4.1GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"glo1500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GX1\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N15000 -  93GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"15000\",\r\n            \"code\": \"glo15000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL5\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N1500 -  7GB - 7 day\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"glo1500x\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GO2\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N18000 -  119GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"18000\",\r\n            \"code\": \"glo18000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL6\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N200 -  350MB - 2 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"200\",\r\n            \"code\": \"glo200\",\r\n            \"commission\": null,\r\n            \"allowance\": \"28\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N2000 -  5.8GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"2000\",\r\n            \"code\": \"glo2000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GD7\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N20000 -  138GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"20000\",\r\n            \"code\": \"glo20000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL7\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N200 - 1.25GB - (Sunday - 1 day)\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"200\",\r\n            \"code\": \"glo200x\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL01\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N2500 -  7.7GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"2500\",\r\n            \"code\": \"glo2500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GD8\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N3000 -  10GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"3000\",\r\n            \"code\": \"glo3000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GDD1\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N4000 -  13.25GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"4000\",\r\n            \"code\": \"glo4000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL1\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N50 -  500MB - (Night-1 day)\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"50\",\r\n            \"code\": \"glo50\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL9\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N500 -  1.35GB - 14 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"500\",\r\n            \"code\": \"glo500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GD5\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N5000 -  18.25GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"glo5000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"GL2\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N50 -  50MB - 1 day\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"50\",\r\n            \"code\": \"glo50x\",\r\n            \"commission\": null,\r\n            \"allowance\": \"18\"\r\n        },\r\n        {\r\n            \"title\": \"Glo Data N8000 -  29.5GB - 30 days\",\r\n            \"network\": \"glo-data\",\r\n            \"price\": \"8000\",\r\n            \"code\": \"glo8000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"Glo_CG\": [\r\n        {\r\n            \"title\": \"10GB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"2400\",\r\n            \"code\": \"Glo_CG_10gb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"1GB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"240\",\r\n            \"code\": \"Glo_CG_1gb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"2GB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"480\",\r\n            \"code\": \"Glo_CG_2gb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"3GB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"720\",\r\n            \"code\": \"Glo_CG_3gb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"500MB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"140\",\r\n            \"code\": \"Glo_CG_500mb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"5GB\",\r\n            \"network\": \"Glo_CG\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"Glo_CG_5gb\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        }\r\n    ],\r\n    \"mtn-data\": [\r\n        {\r\n            \"title\": \"MTN N450,000 1500GB Mobile Data (1 Year)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"450000\",\r\n            \"code\": \"mtn-1-5tb-450000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN6\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N250,000 1000GB  - 365 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"250000\",\r\n            \"code\": \"mtn-1000gb-250000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN9\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N5,500 20GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"5500\",\r\n            \"code\": \"mtn-100hr-5000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MD1\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N1,100 1.5GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"1100\",\r\n            \"code\": \"mtn-100mb-1000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT208\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N100 100MB - (24 Hours)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"100\",\r\n            \"code\": \"mtn-10mb-100\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT1\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N22,000 110GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"22000\",\r\n            \"code\": \"mtn-110gb-20000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MB1\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N3,300 11GB Monthly Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"3300\",\r\n            \"code\": \"mtn-11gb-3000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT253\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N33,000 120GB  - 60days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"33000\",\r\n            \"code\": \"mtn-120gb-30000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM2\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N3,500 12GB Monthly Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"3500\",\r\n            \"code\": \"mtn-13gb-3500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT201\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N55,000 150GB  - 90days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"55000\",\r\n            \"code\": \"mtn-150gb-50000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM3\"\r\n        },\r\n        {\r\n            \"title\": \"SME Data Share N50,000 150GB\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"50000\",\r\n            \"code\": \"mtn-150gb-sme-50000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N150 160MB - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"150\",\r\n            \"code\": \"mtn-160mb-150\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT002\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N50,000 165GB SME Mobile Data (2-Months)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"50000\",\r\n            \"code\": \"mtn-165gb-sme-50000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MB3\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N300 1GB - 1 day\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"300\",\r\n            \"code\": \"mtn-1gb-300\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT004\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N3,500 12GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"3500\",\r\n            \"code\": \"mtn-1gb-3500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MD4\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N550 1GB  - 7 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"550\",\r\n            \"code\": \"mtn-1gb-500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT005\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N100,000 325GB  - 6 Months\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"100000\",\r\n            \"code\": \"mtn-1tb-100000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN4\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N110,000 1TB Mobile Data (1 Year)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"110000\",\r\n            \"code\": \"mtn-1tb-110000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N90,000 1TB 6-Months HyNetFlex Plan (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"90000\",\r\n            \"code\": \"mtn-1tb-90000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N250,000 1TB SME Mobile Data (3-Months)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"250000\",\r\n            \"code\": \"mtn-1tb-sme-250000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN5\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N550 2.5GB  - 2 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"550\",\r\n            \"code\": \"mtn-2-5gb-500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN8\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N165,000 2.5TB 6-Months HyNetFlex Unlimited Plan (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"165000\",\r\n            \"code\": \"mtn-2-5tb-165000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N275,000 2.5TB Yearly Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"275000\",\r\n            \"code\": \"mtn-2-5tb-275000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N450,000 2000GB - 365 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"450000\",\r\n            \"code\": \"mtn-2000gb-450000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N25,000 200GB Monthly HyNetFlex Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"25000\",\r\n            \"code\": \"mtn-200gb-25000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N5,000 30GB Bronze HyNetFlex Unlimited Plan  (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"mtn-20gb-5000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N1,500 6GB  - 7 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"mtn-20hrs-1500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM7\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N25 20MB - (24 Hours)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"25\",\r\n            \"code\": \"mtn-20mb-25\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT20M\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N5,500 22GB Monthly Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"5500\",\r\n            \"code\": \"mtn-22gb-5000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT200\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N75,000 250GB  - 90days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"75000\",\r\n            \"code\": \"mtn-250gb-75000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM4\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N10,000 25GB SME Mobile Data ( 1 Month)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"mtn-25gb-sme-10000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MB2\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N6,000 27GB Monthly Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"6000\",\r\n            \"code\": \"mtn-27gb-6000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT17\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N1,200 2GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"mtn-2gb-1200\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT251\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N150,000 2TB Yearly HyNetFlex Plan (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"150000\",\r\n            \"code\": \"mtn-2tb-150000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N36,000 300GB Monthly HyNetFlex Plan  (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"36000\",\r\n            \"code\": \"mtn-300gb-36000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N8,000 30GB Monthly HyNetFlex Plan (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"8000\",\r\n            \"code\": \"mtn-30gb-8000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N300 350MB - 7 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"300\",\r\n            \"code\": \"mtn-350mb-300\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT3\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N100,000 360GB SME Mobile Data (3 Months)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"100000\",\r\n            \"code\": \"mtn-360gb-sme-100000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MB4\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N1500 3GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"1500\",\r\n            \"code\": \"mtn-3gb-1500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MN3\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N2,500 6GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"2500\",\r\n            \"code\": \"mtn-3gb-2500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM8\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N6,000 25GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"6000\",\r\n            \"code\": \"mtn-3gb-6000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM5\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N120,000 400GB  - 365 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"120000\",\r\n            \"code\": \"mtn-400gb-120000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N45,000 400GB Monthly HyNetFlex Plan\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"45000\",\r\n            \"code\": \"mtn-400gb-45000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N11,000 40GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"11000\",\r\n            \"code\": \"mtn-40gb-10000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MD2\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N45,000 500GB Gold Monthly HyNetFlex Unlimited Plan  (4G Router)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"45000\",\r\n            \"code\": \"mtn-500gb-45000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N2,200 4.5GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"2200\",\r\n            \"code\": \"mtn-500mb-2000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MB5\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N220 200MB - 3 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"220\",\r\n            \"code\": \"mtn-50mb-200\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT2\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N50 50MB - (24 Hours)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"50\",\r\n            \"code\": \"mtn-50mb-50\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT001\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N550 750MB - 14 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"550\",\r\n            \"code\": \"mtn-750mb-500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM6\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N16,500 75GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"16500\",\r\n            \"code\": \"mtn-75gb-15000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MD3\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N22,000 75GB  - 60 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"22000\",\r\n            \"code\": \"mtn-75gb-20000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"SME Data Share N40,000 - 90GB \",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"40000\",\r\n            \"code\": \"mtn-90gb-40000\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N3,300 10GB  - 30 days\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"3300\",\r\n            \"code\": \"mtn-data-3000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MM9\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N550 750MB 50% Deal Zone Offer (500MB+250MB) (14 days)\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"550\",\r\n            \"code\": \"mtn-dealzone-500\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT4\"\r\n        },\r\n        {\r\n            \"title\": \"SME Data Share N13,500 - 35GB\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"13500\",\r\n            \"code\": \"mtn-sme30gb-13500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N1,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"1000\",\r\n            \"code\": \"mtn-xtra-1000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT112\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N10,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"mtn-xtra-10000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT116\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N15,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"15000\",\r\n            \"code\": \"mtn-xtra-15000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT119\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N2,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"2000\",\r\n            \"code\": \"mtn-xtra-2000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT113\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N20,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"20000\",\r\n            \"code\": \"mtn-xtra-20000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT109\"\r\n        },\r\n        {\r\n            \"title\": \"MTN N300 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"300\",\r\n            \"code\": \"mtn-xtra-300\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N500 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"500\",\r\n            \"code\": \"mtn-xtra-500\",\r\n            \"commission\": null,\r\n            \"allowance\": null\r\n        },\r\n        {\r\n            \"title\": \"MTN N5,000 Xtradata\",\r\n            \"network\": \"mtn-data\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"mtn-xtra-5000\",\r\n            \"commission\": null,\r\n            \"allowance\": \"MT115\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0294926e-1d03-43cb-8e01-cd8779cc52f0"},{"name":"Purchase Data","id":"1ea8dd1b-e343-4c53-8b11-bc4849176ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"30\",\r\n    \"phone\": \"08061122334\",\r\n    \"customer_id\": \"2023042723178798\"\r\n}"},"url":"/purchase_data.php","description":"<p>This endpoint is for data vending.</p>\n<blockquote>\n<p><strong>code</strong> : This is the code of the particular bundle you wish to vendor. It is gotten from the <strong>Get Data Bundles endpoint</strong> above. </p>\n</blockquote>\n<blockquote>\n<p><strong>phone</strong>: This is the beneficiary phone number. It is MUST start with <em>07..., 08..., or 09...</em> </p>\n</blockquote>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID generated by you. It is MUST the Customer ID Format described above. </p>\n</blockquote>\n<p><strong>Possible response sample:</strong></p>\n<p>Successful Response Sample</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"5GB MTNSME to 08061122334 Successful\",\n    \"receipent\": \"08061122334\",\n    \"email\": \"test@gmail.com\",\n    \"amountcharged\": \"1080\",\n    \"commissionGiven\": \"120\",\n    \"balance\": \"8600\",\n    \"chargeMothed\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"20230427231668789\",\n    \"vendor_id\": 13397889,\n    \"server_response\": \"Dear Customer, You have successfully shared 5GB Data to 2348061122334. Your SME data balance is 58687.04GB expires 25/07/2023. Thankyou\",\n    \"createdOn\": \"2023-04-27 12:44:16\"\n}\n\n</code></pre><p>Processing Response Sample</p>\n<blockquote>\n<p><strong>Webhook</strong> will be sent to you once <em>Processing transaction</em> is completed. You can also use the <strong>Requery endpoint</strong> to get the current status. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"203\",\n    \"status\": \"Processing\",\n    \"message\": \"5GB MTNSME to 08061122334 Processing\",\n    \"receipent\": \"08061122334\",\n    \"email\": \"test@gmail.com\",\n    \"amountcharged\": \"1080\",\n    \"commissionGiven\": \"120\",\n    \"balance\": \"7520\",\n    \"chargeMothed\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"2023042723178798\",\n    \"server_response\": \"Processing, it will be successful or refunded within 1 minute\",\n    \"createdOn\": \"2023-04-27 13:02:28\"\n}\n\n</code></pre><p><em>Failed response Sample</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Wrong customer ID format. Please check the documentation for the right format\",\n    \"responseCode\": \"JO104\",\n    \"status\": \"Failed\"\n}\n\n</code></pre>","urlObject":{"path":["purchase_data.php"],"query":[],"variable":[]}},"response":[{"id":"c308350a-a2f1-4cf2-adb2-6e9cf2f8e33a","name":"Purchase Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"30\",\r\n    \"phone\": \"08061122334\",\r\n    \"customer_id\": \"2023042723178798\"\r\n}"},"url":"/purchase_data.php"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"status\": \"Successful\",\r\n    \"message\": \"5GB MTNSME to 08061122334 Successful\",\r\n    \"receipent\": \"08061122334\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"amountcharged\": \"1080\",\r\n    \"commissionGiven\": \"120\",\r\n    \"balance\": \"8600\",\r\n    \"chargeMothed\": \"Wallet\",\r\n    \"channel\": \"API\",\r\n    \"customer_id\": \"20230427231668789\",\r\n    \"vendor_id\": 13397889,\r\n    \"server_response\": \"Dear Customer, You have successfully shared 5GB Data to 2348061122334. Your SME data balance is 58687.04GB expires 25/07/2023. Thankyou\",\r\n    \"createdOn\": \"2023-04-27 12:44:16\"\r\n}"}],"_postman_id":"1ea8dd1b-e343-4c53-8b11-bc4849176ee8"}],"id":"24661700-1e77-4122-826d-86dbc07f313e","description":"<p>This is colloection for internet data bundles and purchase.</p>\n<p>Use the <strong>Get Data Bundles</strong> <em>endpoint</em> to get the available data on our platform and the <em><strong>Purchase Data</strong></em> <em>endpoint</em> to buy data.</p>\n<p>Your API key is required for both endpoints and MUST be in th header.</p>\n","_postman_id":"24661700-1e77-4122-826d-86dbc07f313e"},{"name":"Airtime","item":[{"name":"Purchase Airtime","id":"3022ae18-bfa4-4b0f-b621-9379e80d0708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"50\",\r\n    \"phone\": \"080611223344\",\r\n    \"network\": \"MTN\",\r\n    \"customer_id\": \"202304172068789\"\r\n}"},"url":"/purchase_airtime.php","description":"<p>This endpoint is for airtime vending.</p>\n<blockquote>\n<p><strong>amount</strong> : This is the amount of airtime you wish to purchase. It must be N50 or above. </p>\n</blockquote>\n<blockquote>\n<p><strong>phone</strong>: This is the beneficiary phone number. It is MUST start with <em>07..., 08..., or 09...</em>  </p>\n</blockquote>\n<blockquote>\n<p><strong>network</strong> : This is the airtime network you wish to purchase. It can be <em><strong>MTN, Glo, Airtel</strong></em> or <em><strong>9mobile</strong></em>. Please <strong>note</strong> that this is <em>Case-Sensitive</em> </p>\n</blockquote>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID generated by you. It is MUST the Customer ID Format described above. </p>\n</blockquote>\n<p><strong>Possible response sample:</strong></p>\n<p>Successful Response Sample</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"5GB MTNSME to 08061122334 Successful\",\n    \"receipent\": \"08061122334\",\n    \"email\": \"test@gmail.com\",\n    \"amountcharged\": \"1080\",\n    \"commissionGiven\": \"120\",\n    \"balance\": \"8600\",\n    \"chargeMothed\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"20230427231668789\",\n    \"vendor_id\": 13397889,\n    \"server_response\": \"Dear Customer, You have successfully shared 5GB Data to 2348061122334. Your SME data balance is 58687.04GB expires 25/07/2023. Thankyou\",\n    \"createdOn\": \"2023-04-27 12:44:16\"\n}\n\n</code></pre><p>Processing Response Sample</p>\n<blockquote>\n<p><strong>Webhook</strong> will be sent to you once <em>Processing transaction</em> is completed. You can also use the <strong>Requery endpoint</strong> to get the current status. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"203\",\n    \"status\": \"Processing\",\n    \"message\": \"5GB MTNSME to 08061122334 Processing\",\n    \"receipent\": \"08061122334\",\n    \"email\": \"test@gmail.com\",\n    \"amountcharged\": \"1080\",\n    \"commissionGiven\": \"120\",\n    \"balance\": \"7520\",\n    \"chargeMothed\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"2023042723178798\",\n    \"server_response\": \"Processing, it will be successful or refunded within 1 minute\",\n    \"createdOn\": \"2023-04-27 13:02:28\"\n}\n\n</code></pre><p><em>Failed response Sample</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Wrong customer ID format. Please check the documentation for the right format\",\n    \"responseCode\": \"JO104\",\n    \"status\": \"Failed\"\n}\n\n</code></pre>","urlObject":{"path":["purchase_airtime.php"],"query":[],"variable":[]}},"response":[{"id":"826134f9-5c77-4be5-be22-a989fac8406d","name":"Purchase Airtime","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"50\",\r\n    \"phone\": \"080611223344\",\r\n    \"network\": \"MTN\",\r\n    \"customer_id\": \"202304172068789\"\r\n}"},"url":"/purchase_airtime.php"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"203\",\r\n    \"status\": \"Processing\",\r\n    \"message\": \"5GB MTNSME to 08061122334 Processing\",\r\n    \"receipent\": \"08061122334\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"amountcharged\": \"1080\",\r\n    \"commissionGiven\": \"120\",\r\n    \"balance\": \"7520\",\r\n    \"chargeMothed\": \"Wallet\",\r\n    \"channel\": \"API\",\r\n    \"customer_id\": \"2023042723178798\",\r\n    \"server_response\": \"Processing, it will be successful or refunded within 1 minute\",\r\n    \"createdOn\": \"2023-04-27 13:02:28\"\r\n}"}],"_postman_id":"3022ae18-bfa4-4b0f-b621-9379e80d0708"}],"id":"383375a4-8c19-4521-82ff-43588df8bd88","description":"<p>This is collection for airtime purchase.</p>\n<p>Your API key is required for both endpoints and MUST be in th header.</p>\n","_postman_id":"383375a4-8c19-4521-82ff-43588df8bd88"},{"name":"Cable TV","item":[{"name":"Get TV Packages","id":"273904fd-27f7-4e26-a820-a4603c030bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://jonet.com.ng/api_live/v1/get_tv_packages.php","description":"<p>Only your <em><strong>API key</strong></em> is needed to call this end point.</p>\n<p>Please store the Packages in your database and update it intermittently.</p>\n","urlObject":{"protocol":"https","path":["api_live","v1","get_tv_packages.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[{"id":"35d82a22-2f16-4597-bf11-1ebb154ee987","name":"Get TV Packages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"4388dijkfhjdhfjd32839","type":"text"}],"url":{"raw":"https://jonet.com.ng/api_live/v1/get_tv_packages.php","protocol":"https","host":["jonet","com","ng"],"path":["api_live","v1","get_tv_packages.php"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Asian Bouqet\": [\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"8300\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"1\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"16600\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"2\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"24900\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"3\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"33200\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"4\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"41500\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"5\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"49800\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"6\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"58100\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"7\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"66400\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"8\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"74700\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"9\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"83000\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"10\"\r\n        },\r\n        {\r\n            \"title\": \"Asian Bouqet\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"91300\",\r\n            \"code\": \"ASIAE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"11\"\r\n        }\r\n    ],\r\n    \"DStv Compact Plus\": [\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"16600\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"12\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"33200\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"13\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"49800\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"14\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"66400\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"15\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"83000\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"16\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"96600\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"17\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"116200\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"18\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"132800\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"19\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"149400\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"20\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"166000\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"21\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact Plus\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"182600\",\r\n            \"code\": \"COMPLE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"22\"\r\n        }\r\n    ],\r\n    \"DStv Compact\": [\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"10500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"23\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"21000\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"24\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"31500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"25\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"42000\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"26\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"52500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"27\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"63000\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"28\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"73500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"29\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"84000\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"30\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"94500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"31\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"105000\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"32\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Compact\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"115500\",\r\n            \"code\": \"COMPE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"33\"\r\n        }\r\n    ],\r\n    \"DStv Premium French\": [\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"36600\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"34\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"73200\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"35\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"109800\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"36\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"146400\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"37\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"183000\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"38\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"219600\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"39\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"256200\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"40\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"292800\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"41\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"329400\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"42\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"366000\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"43\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium French\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"402600\",\r\n            \"code\": \"PRWFRNSE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"44\"\r\n        }\r\n    ],\r\n    \"DStv Premium\": [\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"24500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"45\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"49000\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"46\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"73500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"47\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"98000\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"48\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"122500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"49\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"147000\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"50\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"171500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"51\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"196000\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"52\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"220500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"53\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"245000\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"54\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"269500\",\r\n            \"code\": \"PRWE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"55\"\r\n        }\r\n    ],\r\n    \"DStv Confam Bouquet E36\": [\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"6200\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"56\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"12400\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"57\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"18600\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"58\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"24800\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"59\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"31000\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"60\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"37200\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"61\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"43400\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"62\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"49600\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"63\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"55800\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"64\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"62000\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"65\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Confam Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"68200\",\r\n            \"code\": \"NNJ2E36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"66\"\r\n        }\r\n    ],\r\n    \"Padi\": [\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"2500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"67\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"5000\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"68\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"7500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"69\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"10000\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"70\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"12500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"71\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"15000\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"72\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"17500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"73\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"20000\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"74\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"22500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"75\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"25000\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"76\"\r\n        },\r\n        {\r\n            \"title\": \"Padi\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"27500\",\r\n            \"code\": \"NLTESE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"77\"\r\n        }\r\n    ],\r\n    \"DStv Premium Asia\": [\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"27500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"78\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"55000\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"79\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"82500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"80\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"110000\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"81\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"137500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"82\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"165000\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"83\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"192500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"84\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"220000\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"85\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"247500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"86\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"275000\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"87\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Premium Asia\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"302500\",\r\n            \"code\": \"PRWASIE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"88\"\r\n        }\r\n    ],\r\n    \"DStv Yanga Bouquet E36\": [\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"3500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"89\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"7000\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"90\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"10500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"91\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"14000\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"92\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"17500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"93\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"21000\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"94\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"24500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"95\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"28000\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"96\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"31500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"97\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"35000\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"98\"\r\n        },\r\n        {\r\n            \"title\": \"DStv Yanga Bouquet E36\",\r\n            \"service_type\": \"dstv\",\r\n            \"price\": \"38500\",\r\n            \"code\": \"NNJ1E36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"99\"\r\n        }\r\n    ],\r\n    \"GOtv Smallie - quarterly\": [\r\n        {\r\n            \"title\": \"GOtv Smallie - quarterly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"2900\",\r\n            \"code\": \"GOLITE\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"100\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - quarterly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"5800\",\r\n            \"code\": \"GOLITE\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"101\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - quarterly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"8700\",\r\n            \"code\": \"GOLITE\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"102\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - quarterly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"11600\",\r\n            \"code\": \"GOLITE\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"103\"\r\n        }\r\n    ],\r\n    \"GOtv Supa\": [\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"6400\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"104\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"12800\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"105\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"19200\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"106\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"25600\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"107\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"32000\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"108\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"38400\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"109\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"44800\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"110\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"51200\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"111\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"57600\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"112\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"64000\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"113\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"70400\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"11\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"114\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Supa\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"76800\",\r\n            \"code\": \"GOTVSUPA\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"115\"\r\n        }\r\n    ],\r\n    \"GOtv Smallie - monthly\": [\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"1100\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"116\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"2200\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"117\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"3300\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"118\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"4400\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"119\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"5500\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"120\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"6600\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"121\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"7700\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"122\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"8800\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"123\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"9900\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"124\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"11000\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"125\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"9900\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"11\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"126\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Smallie - monthly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"12100\",\r\n            \"code\": \"GOHAN\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"127\"\r\n        }\r\n    ],\r\n    \"GOtv Jinja Bouquet\": [\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"2250\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"128\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"4500\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"129\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"6750\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"130\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"9000\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"131\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"11250\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"132\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"13500\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"133\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"15750\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"134\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"18000\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"135\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"20250\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"136\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"22500\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"137\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"24750\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"11\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"138\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jinja Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"27000\",\r\n            \"code\": \"GOTVNJ1\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"139\"\r\n        }\r\n    ],\r\n    \"GOtv Max\": [\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"4850\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"140\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"9700\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"141\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"14550\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"142\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"19400\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"143\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"24250\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"144\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"29100\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"145\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"33950\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"146\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"38800\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"147\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"43650\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"148\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"48500\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"149\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"53350\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"11\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"150\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Max\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"58200\",\r\n            \"code\": \"GOTVMAX\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"151\"\r\n        }\r\n    ],\r\n    \"GOtv Jolli Bouquet\": [\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"3300\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"152\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"6600\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"153\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"9900\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"154\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"13200\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"155\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"16500\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"156\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"19800\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"157\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"23100\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"158\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"26400\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"159\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"29700\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"160\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"33000\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"161\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"36300\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"11\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"162\"\r\n        },\r\n        {\r\n            \"title\": \"GOtv Jolli Bouquet\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"39600\",\r\n            \"code\": \"GOTVNJ2\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"163\"\r\n        }\r\n    ],\r\n    \"GOtv Smallie - yearly\": [\r\n        {\r\n            \"title\": \"GOtv Smallie - yearly\",\r\n            \"service_type\": \"gotv\",\r\n            \"price\": \"8600\",\r\n            \"code\": \"GOLTANL\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"164\"\r\n        }\r\n    ],\r\n    \"Special (Dish) - Daily\": [\r\n        {\r\n            \"title\": \"Special (Dish) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"400\",\r\n            \"code\": \"specialday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"165\"\r\n        }\r\n    ],\r\n    \"Special (Dish) - Weekly\": [\r\n        {\r\n            \"title\": \"Special (Dish) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"1300\",\r\n            \"code\": \"specialweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"166\"\r\n        }\r\n    ],\r\n    \"Special (Dish) - Monthly\": [\r\n        {\r\n            \"title\": \"Special (Dish) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"3900\",\r\n            \"code\": \"special\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"167\"\r\n        }\r\n    ],\r\n    \"Nova (Dish) - Daily\": [\r\n        {\r\n            \"title\": \"Nova (Dish) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"100\",\r\n            \"code\": \"novadishday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"168\"\r\n        }\r\n    ],\r\n    \"Classic (Antenna) - Monthly\": [\r\n        {\r\n            \"title\": \"Classic (Antenna) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"3100\",\r\n            \"code\": \"classic\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"169\"\r\n        }\r\n    ],\r\n    \"Nova (Dish) - Monthly\": [\r\n        {\r\n            \"title\": \"Nova (Dish) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"novadish\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"170\"\r\n        }\r\n    ],\r\n    \"Startimes Chinese (Dish)\": [\r\n        {\r\n            \"title\": \"Startimes Chinese (Dish)\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"9800\",\r\n            \"code\": \"chinese\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"171\"\r\n        }\r\n    ],\r\n    \" Basic (Antenna) - Daily\": [\r\n        {\r\n            \"title\": \" Basic (Antenna) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"200\",\r\n            \"code\": \"basicday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"172\"\r\n        }\r\n    ],\r\n    \"Basic (Antenna) - Monthly\": [\r\n        {\r\n            \"title\": \"Basic (Antenna) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"2100\",\r\n            \"code\": \"basic\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"173\"\r\n        }\r\n    ],\r\n    \"Nova (Antenna) - Monthly\": [\r\n        {\r\n            \"title\": \"Nova (Antenna) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"nova\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"174\"\r\n        }\r\n    ],\r\n    \"Super (Dish) - Daily\": [\r\n        {\r\n            \"title\": \"Super (Dish) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"500\",\r\n            \"code\": \"superday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"175\"\r\n        }\r\n    ],\r\n    \"Smart (Dish) - Monthly\": [\r\n        {\r\n            \"title\": \"Smart (Dish) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"2800\",\r\n            \"code\": \"smart\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"176\"\r\n        }\r\n    ],\r\n    \"Nova (Antenna) - Weekly\": [\r\n        {\r\n            \"title\": \"Nova (Antenna) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"400\",\r\n            \"code\": \"novaweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"177\"\r\n        }\r\n    ],\r\n    \"Classic (Antenna) - Weekly\": [\r\n        {\r\n            \"title\": \"Classic (Antenna) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"1200\",\r\n            \"code\": \"classicweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"178\"\r\n        }\r\n    ],\r\n    \"Smart (Dish) - Daily\": [\r\n        {\r\n            \"title\": \"Smart (Dish) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"250\",\r\n            \"code\": \"smartday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"179\"\r\n        }\r\n    ],\r\n    \"Super (Dish) - Weekly\": [\r\n        {\r\n            \"title\": \"Super (Dish) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"1800\",\r\n            \"code\": \"superweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"180\"\r\n        }\r\n    ],\r\n    \"Smart (Dish) - Weekly\": [\r\n        {\r\n            \"title\": \"Smart (Dish) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"900\",\r\n            \"code\": \"smartweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"181\"\r\n        }\r\n    ],\r\n    \"Super (Dish) - Monthly\": [\r\n        {\r\n            \"title\": \"Super (Dish) - Monthly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"5300\",\r\n            \"code\": \"super\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"182\"\r\n        }\r\n    ],\r\n    \"Nova (Dish) - Weekly\": [\r\n        {\r\n            \"title\": \"Nova (Dish) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"400\",\r\n            \"code\": \"novadishweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"183\"\r\n        }\r\n    ],\r\n    \"Basic (Antenna) - Weekly\": [\r\n        {\r\n            \"title\": \"Basic (Antenna) - Weekly\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"700\",\r\n            \"code\": \"basicweek\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"184\"\r\n        }\r\n    ],\r\n    \"Classic (Antenna) - Daily\": [\r\n        {\r\n            \"title\": \"Classic (Antenna) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"320\",\r\n            \"code\": \"classicday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"185\"\r\n        }\r\n    ],\r\n    \"Nova (Antenna) - Daily\": [\r\n        {\r\n            \"title\": \"Nova (Antenna) - Daily\",\r\n            \"service_type\": \"startimes\",\r\n            \"price\": \"100\",\r\n            \"code\": \"novaday\",\r\n            \"months\": \"1\",\r\n            \"allowance\": \"1\",\r\n            \"s/n\": \"186\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"273904fd-27f7-4e26-a820-a4603c030bd4"},{"name":"Get addon packages","id":"f268ef90-cf4a-4933-9c38-4e464e13c304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://jonet.com.ng/api_live/v1/get_tv_addon.php","description":"<p>Only your <em><strong>API key</strong></em> is needed to call this end point.</p>\n<p>Please store the addon Packages in your database and update it intermittently.</p>\n","urlObject":{"protocol":"https","path":["api_live","v1","get_tv_addon.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[{"id":"9374de1c-050c-468d-b0d9-3834b1e83dfa","name":"Get addon packages","originalRequest":{"method":"GET","header":[],"url":"https://jonet.com.ng/api_live/v1/get_tv_addon.php"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"French 11 Bouquet E36\": [\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"5150\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"1\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"10300\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"2\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"15450\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"3\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"20600\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"4\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"25750\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"5\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"30900\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"6\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"36050\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"7\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"41200\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"8\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"46350\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"9\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"51500\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"10\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French 11 Bouquet E36\",\r\n            \"price\": \"56650\",\r\n            \"addon_code\": \"FRN11E36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"11\"\r\n        }\r\n    ],\r\n    \"French Touch\": [\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"3300\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"12\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"6600\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"13\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"9900\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"14\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"13200\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"15\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"16500\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"16\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"19800\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"17\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"23100\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"18\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"26400\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"19\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"29700\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"20\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"33000\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"21\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Touch\",\r\n            \"price\": \"36300\",\r\n            \"addon_code\": \"FRN7E36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"22\"\r\n        }\r\n    ],\r\n    \"HDPVR/XtraView\": [\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"3400\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"23\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"6800\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"24\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"10200\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"25\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"13600\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"26\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"17000\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"27\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"20400\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"28\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"23800\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"29\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"27200\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"30\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"30600\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"31\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"34000\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"32\"\r\n        },\r\n        {\r\n            \"addon_title\": \"HDPVR/XtraView\",\r\n            \"price\": \"37400\",\r\n            \"addon_code\": \"HDPVRE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"33\"\r\n        }\r\n    ],\r\n    \"Asian Add-on\": [\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"8300\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"34\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"16600\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"35\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"24900\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"36\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"33200\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"37\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"41500\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"38\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"49800\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"39\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"58100\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"40\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"66400\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"41\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"74700\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"42\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"83000\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"43\"\r\n        },\r\n        {\r\n            \"addon_title\": \"Asian Add-on\",\r\n            \"price\": \"91300\",\r\n            \"addon_code\": \"ASIADDE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"44\"\r\n        }\r\n    ],\r\n    \"French Plus\": [\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"11600\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"45\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"23200\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"46\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"34800\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"47\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"46400\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"48\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"58000\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"49\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"69600\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"50\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"81200\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"51\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"92800\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"52\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"104400\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"53\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"116000\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"54\"\r\n        },\r\n        {\r\n            \"addon_title\": \"French Plus\",\r\n            \"price\": \"127600\",\r\n            \"addon_code\": \"FRN15E36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"55\"\r\n        }\r\n    ],\r\n    \"DStv Great Wall Standalone Bouquet\": [\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"2050\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"56\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"4100\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"57\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"6150\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"58\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"8200\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"59\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"10250\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"60\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"12300\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"61\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"14350\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"62\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"16400\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"63\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"18450\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"64\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"20500\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"65\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Great Wall Standalone Bouquet\",\r\n            \"price\": \"22550\",\r\n            \"addon_code\": \"GWALLE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"66\"\r\n        }\r\n    ],\r\n    \"DStv Asian Bouquet E36\": [\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"8300\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"1\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"67\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"16600\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"2\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"68\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"24900\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"3\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"69\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"33200\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"4\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"70\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"41500\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"5\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"71\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"49800\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"6\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"72\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"58100\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"7\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"73\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"66400\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"8\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"74\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"74700\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"9\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"75\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"83000\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"10\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"76\"\r\n        },\r\n        {\r\n            \"addon_title\": \"DStv Asian Bouquet E36\",\r\n            \"price\": \"91300\",\r\n            \"addon_code\": \"ASIAE36\",\r\n            \"months\": \"12\",\r\n            \"allowance\": null,\r\n            \"s/n\": \"77\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f268ef90-cf4a-4933-9c38-4e464e13c304"},{"name":"Get SmartCard Info","id":"14dab8a6-6805-44b0-9766-747c7fdbe5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://jonet.com.ng/api_live/v1/get_smartcard_info.php","description":"<p>This is the endpoint for gettting SmartCard details. It is very importent in <em>renewal</em></p>\n<p>StartFragment</p>\n<p>Your API key is required for both endpoints and MUST be in th header.</p>\n<p>EndFragment</p>\n<blockquote>\n<p><strong>SmartCard_no</strong> : This is the IUC or SmartCard noyou wish to get its details. </p>\n</blockquote>\n<blockquote>\n<p><strong>service_type</strong>: This is the serivce provider like dstv, gotv, startimes etc.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api_live","v1","get_smartcard_info.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[{"id":"41fd1d3d-a72f-49b6-8372-c835d050809d","name":"Get SmartCard Info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"SmartCard_no\": \"7578849399\",\r\n    \"service_type\": \"dstv\"\r\n}"},"url":"https://jonet.com.ng/api_live/v1/get_smartcard_info.php"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"status\": \"success\",\r\n    \"message\": \"Successful\",\r\n    \"data\": {\r\n        \"user\": {\r\n            \"customerName\": \"jonet Test\",\r\n            \"outstandingBalance\": 2400,\r\n            \"dueDate\": \"Jun 23rd, 2023\",\r\n            \"Renewal_Amount\": 3500,\r\n            \"smartCardNumber\": \"7578849399\",\r\n            \"Customer_Number\": \"6347783\",\r\n            \"Status\": \"Open\"\r\n        },\r\n        \"hasDiscount\": \"true\",\r\n        \"currentBouquet\": \"DStv FreeView Public Broadcaster E36 + DStv Yanga Bouquet E36\",\r\n        \"currentBouquetCode\": \"NNJ1E36\"\r\n    }\r\n}"}],"_postman_id":"14dab8a6-6805-44b0-9766-747c7fdbe5d1"},{"name":"Purchase Cable TV","id":"6fbe8257-6ff2-4197-b6c3-11610a4cf2d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://jonet.com.ng/api_live/v1/purchase_tv.php","description":"<p>This endpoint is for cable TV subscription.</p>\n<blockquote>\n<p><strong>SmartCard_no</strong> : This is the IUC or SmartCard noyou wish to get its details. </p>\n</blockquote>\n<blockquote>\n<p><strong>subscription_type</strong>: This is the type of subscription you wish to make. It is MUST <em><strong>renew</strong></em> or <em><strong>change. RENEW</strong></em> means you wish to renew the current bouquet or perform a topup to you cable TV account. This will help you to enjoy discount ot promo if there is any on your cable TV account. <em><strong>CHANGE</strong></em> means you are changing a bouquet or just wish to pay the stated price seen in <em>get tv package and/or get addon package endpoints.</em> Please note that this is <em>Case-Sensitive</em> - <strong>renew</strong> or <strong>change</strong> </p>\n</blockquote>\n<blockquote>\n<p><strong>service_type</strong> : This is the service you wish to purchase. It can be <em><strong>dstv, gotv</strong></em> or <em><strong>startimes</strong></em>. Please <strong>note</strong> that this is <em>Case-Sensitive</em> </p>\n</blockquote>\n<blockquote>\n<p><strong>code</strong> : <em>(Optional for renew)</em> This is the code gotten from <em>Get TV packages endpoint</em>. It is <em>Mandatory</em> if the <em>subscription_type</em> is <strong>change</strong> but optional or can be zero if the <em>subscription_type</em> is <strong>renew</strong> </p>\n</blockquote>\n<blockquote>\n<p><strong>product_monthsPaidFor</strong> : <em>(Optional for renew)</em> This is the number of months you wish to subscribe for. It is <em>Mandatory</em> if the <em>subscription_type</em> is <strong>change</strong> but optional if the <em>subscription_type</em> is <strong>renew</strong> </p>\n</blockquote>\n<blockquote>\n<p><strong>amount</strong> : <em>(Optional for change)</em> This is the amount of the bouquet you wish to subscribe for. If the <em>subscription_type</em> is <strong>change,</strong> it is price seen in <em>get tv package and/or get addon package endpoints</em> and it is <em>optional</em> as we will ALWAYS charge the price of bouquet based on <strong>code</strong>. If the <em>subscription_type</em> is <strong>renew</strong>, it is <em>renewal_amount</em> seen in <em>get SmartCard info</em> endpoints or any amount for <em>Topup of cable TV account</em> and it is <em>Mandatory</em>. </p>\n</blockquote>\n<blockquote>\n<p><strong>addon_code</strong> : <em>(Optional)</em> This is the <strong>addon_code</strong> from <em>Get addon packages endpoint.</em> It is only required if you are subscribed to Addon </p>\n</blockquote>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID generated by you. It is MUST the Customer ID Format described above. </p>\n</blockquote>\n<p><strong>EXPECTED RESPONSE</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"success\",\n    \"phone\": \"08066471093\",\n    \"email\": \"jochuks@gmail.com\",\n    \"commissionGiven\": \"63\",\n    \"balance\": \"35142\",\n    \"data\": {\n        \"Service_type\": \"dstv\",\n        \"SmartCard_no\": \"7040373739\",\n        \"Package_type\": \"DStv Yanga Bouquet E36\",\n        \"amountcharged\": \"3437\",\n        \"months_paidfor\": \"1\",\n        \"addon\": \"0\"\n    },\n    \"chargeMethod\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"20230523150897975\",\n    \"createdOn\": \"2023-05-23 18:56:19\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["api_live","v1","purchase_tv.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[{"id":"1f63cb01-243f-493c-ab83-c68f0f3ac85b","name":"Purchase Cable TV","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"6752176278219298hjgdjashkjk","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"SmartCard_no\": \"8778439849 \",\r\n    \"subscription_type\": \"change\",\r\n    \"service_type\": \"dstv\",\r\n    \"code\": \" \",\r\n    \"product_monthsPaidFor\": \"1\",\r\n    \"amount\": \"0\",\r\n    \"addon_code\": \"0\",\r\n    \"customer_id\": \"20230523150897975\",\r\n}"},"url":"https://jonet.com.ng/api_live/v1/purchase_tv.php"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"status\": \"Successful\",\r\n    \"message\": \"success\",\r\n    \"phone\": \"080612345654\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"commissionGiven\": \"63\",\r\n    \"balance\": \"35142\",\r\n    \"data\": {\r\n        \"Service_type\": \"dstv\",\r\n        \"SmartCard_no\": \"8778439849\",\r\n        \"Package_type\": \"DStv Yanga Bouquet E36\",\r\n        \"amountcharged\": \"3437\",\r\n        \"months_paidfor\": \"1\",\r\n        \"addon\": \"0\"\r\n    },\r\n    \"chargeMethod\": \"Wallet\",\r\n    \"channel\": \"API\",\r\n    \"customer_id\": \"20230523150897975\",\r\n    \"createdOn\": \"2023-05-23 18:56:19\"\r\n}"}],"_postman_id":"6fbe8257-6ff2-4197-b6c3-11610a4cf2d1"}],"id":"d6dad814-1e75-457f-a1b9-7bbe2ef54297","description":"<p>This is colloection for Cable TV Package, addon package, get SmartCard info and purchase Cable TV.</p>\n<p>Use the <strong>Get TV Packages and Get addon Packages</strong> <em>endpoints</em> to get the available TV and addon Packages respectively, on our platform;</p>\n<p>the <em><strong>Get SmartCard info</strong></em> <em>endpoint</em> to get smartcard details especially if you are <em>renewing</em>;</p>\n<p>and the <em><strong>Purchase Cable TV</strong></em> <em>endpoint</em> to subscribe cable TV</p>\n<p>Your API key is required for all endpoints and MUST be in th header.</p>\n","_postman_id":"d6dad814-1e75-457f-a1b9-7bbe2ef54297"},{"name":"Electricity","item":[{"name":"Get discos","id":"6ccb9534-6127-4f33-867d-63275b30b645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://jonet.com.ng/api_live/v1/get_disco.php","description":"<p>Only your <em><strong>API key</strong></em> is needed to call this end point.</p>\n<p>Please store the discos in your database and update it intermittently.</p>\n","urlObject":{"protocol":"https","path":["api_live","v1","get_disco.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ccb9534-6127-4f33-867d-63275b30b645"},{"name":"Get Meter info","id":"30458a7a-7d1b-4c25-a6ee-5ad02cd5dd71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"meter_no\": \"8796005948889\",\r\n    \"disco\": \"abuja_electric_prepaid\"\r\n}"},"url":"https://jonet.com.ng/api_live/v1/get_meter_info.php","description":"<p>This is the endpoint for gettting Meter details.</p>\n<p>Your API key is required for both endpoints and MUST be in th header.</p>\n<blockquote>\n<p><em><strong>meter_no</strong></em> : This is the Meter number you wish to get its details. </p>\n</blockquote>\n<blockquote>\n<p><em><strong>disco</strong></em>: This is the disco you got from the <em>get_disco endpoint</em></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api_live","v1","get_meter_info.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[],"_postman_id":"30458a7a-7d1b-4c25-a6ee-5ad02cd5dd71"},{"name":"Purchase Electricity","id":"d9ce1d24-08f2-4f00-a2ac-3677131d1600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"meter_no\": \"013720097088\",\r\n    \"disco\": \"abuja_electric_prepaid\",\r\n    \"amount\": \"500\",\r\n    \"phone\": \"08058476843\",\r\n    \"customer_id\": \"2024081419402917236\"\r\n}"},"url":"https://jonet.com.ng/api_live/v1/purchase_power.php","description":"<p>This endpoint is for electricity purchase.</p>\n<blockquote>\n<p><strong>meter_no</strong> : This is the mter number you wish to purchase token or make electricity payment for. </p>\n</blockquote>\n<blockquote>\n<p>disco : This is the disco gotten from get_disco endpoint. Please note that this is <em>Case-Sensitive</em> </p>\n</blockquote>\n<blockquote>\n<p>phone : This is the phone that will receive unit and token via sms </p>\n</blockquote>\n<blockquote>\n<p><strong>amount</strong> : This is the amount you wish to purchase. </p>\n</blockquote>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID generated by you. It is MUST the Customer ID Format described above. </p>\n</blockquote>\n<p><strong>EXPECTED RESPONSE</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"\",\n    \"receipent\": \"08036578693\",\n    \"email\": \"test@yahoo.com\",\n    \"amountcharged\": \"494\",\n    \"commissionGiven\": \"6\",\n    \"balance\": \"34996\",\n    \"chargeMethod\": \"Wallet\",\n    \"channel\": \"API\",\n    \"service_type\": \"abuja_electric_prepaid\",\n    \"user_details\": \"OLUCHI FEMI   Plot 4, Beside ,FHA  KUBWA__ Und St. Resettlement\",\n    \"meter_token\": \"35153990029767742452\",\n    \"unit\": 7.29999999999999982236431605997495353221893310546875,\n    \"customer_id\": \"2024081419402917236\",\n    \"createdOn\": \"2024-08-14 19:41:53\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["api_live","v1","purchase_power.php"],"host":["jonet","com","ng"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9ce1d24-08f2-4f00-a2ac-3677131d1600"}],"id":"b076d790-7af4-4158-b7f0-7bc5cc2ad79e","description":"<p>This is colloection for Electricity Discos, get Meter info and purchase Electricity.</p>\n<p>Use the <strong>Get discos</strong> <em>endpoint</em> to get the available discos on our platform;</p>\n<p>the <em><strong>Get Meter info</strong></em> <em>endpoint</em> to get Meter details;</p>\n<p>and the <em><strong>Purchase electricity</strong></em> <em>endpoint</em> to purchase token or make electricity payment</p>\n<p>Your API key is required for all endpoints and MUST be in th header.</p>\n","_postman_id":"b076d790-7af4-4158-b7f0-7bc5cc2ad79e"},{"name":"Get Wallet","id":"0e4a8951-8813-4947-8a62-9c7b898822a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"/get_wallet.php","description":"<p>Only your <em><strong>API key</strong></em> is needed to call this end point.</p>\n<p>Successful Response Sample</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"walletBalance\": \"19176\",\n    \"user\": {\n        \"email\": \"test@gmail.com\",\n        \"usrtel\": \"080611223344\",\n        \"AccountCreated\": \"2019-05-18 12:12:50\",\n        \"LastModified\": \"2022-09-05 00:23:00\",\n        \"Accounts\": {\n            \"AccountDetails\": {\n                \"bankName\": \"859495015\",\n                \"accountNumber\": \"Providus Bank\"\n            },\n            \"BackupAccountDetails\": {\n                \"bankName\": \"7589497373\",\n                \"accountNumber\": \"Sterling bank\"\n            }\n        },\n        \"referral_link\": \"https://jonet.com.ng/signup?referral_id=76099008c\"\n    }\n}\n\n</code></pre>","urlObject":{"path":["get_wallet.php"],"query":[],"variable":[]}},"response":[{"id":"fe53acdf-5a73-494d-9100-ce8eb549345f","name":"Get Wallet","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"/get_wallet.php"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"walletBalance\": \"19176\",\r\n    \"user\": {\r\n        \"email\": \"test@gmail.com\",\r\n        \"usrtel\": \"080611223344\",\r\n        \"AccountCreated\": \"2019-05-18 12:12:50\",\r\n        \"LastModified\": \"2022-09-05 00:23:00\",\r\n        \"Accounts\": {\r\n            \"AccountDetails\": {\r\n                \"bankName\": \"859495015\",\r\n                \"accountNumber\": \"Providus Bank\"\r\n            },\r\n            \"BackupAccountDetails\": {\r\n                \"bankName\": \"7589497373\",\r\n                \"accountNumber\": \"Sterling bank\"\r\n            }\r\n        },\r\n        \"referral_link\": \"https://jonet.com.ng/signup?referral_id=76099008c\"\r\n    }\r\n}"}],"_postman_id":"0e4a8951-8813-4947-8a62-9c7b898822a9"},{"name":"Requery","id":"fb10c8bd-7a4d-48e7-86fe-129a15d2a09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"/requery.php?customer_id=202304181545693","description":"<p>This is used to requery a transaction and get the current status..</p>\n<p>Your <strong>API key</strong> is required for ths endpoint and MUST be in th header.</p>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID for the transaction generated by you. </p>\n</blockquote>\n<p><strong>Possible response sample:</strong></p>\n<p><em>Successful Response Sample</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"5GB MTNSME to 08061122334 Successful\",\n    \"receipent\": \"08061122334\",\n    \"email\": \"test@gmail.com\",\n    \"amountcharged\": \"1080\",\n    \"commissionGiven\": \"120\",\n    \"balance\": \"8600\",\n    \"chargeMothed\": \"Wallet\",\n    \"channel\": \"API\",\n    \"customer_id\": \"20230427231668789\",\n    \"vendor_id\": 13397889,\n    \"server_response\": \"Dear Customer, You have successfully shared 5GB Data to 2348061122334. Your SME data balance is 58687.04GB expires 25/07/2023. Thankyou\",\n    \"createdOn\": \"2023-04-27 12:44:16\"\n}\n\n</code></pre><p><em>Failed Response Sample</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Transaction not found\",\n    \"responseCode\": \"JO110\",\n    \"status\": \"Failed\"\n}\n\n</code></pre>","urlObject":{"path":["requery.php"],"query":[{"description":{"content":"<p>This is a unique ID for the transaction generated by you</p>\n","type":"text/plain"},"key":"customer_id","value":"202304181545693"}],"variable":[]}},"response":[{"id":"5ccfff96-e988-4380-be1b-aad2121c95c5","name":"Requery","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"/requery.php?customer_id=202304181545693","path":["requery.php"],"query":[{"key":"customer_id","value":"202304181545693","description":"This is a unique ID for the transaction generated by you"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"status\": \"Successful\",\r\n    \"message\": \"5GB MTNSME to 08061122334 Successful\",\r\n    \"receipent\": \"08061122334\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"amountcharged\": \"1080\",\r\n    \"commissionGiven\": \"120\",\r\n    \"balance\": \"8600\",\r\n    \"chargeMothed\": \"Wallet\",\r\n    \"channel\": \"API\",\r\n    \"customer_id\": \"20230427231668789\",\r\n    \"vendor_id\": 13397889,\r\n    \"server_response\": \"Dear Customer, You have successfully shared 5GB Data to 2348061122334. Your SME data balance is 58687.04GB expires 25/07/2023. Thankyou\",\r\n    \"createdOn\": \"2023-04-27 12:44:16\"\r\n}"}],"_postman_id":"fb10c8bd-7a4d-48e7-86fe-129a15d2a09a"},{"name":"Resend webhook","id":"70ca7ed0-dba5-443f-9d41-ceb05e63e407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": \"2023042723178798\"\r\n}"},"url":"/resend_webhook.php","description":"<p>This endpoint is used to resend webhook for a particular transaction</p>\n<p>Your <strong>API key</strong> is required for ths endpoint and MUST be in th header.</p>\n<blockquote>\n<p><strong>customer_id</strong> : This is a unique ID for the transaction generated by you. </p>\n</blockquote>\n<p><strong>Possible response sample:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"responseCode\": \"200\",\n    \"status\": \"Successful\",\n    \"message\": \"Webhook successfully resent\"\n}\n\n</code></pre>","urlObject":{"path":["resend_webhook.php"],"query":[],"variable":[]}},"response":[{"id":"b2aa5ce7-1616-40dd-8df2-48102ba6d515","name":"Resend webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer_id\": \"2023042723178798\"\r\n}"},"url":"/resend_webhook.php"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"responseCode\": \"200\",\r\n    \"status\": \"Successful\",\r\n    \"message\": \"Webhook successfully resent\"\r\n}"}],"_postman_id":"70ca7ed0-dba5-443f-9d41-ceb05e63e407"}],"event":[{"listen":"prerequest","script":{"id":"d3f0faa6-f40c-4c29-9717-9c73dc047105","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a3bf9287-1c5a-4070-8336-cc318903b69a","type":"text/javascript","exec":[""]}}]}