{"info":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","description":"<html><head></head><body><img src=\"https://content.pstmn.io/b7294e08-4ad9-4529-92f9-a8483990e756/V2hhdHNBcHAgSW1hZ2UgMjAyNC0wOC0xOCBhdCAwOC41Ni4yNCAoMikuanBlZw==\">\n\n<h1 id=\"get-started\"><strong>Get Started</strong></h1>\n<p>Paybeta API is a RESTful API that allows you to integrate bills payment services available on the platform.</p>\n<ul>\n<li><p>Architecture: REST</p>\n</li>\n<li><p>Data Format: JSON</p>\n</li>\n<li><p>Commission and Rates</p>\n</li>\n</ul>\n<h1 id=\"getting-access-to-the-apis\">Getting access to the APIs</h1>\n<h3 id=\"sign-up-and-start-building\">Sign up and start building</h3>\n<ul>\n<li><p>To signup, visit <a href=\"https://naijarecharge.com/register\">here</a></p>\n</li>\n<li><p>Create your account by providing the necessary details</p>\n</li>\n<li><p>Request for <strong>API</strong> access by reaching out to <a href=\"https://mailto:support@naijarecharge.com\">support@naijarecharge.com</a></p>\n</li>\n<li><p>Your account manager will request for necessary documentations and <strong>KYC</strong></p>\n</li>\n</ul>\n<h1 id=\"general-api-information\">General API information</h1>\n<p><strong>NOTE</strong>: Your must be whitelisted before you can make calls to our production API endpoints.</p>\n<p><strong>BASE URL:</strong> The base URL for the API is as seen below</p>\n<p><code>https://naijarecharge.com/api/v2</code></p>\n<h1 id=\"request-headers\">Request Headers</h1>\n<ul>\n<li><p><strong>Accept</strong>: This field is required &amp; must always be set to application/json</p>\n</li>\n<li><p><strong>Content-Type</strong>: This field is required &amp; must always be set to application/json</p>\n</li>\n<li><p><strong>Authorization</strong>: All endpoints require a <em>Basic authentication</em> to authorise the request.</p>\n</li>\n</ul>\n<h1 id=\"response-definitions\">Response Definitions</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>This can be true or false</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>A message describing the reponse.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>Contains relevant response data for the transaction. It will contain relevant data from the request.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"what-services-can-you-offer\">What services can you offer?</h1>\n<p>We offer bills payment services such as electricity bills, airtime, mobile data, Internet data, recharge card printing, mobile data card printing, giftcards, WAEC exam PIN purchase, JAMB PIN purchase, bet account funding and cable TV subscriptions.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Get Started","slug":"get-started"},{"content":"Getting access to the APIs","slug":"getting-access-to-the-apis"},{"content":"General API information","slug":"general-api-information"},{"content":"Request Headers","slug":"request-headers"},{"content":"Response Definitions","slug":"response-definitions"},{"content":"What services can you offer?","slug":"what-services-can-you-offer"}],"owner":"38342549","collectionId":"2d76cce5-dd33-4e48-98cf-303973ddbdab","publishedId":"2sAYHwHjPs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-11T00:09:24.000Z"},"item":[{"name":"Airtime","item":[{"name":"Providers","id":"2eb088c8-0a7f-4ddc-9cec-3a9b12684275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/airtime/providers","description":"<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"successful\",\n  \"message\": \"Request processed successfully.\",\n  \"data\": [\n    {\n      \"name\": \"MTN VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n    },\n    {\n      \"name\": \"GLO VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n    },\n    {\n      \"name\": \"AIrtel VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n    },\n    {\n      \"name\": \"9mobile VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["airtime","providers"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"d467299c-ec27-48dd-a8ae-75b1d08e5dbc","name":"Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"{{local}}/airtime/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:25:50 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 130,\n            \"category\": \"airtime\",\n            \"code\": \"mtn\",\n            \"info\": null,\n            \"name\": \"MTN\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/mtn.png\"\n        },\n        {\n            \"id\": 131,\n            \"category\": \"airtime\",\n            \"code\": \"glo\",\n            \"info\": null,\n            \"name\": \"GLO\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/glo.jpg\"\n        },\n        {\n            \"id\": 132,\n            \"category\": \"airtime\",\n            \"code\": \"9mobile\",\n            \"info\": null,\n            \"name\": \"9mobile\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/9mobile.jpg\"\n        },\n        {\n            \"id\": 133,\n            \"category\": \"airtime\",\n            \"code\": \"airtel\",\n            \"info\": null,\n            \"name\": \"Airtel\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/airtel.png\"\n        }\n    ]\n}"}],"_postman_id":"2eb088c8-0a7f-4ddc-9cec-3a9b12684275"},{"name":"Payment","id":"94b24d4a-3eba-47af-9cb6-e55dd6115c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"airtime\",\r\n    \"provider\": \"mtn\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"amount\": 100,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","description":"<p>The available service are:</p>\n<p><em>mtn_vtu</em></p>\n<p><em>glo_vtu</em></p>\n<p><em>9mobile_vtu</em></p>\n<p><em>airtel_vtu</em></p>\n","urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"b3710e1e-3a03-4f1b-a61a-18e5279cf393","name":"Error respone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"service_id\": \"130\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"amount\": 100,\r\n    \"reference\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 15 Sep 2024 08:59:57 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"The reference field is required.\",\n    \"errors\": {\n        \"reference\": [\n            \"The reference field is required.\"\n        ]\n    }\n}"},{"id":"3e3d79ee-5a37-4a6a-acc7-c6fa80f7ce7e","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"airtime\",\r\n    \"provider\": \"mtn\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"amount\": 100,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 02:26:29 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfuly\",\n    \"data\": {\n        \"id\": 17,\n        \"reference\": \"1726885584\",\n        \"amount\": \"100\",\n        \"amount_charged\": 100,\n        \"discount\": null,\n        \"created_at\": \"21 Sep 2024 02:26\"\n    }\n}"}],"_postman_id":"94b24d4a-3eba-47af-9cb6-e55dd6115c4c"}],"id":"1906d896-ffa1-4fb7-b4de-29666887e40b","_postman_id":"1906d896-ffa1-4fb7-b4de-29666887e40b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Airtime Card Printing","item":[{"name":"Providers","id":"5d1835cd-f473-4ecd-b661-5ad1abd2b8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/airtime/providers","description":"<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"successful\",\n  \"message\": \"Request processed successfully.\",\n  \"data\": [\n    {\n      \"name\": \"MTN VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n    },\n    {\n      \"name\": \"GLO VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n    },\n    {\n      \"name\": \"AIrtel VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n    },\n    {\n      \"name\": \"9mobile VTU\",\n      \"category\": \"airtime\",\n      \"status\": true,\n      \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["airtime","providers"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"1c734fa8-d913-421a-b62d-6bc153f25e49","name":"Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"{{local}}/airtime/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:25:50 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 130,\n            \"category\": \"airtime\",\n            \"code\": \"mtn\",\n            \"info\": null,\n            \"name\": \"MTN\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/mtn.png\"\n        },\n        {\n            \"id\": 131,\n            \"category\": \"airtime\",\n            \"code\": \"glo\",\n            \"info\": null,\n            \"name\": \"GLO\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/glo.jpg\"\n        },\n        {\n            \"id\": 132,\n            \"category\": \"airtime\",\n            \"code\": \"9mobile\",\n            \"info\": null,\n            \"name\": \"9mobile\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/9mobile.jpg\"\n        },\n        {\n            \"id\": 133,\n            \"category\": \"airtime\",\n            \"code\": \"airtel\",\n            \"info\": null,\n            \"name\": \"Airtel\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/airtel.png\"\n        }\n    ]\n}"}],"_postman_id":"5d1835cd-f473-4ecd-b661-5ad1abd2b8a2"},{"name":"Payment","id":"49e5e67c-0bbe-40e6-9107-770669731724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"airtime_printing\",\r\n    \"provider\": \"mtn\",\r\n    \"denomination\": 100,\r\n    \"quantity\": 2,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","description":"<p>The available service are:</p>\n<p><em>mtn_vtu</em></p>\n<p><em>glo_vtu</em></p>\n<p><em>9mobile_vtu</em></p>\n<p><em>airtel_vtu</em></p>\n","urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"0b475270-7ece-4285-80e1-868f6eaf8670","name":"Error respone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"service_id\": \"130\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"amount\": 100,\r\n    \"reference\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 15 Sep 2024 08:59:57 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"The reference field is required.\",\n    \"errors\": {\n        \"reference\": [\n            \"The reference field is required.\"\n        ]\n    }\n}"},{"id":"5b547d98-a198-447a-9267-12039f9375bc","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"airtime\",\r\n    \"provider\": \"mtn\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"amount\": 100,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 02:26:29 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfuly\",\n    \"data\": {\n        \"id\": 17,\n        \"reference\": \"1726885584\",\n        \"amount\": \"100\",\n        \"amount_charged\": 100,\n        \"discount\": null,\n        \"created_at\": \"21 Sep 2024 02:26\"\n    }\n}"}],"_postman_id":"49e5e67c-0bbe-40e6-9107-770669731724"}],"id":"bd663916-b210-477d-8458-0cdea893d68a","_postman_id":"bd663916-b210-477d-8458-0cdea893d68a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Data Bundle","item":[{"name":"Get Providers","id":"8f1ce2cd-7d95-4fca-85cb-e0c3e936a257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/data_bundle/providers","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": [\n        {\n            \"name\": \"Airtel Data\",\n            \"category\": \"internet\",\n            \"slug\": \"airtel-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n        },\n        {\n            \"name\": \"MTN Data\",\n            \"category\": \"internet\",\n            \"slug\": \"mtn-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n        },\n        {\n            \"name\": \"Glo Data\",\n            \"category\": \"internet\",\n            \"slug\": \"glo-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n        },\n        {\n            \"name\": \"9mobile Data\",\n            \"category\": \"internet\",\n            \"slug\": \"9mobile-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["data_bundle","providers"],"host":["{{local}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"41827a34-812b-489a-b087-7023ce03ebac","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"{{local}}/data_bundle/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:27:00 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 134,\n            \"category\": \"data_bundle\",\n            \"code\": \"mtn\",\n            \"info\": null,\n            \"name\": \"MTN\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/mtn.png\"\n        },\n        {\n            \"id\": 135,\n            \"category\": \"data_bundle\",\n            \"code\": \"glo\",\n            \"info\": null,\n            \"name\": \"GLO\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/glo.jpg\"\n        },\n        {\n            \"id\": 136,\n            \"category\": \"data_bundle\",\n            \"code\": \"etisalat\",\n            \"info\": null,\n            \"name\": \"Etisalat\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/9mobile.jpg\"\n        },\n        {\n            \"id\": 137,\n            \"category\": \"data_bundle\",\n            \"code\": \"airtel\",\n            \"info\": null,\n            \"name\": \"Airtel\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/airtel.png\"\n        }\n    ]\n}"}],"_postman_id":"8f1ce2cd-7d95-4fca-85cb-e0c3e936a257"},{"name":"Get Data Bundles","id":"272bb729-5a7f-4ff7-bead-603411c1305e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{local}}/data-bundle/list?provider=glo","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": [\n        {\n            \"name\": \"Airtel Data\",\n            \"category\": \"internet\",\n            \"slug\": \"airtel-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n        },\n        {\n            \"name\": \"MTN Data\",\n            \"category\": \"internet\",\n            \"slug\": \"mtn-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n        },\n        {\n            \"name\": \"Glo Data\",\n            \"category\": \"internet\",\n            \"slug\": \"glo-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n        },\n        {\n            \"name\": \"9mobile Data\",\n            \"category\": \"internet\",\n            \"slug\": \"9mobile-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["data-bundle","list"],"host":["{{local}}"],"query":[{"key":"provider","value":"glo"}],"variable":[]}},"response":[{"id":"8386d4d1-9a2c-47df-980d-e1462cbf5a86","name":"Get Data Bundles","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{local}}/data-bundle/list?provider=glo","host":["{{local}}"],"path":["data-bundle","list"],"query":[{"key":"provider","value":"glo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 03:02:53 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfuly\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 60,\n            \"bundle_size\": 200,\n            \"validity\": \"200 MB - 14 days (SME)\",\n            \"allowance\": \"200 MB \"\n        },\n        {\n            \"id\": \"2\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 145,\n            \"bundle_size\": 500,\n            \"validity\": \"500 MB - 30 days (SME)\",\n            \"allowance\": \"500 MB \"\n        },\n        {\n            \"id\": \"3\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 290,\n            \"bundle_size\": 1000,\n            \"validity\": \"1 GB - 30 days (SME)\",\n            \"allowance\": \"1 GB \"\n        },\n        {\n            \"id\": \"4\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 580,\n            \"bundle_size\": 2000,\n            \"validity\": \"2 GB - 30 days (SME)\",\n            \"allowance\": \"2 GB \"\n        },\n        {\n            \"id\": \"5\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 870,\n            \"bundle_size\": 3000,\n            \"validity\": \"3 GB - 30 days (SME)\",\n            \"allowance\": \"3 GB \"\n        },\n        {\n            \"id\": \"6\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 1450,\n            \"bundle_size\": 5000,\n            \"validity\": \"5 GB - 30 days (SME)\",\n            \"allowance\": \"5 GB \"\n        },\n        {\n            \"id\": \"7\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2900,\n            \"bundle_size\": 10000,\n            \"validity\": \"10 GB - 30 days (SME)\",\n            \"allowance\": \"10 GB \"\n        },\n        {\n            \"id\": \"29\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 96,\n            \"bundle_size\": 105,\n            \"validity\": \"105MB (Direct)\",\n            \"allowance\": \"105MB (Direct)\"\n        },\n        {\n            \"id\": \"30\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 192,\n            \"bundle_size\": 350,\n            \"validity\": \"350MB (Direct)\",\n            \"allowance\": \"350MB (Direct)\"\n        },\n        {\n            \"id\": \"32\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 480,\n            \"bundle_size\": 1050,\n            \"validity\": \"1.05GB/1.8GB (Direct)\",\n            \"allowance\": \"1.05GB/1.8GB (Direct)\"\n        },\n        {\n            \"id\": \"14\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 960,\n            \"bundle_size\": 2500,\n            \"validity\": \"2.5GB/3.7GB (Direct)\",\n            \"allowance\": \"2.5GB/3.7GB (Direct)\"\n        },\n        {\n            \"id\": \"15\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 1920,\n            \"bundle_size\": 5800,\n            \"validity\": \"5.8GB/9.5GB (Direct)\",\n            \"allowance\": \"5.8GB/9.5GB (Direct)\"\n        },\n        {\n            \"id\": \"16\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2400,\n            \"bundle_size\": 7700,\n            \"validity\": \"7.7GB/12.75GB (Direct)\",\n            \"allowance\": \"7.7GB/12.75GB (Direct)\"\n        },\n        {\n            \"id\": \"17\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2880,\n            \"bundle_size\": 10000,\n            \"validity\": \"10GB/17GB (Direct)\",\n            \"allowance\": \"10GB/17GB (Direct)\"\n        },\n        {\n            \"id\": \"18\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 3840,\n            \"bundle_size\": 13250,\n            \"validity\": \"13.25GB/19GB (Direct)\",\n            \"allowance\": \"13.25GB/19GB (Direct)\"\n        },\n        {\n            \"id\": \"19\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 4800,\n            \"bundle_size\": 18250,\n            \"validity\": \"18.25/23GB (Direct)\",\n            \"allowance\": \"18.25/23GB (Direct)\"\n        },\n        {\n            \"id\": \"20\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 7680,\n            \"bundle_size\": 29500,\n            \"validity\": \"29.5GB/37GB (Direct)\",\n            \"allowance\": \"29.5GB/37GB (Direct)\"\n        },\n        {\n            \"id\": \"24\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 9600,\n            \"bundle_size\": 50000,\n            \"validity\": \"50GB/50GB (Direct)\",\n            \"allowance\": \"50GB/50GB (Direct)\"\n        },\n        {\n            \"id\": \"21\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 14400,\n            \"bundle_size\": 93000,\n            \"validity\": \"93GB/93GB (Direct)\",\n            \"allowance\": \"93GB/93GB (Direct)\"\n        },\n        {\n            \"id\": \"22\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 17280,\n            \"bundle_size\": 119000,\n            \"validity\": \"119GB/119GB (Direct)\",\n            \"allowance\": \"119GB/119GB (Direct)\"\n        },\n        {\n            \"id\": \"23\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 19200,\n            \"bundle_size\": 138000,\n            \"validity\": \"138GB/138GB (Direct)\",\n            \"allowance\": \"138GB/138GB (Direct)\"\n        }\n    ]\n}"}],"_postman_id":"272bb729-5a7f-4ff7-bead-603411c1305e"},{"name":"Payment","id":"63024e19-1109-41c9-9d56-e2b0e511e368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"data_card_printing\",\r\n    \"provider\": \"glo\",\r\n    \"phone_number\": \"09052437818\",\r\n    \"bundle_size\": 200,\r\n    \"amount\": 60,\r\n    \"quantity\": 2,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"042ac97a-2a33-4e68-bbb9-0d168971588b","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"data_bundle\",\r\n    \"provider\": \"glo\",\r\n    \"phone_number\": \"09052437818\",\r\n    \"bundle_size\": 200,\r\n    \"amount\": 60,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 20:36:50 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Mobile data purchase successful\",\n    \"data\": {\n        \"id\": 19,\n        \"reference\": \"mobile_data_2WO64Pq\",\n        \"amount\": 60,\n        \"amount_charged\": 60,\n        \"discount\": 0,\n        \"created_at\": \"21 Sep 2024 20:36\"\n    }\n}"}],"_postman_id":"63024e19-1109-41c9-9d56-e2b0e511e368"}],"id":"53f206d4-b579-42c9-be96-1655d6d667e4","_postman_id":"53f206d4-b579-42c9-be96-1655d6d667e4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Data Bundle card printing","item":[{"name":"Get Providers","id":"4874a8f3-2ee4-4b09-841d-69c3f5eae4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/data_bundle/providers","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": [\n        {\n            \"name\": \"Airtel Data\",\n            \"category\": \"internet\",\n            \"slug\": \"airtel-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n        },\n        {\n            \"name\": \"MTN Data\",\n            \"category\": \"internet\",\n            \"slug\": \"mtn-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n        },\n        {\n            \"name\": \"Glo Data\",\n            \"category\": \"internet\",\n            \"slug\": \"glo-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n        },\n        {\n            \"name\": \"9mobile Data\",\n            \"category\": \"internet\",\n            \"slug\": \"9mobile-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["data_bundle","providers"],"host":["{{local}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"98147603-1096-42ee-b1f1-6eb5f5c69295","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"{{local}}/data_bundle/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:27:00 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 134,\n            \"category\": \"data_bundle\",\n            \"code\": \"mtn\",\n            \"info\": null,\n            \"name\": \"MTN\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/mtn.png\"\n        },\n        {\n            \"id\": 135,\n            \"category\": \"data_bundle\",\n            \"code\": \"glo\",\n            \"info\": null,\n            \"name\": \"GLO\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/glo.jpg\"\n        },\n        {\n            \"id\": 136,\n            \"category\": \"data_bundle\",\n            \"code\": \"etisalat\",\n            \"info\": null,\n            \"name\": \"Etisalat\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/9mobile.jpg\"\n        },\n        {\n            \"id\": 137,\n            \"category\": \"data_bundle\",\n            \"code\": \"airtel\",\n            \"info\": null,\n            \"name\": \"Airtel\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/airtel.png\"\n        }\n    ]\n}"}],"_postman_id":"4874a8f3-2ee4-4b09-841d-69c3f5eae4f7"},{"name":"Get Data Bundles","id":"542310ec-7089-4681-a80c-e1e178b653c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{local}}/data-bundle/list?provider=glo","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"successful\",\n    \"message\": \"Request processed successfully.\",\n    \"data\": [\n        {\n            \"name\": \"Airtel Data\",\n            \"category\": \"internet\",\n            \"slug\": \"airtel-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png\"\n        },\n        {\n            \"name\": \"MTN Data\",\n            \"category\": \"internet\",\n            \"slug\": \"mtn-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg\"\n        },\n        {\n            \"name\": \"Glo Data\",\n            \"category\": \"internet\",\n            \"slug\": \"glo-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg\"\n        },\n        {\n            \"name\": \"9mobile Data\",\n            \"category\": \"internet\",\n            \"slug\": \"9mobile-data\",\n            \"status\": true,\n            \"logo\": \"https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["data-bundle","list"],"host":["{{local}}"],"query":[{"key":"provider","value":"glo"}],"variable":[]}},"response":[{"id":"b1267536-5ec1-4f64-ab3b-a23737c8194f","name":"Get Data Bundles","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{local}}/data-bundle/list?provider=glo","host":["{{local}}"],"path":["data-bundle","list"],"query":[{"key":"provider","value":"glo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 03:02:53 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfuly\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 60,\n            \"bundle_size\": 200,\n            \"validity\": \"200 MB - 14 days (SME)\",\n            \"allowance\": \"200 MB \"\n        },\n        {\n            \"id\": \"2\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 145,\n            \"bundle_size\": 500,\n            \"validity\": \"500 MB - 30 days (SME)\",\n            \"allowance\": \"500 MB \"\n        },\n        {\n            \"id\": \"3\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 290,\n            \"bundle_size\": 1000,\n            \"validity\": \"1 GB - 30 days (SME)\",\n            \"allowance\": \"1 GB \"\n        },\n        {\n            \"id\": \"4\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 580,\n            \"bundle_size\": 2000,\n            \"validity\": \"2 GB - 30 days (SME)\",\n            \"allowance\": \"2 GB \"\n        },\n        {\n            \"id\": \"5\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 870,\n            \"bundle_size\": 3000,\n            \"validity\": \"3 GB - 30 days (SME)\",\n            \"allowance\": \"3 GB \"\n        },\n        {\n            \"id\": \"6\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 1450,\n            \"bundle_size\": 5000,\n            \"validity\": \"5 GB - 30 days (SME)\",\n            \"allowance\": \"5 GB \"\n        },\n        {\n            \"id\": \"7\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2900,\n            \"bundle_size\": 10000,\n            \"validity\": \"10 GB - 30 days (SME)\",\n            \"allowance\": \"10 GB \"\n        },\n        {\n            \"id\": \"29\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 96,\n            \"bundle_size\": 105,\n            \"validity\": \"105MB (Direct)\",\n            \"allowance\": \"105MB (Direct)\"\n        },\n        {\n            \"id\": \"30\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 192,\n            \"bundle_size\": 350,\n            \"validity\": \"350MB (Direct)\",\n            \"allowance\": \"350MB (Direct)\"\n        },\n        {\n            \"id\": \"32\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 480,\n            \"bundle_size\": 1050,\n            \"validity\": \"1.05GB/1.8GB (Direct)\",\n            \"allowance\": \"1.05GB/1.8GB (Direct)\"\n        },\n        {\n            \"id\": \"14\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 960,\n            \"bundle_size\": 2500,\n            \"validity\": \"2.5GB/3.7GB (Direct)\",\n            \"allowance\": \"2.5GB/3.7GB (Direct)\"\n        },\n        {\n            \"id\": \"15\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 1920,\n            \"bundle_size\": 5800,\n            \"validity\": \"5.8GB/9.5GB (Direct)\",\n            \"allowance\": \"5.8GB/9.5GB (Direct)\"\n        },\n        {\n            \"id\": \"16\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2400,\n            \"bundle_size\": 7700,\n            \"validity\": \"7.7GB/12.75GB (Direct)\",\n            \"allowance\": \"7.7GB/12.75GB (Direct)\"\n        },\n        {\n            \"id\": \"17\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 2880,\n            \"bundle_size\": 10000,\n            \"validity\": \"10GB/17GB (Direct)\",\n            \"allowance\": \"10GB/17GB (Direct)\"\n        },\n        {\n            \"id\": \"18\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 3840,\n            \"bundle_size\": 13250,\n            \"validity\": \"13.25GB/19GB (Direct)\",\n            \"allowance\": \"13.25GB/19GB (Direct)\"\n        },\n        {\n            \"id\": \"19\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 4800,\n            \"bundle_size\": 18250,\n            \"validity\": \"18.25/23GB (Direct)\",\n            \"allowance\": \"18.25/23GB (Direct)\"\n        },\n        {\n            \"id\": \"20\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 7680,\n            \"bundle_size\": 29500,\n            \"validity\": \"29.5GB/37GB (Direct)\",\n            \"allowance\": \"29.5GB/37GB (Direct)\"\n        },\n        {\n            \"id\": \"24\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 9600,\n            \"bundle_size\": 50000,\n            \"validity\": \"50GB/50GB (Direct)\",\n            \"allowance\": \"50GB/50GB (Direct)\"\n        },\n        {\n            \"id\": \"21\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 14400,\n            \"bundle_size\": 93000,\n            \"validity\": \"93GB/93GB (Direct)\",\n            \"allowance\": \"93GB/93GB (Direct)\"\n        },\n        {\n            \"id\": \"22\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 17280,\n            \"bundle_size\": 119000,\n            \"validity\": \"119GB/119GB (Direct)\",\n            \"allowance\": \"119GB/119GB (Direct)\"\n        },\n        {\n            \"id\": \"23\",\n            \"provider\": \"glo\",\n            \"bundle_price\": 19200,\n            \"bundle_size\": 138000,\n            \"validity\": \"138GB/138GB (Direct)\",\n            \"allowance\": \"138GB/138GB (Direct)\"\n        }\n    ]\n}"}],"_postman_id":"542310ec-7089-4681-a80c-e1e178b653c4"},{"name":"Payment","id":"95cae7c0-f017-467a-b4dd-8c5935d027f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"data_card_printing\",\r\n    \"provider\": \"glo\",\r\n    \"bundle_size\": 200,\r\n    \"quantity\": 1,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"c7bb042f-ff49-44ee-bbbb-4d5d74848a05","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"data_bundle\",\r\n    \"provider\": \"glo\",\r\n    \"phone_number\": \"09052437818\",\r\n    \"bundle_size\": 200,\r\n    \"amount\": 60,\r\n    \"reference\": \"1779760363\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 21 Sep 2024 20:36:50 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Mobile data purchase successful\",\n    \"data\": {\n        \"id\": 19,\n        \"reference\": \"mobile_data_2WO64Pq\",\n        \"amount\": 60,\n        \"amount_charged\": 60,\n        \"discount\": 0,\n        \"created_at\": \"21 Sep 2024 20:36\"\n    }\n}"}],"_postman_id":"95cae7c0-f017-467a-b4dd-8c5935d027f2"}],"id":"1a556786-c3d1-4543-8029-ed1294f0d254","_postman_id":"1a556786-c3d1-4543-8029-ed1294f0d254","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Cable TV","item":[{"name":"Get Providers","id":"40a028e1-9ae8-43d4-b1c9-3edbf8ef68db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{local}}/cabletv/providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["cabletv","providers"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"72715092-67dc-43ed-94f9-8371a790dbcc","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"{{local}}/cabletv/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:28:04 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 122,\n            \"category\": \"television\",\n            \"code\": \"dstv\",\n            \"info\": null,\n            \"name\": \"DSTV\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/dstv.jpg\"\n        },\n        {\n            \"id\": 123,\n            \"category\": \"television\",\n            \"code\": \"gotv\",\n            \"info\": null,\n            \"name\": \"GOTV\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/gotv.png\"\n        },\n        {\n            \"id\": 124,\n            \"category\": \"television\",\n            \"code\": \"startimes\",\n            \"info\": null,\n            \"name\": \"Startimes\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/startimes.png\"\n        },\n        {\n            \"id\": 125,\n            \"category\": \"television\",\n            \"code\": \"showmax\",\n            \"info\": null,\n            \"name\": \"Showmax\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/dstvshowmax.png\"\n        }\n    ]\n}"}],"_postman_id":"40a028e1-9ae8-43d4-b1c9-3edbf8ef68db"},{"name":"Get Bouquets","id":"a5a05ce1-e89a-4d4d-9450-d1bfe62caa8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{local}}/cabletv/list?provider=dstv","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["cabletv","list"],"host":["{{local}}"],"query":[{"key":"provider","value":"dstv"}],"variable":[]}},"response":[{"id":"39b9a6d3-3ac6-4ab1-b8e3-90d4a7c163f1","name":"Get Bouquet","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{local}}/cabletv/list?provider=dstv","host":["{{local}}"],"path":["cabletv","list"],"query":[{"key":"provider","value":"dstv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 17:54:04 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Padi N3,600\",\n            \"package_code\": \"dstv-padi\",\n            \"price\": 3600\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Yanga N5,100\",\n            \"package_code\": \"dstv-yanga\",\n            \"price\": 5100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"Dstv Confam N9,300\",\n            \"package_code\": \"dstv-confam\",\n            \"price\": 9300\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv  Compact N15,700\",\n            \"package_code\": \"dstv79\",\n            \"price\": 15700\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium N37,000\",\n            \"package_code\": \"dstv3\",\n            \"price\": 37000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Asia N12,400\",\n            \"package_code\": \"dstv6\",\n            \"price\": 12400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus N25,000\",\n            \"package_code\": \"dstv7\",\n            \"price\": 25000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium-French N57,500\",\n            \"package_code\": \"dstv9\",\n            \"price\": 57500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium-Asia N42,000\",\n            \"package_code\": \"dstv10\",\n            \"price\": 42000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Confam + ExtraView N14,300\",\n            \"package_code\": \"confam-extra\",\n            \"price\": 14300\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Yanga + ExtraView N10,100\",\n            \"package_code\": \"yanga-extra\",\n            \"price\": 10100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Padi + ExtraView N8,600\",\n            \"package_code\": \"padi-extra\",\n            \"price\": 8600\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + Asia N28,100\",\n            \"package_code\": \"com-asia\",\n            \"price\": 28100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + Extra View N20,700\",\n            \"package_code\": \"dstv30\",\n            \"price\": 20700\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + French Touch N21,500\",\n            \"package_code\": \"com-frenchtouch\",\n            \"price\": 21500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium + Extra View N42,000\",\n            \"package_code\": \"dstv33\",\n            \"price\": 42000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + Asia N37,400\",\n            \"package_code\": \"dstv40\",\n            \"price\": 37400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + French Touch + ExtraView N26,500\",\n            \"package_code\": \"com-frenchtouch-extra\",\n            \"price\": 26500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + Asia + ExtraView N33,100\",\n            \"package_code\": \"com-asia-extra\",\n            \"price\": 33100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + French Plus N45,500\",\n            \"package_code\": \"dstv43\",\n            \"price\": 45500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + French Touch N30,800\",\n            \"package_code\": \"complus-frenchtouch\",\n            \"price\": 30800\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + Extra View N30,000\",\n            \"package_code\": \"dstv45\",\n            \"price\": 30000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + FrenchPlus + Extra View N50,500\",\n            \"package_code\": \"complus-french-extraview\",\n            \"price\": 50500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact + French Plus N36,200\",\n            \"package_code\": \"dstv47\",\n            \"price\": 36200\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + Asia + ExtraView N42,400\",\n            \"package_code\": \"dstv48\",\n            \"price\": 42400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium + Asia + Extra View N54,400\",\n            \"package_code\": \"dstv61\",\n            \"price\": 54400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium + French + Extra View N51,000\",\n            \"package_code\": \"dstv62\",\n            \"price\": 51000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv French Plus Add-on N20,500\",\n            \"package_code\": \"frenchplus-addon\",\n            \"price\": 20500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Asian Add-on N12,400\",\n            \"package_code\": \"asia-addon\",\n            \"price\": 12400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Great Wall Standalone Bouquet N2,500\",\n            \"package_code\": \"dstv-greatwall\",\n            \"price\": 2500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv French Touch Add-on N5,800\",\n            \"package_code\": \"frenchtouch-addon\",\n            \"price\": 5800\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"ExtraView Access N5,000\",\n            \"package_code\": \"extraview-access\",\n            \"price\": 5000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv French 11 N9,000\",\n            \"package_code\": \"french11\",\n            \"price\": 9000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Asian Bouquet E36 N12,400\",\n            \"package_code\": \"dstv80\",\n            \"price\": 12400\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Yanga + Showmax N6,550\",\n            \"package_code\": \"dstv-yanga-showmax\",\n            \"price\": 6550\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Great Wall Standalone Bouquet + Showmax N4,950\",\n            \"package_code\": \"dstv-greatwall-showmax\",\n            \"price\": 4950\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus + Showmax N26,450\",\n            \"package_code\": \"dstv-compact-plus-showmax\",\n            \"price\": 26450\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"Dstv Confam + Showmax N10,750\",\n            \"package_code\": \"dstv-confam-showmax\",\n            \"price\": 10750\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv  Compact + Showmax N17,150\",\n            \"package_code\": \"dstv-compact-showmax\",\n            \"price\": 17150\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Padi + Showmax N6,100\",\n            \"package_code\": \"dstv-padi-showmax\",\n            \"price\": 6100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium W/Afr +  ASIAE36 + Showmax N27,500\",\n            \"package_code\": \"dstv-premium-asia-showmax\",\n            \"price\": 27500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Asia + Showmax N14,900\",\n            \"package_code\": \"dstv-asia-showmax\",\n            \"price\": 14900\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium + French + Showmax N57,500\",\n            \"package_code\": \"dstv-premium-french-showmax\",\n            \"price\": 57500\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium + Showmax N37,000\",\n            \"package_code\": \"dstv-premium-showmax\",\n            \"price\": 37000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Premium Streaming Subscription - N37,000\",\n            \"package_code\": \"dstv-premium-str\",\n            \"price\": 37000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Prestige - N850,000\",\n            \"package_code\": \"dstv-prestige\",\n            \"price\": 850000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Yanga OTT Streaming Subscription - N5,100\",\n            \"package_code\": \"dstv-yanga-stream\",\n            \"price\": 5100\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Plus Streaming Subscription - N25,000\",\n            \"package_code\": \"dstv-compact-plus-streem\",\n            \"price\": 25000\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Compact Streaming Subscription - N15,700\",\n            \"package_code\": \"dstv-compact-stream\",\n            \"price\": 15700\n        },\n        {\n            \"provider\": \"Dstv\",\n            \"name\": \"DStv Comfam Streaming Subscription - N9,300\",\n            \"package_code\": \"dstv-confam-stream\",\n            \"price\": 9300\n        }\n    ]\n}"}],"_postman_id":"a5a05ce1-e89a-4d4d-9450-d1bfe62caa8b"},{"name":"Validation","id":"a5ef6bf6-d1a1-40f3-becf-b1ca9d21429c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"cabletv\",\r\n    \"provider\": \"dstv\",\r\n    \"card_number\": \"8216207296\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["validation"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"98961f68-2dc6-471e-8e2f-0e0b717377eb","name":"Failed Validate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"dstv\",\r\n    \"smartCardNumber\": \"8217724569\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/cable/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 May 2024 22:55:09 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Accept","value":"application/json"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"X-RateLimit-Limit","value":"50"},{"key":"X-RateLimit-Remaining","value":"48"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Validation failed\",\n    \"data\": []\n}"},{"id":"eecd2787-2e2b-45b3-8657-93d6e2326557","name":"Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"cabletv\",\r\n    \"provider\": \"dstv\",\r\n    \"card_number\": \"8216207296\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 17:58:28 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfully\",\n    \"data\": {\n        \"customer_name\": \"Muojeke \",\n        \"status\": \"Open\",\n        \"provider\": \"dstv\"\n    }\n}"}],"_postman_id":"a5ef6bf6-d1a1-40f3-becf-b1ca9d21429c"},{"name":"Payment","id":"fc1a9a49-77e5-45b4-af4d-79fb98c58348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"cabletv\",\r\n    \"provider\": \"dstv\",\r\n    \"card_number\": \"8216207296\",\r\n    \"amount\": 100000,\r\n    \"package_code\": \"dstv79\",\r\n    \"customer_name\": \"Muojeke\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"reference\": 1779760363\r\n    \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"a8a90f37-6533-4dd1-86f1-fa433d8d3189","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"cabletv\",\r\n    \"provider\": \"dstv\",\r\n    \"card_number\": \"8216207296\",\r\n    \"amount\": 100000,\r\n    \"package_code\": \"dstv79\",\r\n    \"customer_name\": \"Muojeke\",\r\n    \"phone_number\": \"08069311722\",\r\n    \"reference\": 1779760363\r\n    \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 18:29:47 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Insufficient fund\",\n    \"data\": []\n}"}],"_postman_id":"fc1a9a49-77e5-45b4-af4d-79fb98c58348"}],"id":"38023a30-34e1-49eb-b5ad-907af71e8603","_postman_id":"38023a30-34e1-49eb-b5ad-907af71e8603","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Electricity","item":[{"name":"Get Providers","id":"e88d9b2c-fe10-41d7-acd0-9d37a6a82da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/electricity/providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["electricity","providers"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"a75dea56-5a78-4089-9509-cf6db642d7a1","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"{{local}}/electricity/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:28:51 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 107,\n            \"category\": \"electricity\",\n            \"code\": \"ikeja-electric\",\n            \"info\": null,\n            \"name\": \"Ikeja Electric (IKEDC)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/ikejaelectric.png\"\n        },\n        {\n            \"id\": 108,\n            \"category\": \"electricity\",\n            \"code\": \"eko-electric\",\n            \"info\": null,\n            \"name\": \"Eko Electric (EKDC)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/ekoelectric.png\"\n        },\n        {\n            \"id\": 109,\n            \"category\": \"electricity\",\n            \"code\": \"kano-electric\",\n            \"info\": null,\n            \"name\": \"Kano Electric (KEDCO)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/kanoelectric.jpg\"\n        },\n        {\n            \"id\": 110,\n            \"category\": \"electricity\",\n            \"code\": \"portharcourt-electric\",\n            \"info\": null,\n            \"name\": \"Port Harcourt Electric (PHED)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/portelectric.png\"\n        },\n        {\n            \"id\": 111,\n            \"category\": \"electricity\",\n            \"code\": \"jos-electric\",\n            \"info\": null,\n            \"name\": \"Jos Electric (JED)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/joselectric.png\"\n        },\n        {\n            \"id\": 112,\n            \"category\": \"electricity\",\n            \"code\": \"ibadan-electric\",\n            \"info\": null,\n            \"name\": \"Ibadan Electric (IBEDC)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/ibadanelectric.png\"\n        },\n        {\n            \"id\": 113,\n            \"category\": \"electricity\",\n            \"code\": \"kaduna-electric\",\n            \"info\": null,\n            \"name\": \"Kaduna Electric (KAEDCO)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/kadunaelectric.jpg\"\n        },\n        {\n            \"id\": 114,\n            \"category\": \"electricity\",\n            \"code\": \"abuja-electric\",\n            \"info\": null,\n            \"name\": \"Abuja Electric (AEDC)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/abujaelectric.jpg\"\n        },\n        {\n            \"id\": 115,\n            \"category\": \"electricity\",\n            \"code\": \"enugu-electric\",\n            \"info\": null,\n            \"name\": \"Enugu Electric (EEDC)\",\n            \"logo\": \"https://payments.baxipay.com.ng/images/enuguelectric.jpg\"\n        },\n        {\n            \"id\": 116,\n            \"category\": \"electricity\",\n            \"code\": \"benin-electric\",\n            \"info\": null,\n            \"name\": \"Benin Electric (BEDC)\",\n            \"logo\": \"http://naijarecharge.local/assets/benin.jpeg\"\n        },\n        {\n            \"id\": 117,\n            \"category\": \"electricity\",\n            \"code\": \"aba-electric\",\n            \"info\": null,\n            \"name\": \"Aba Electric (ABA)\",\n            \"logo\": null\n        },\n        {\n            \"id\": 118,\n            \"category\": \"electricity\",\n            \"code\": \"yola-electric\",\n            \"info\": null,\n            \"name\": \"Yola Electric (YEDC)\",\n            \"logo\": \"http://naijarecharge.local/assets/yola.jpeg\"\n        }\n    ]\n}"}],"_postman_id":"e88d9b2c-fe10-41d7-acd0-9d37a6a82da3"},{"name":"Validate Meter","id":"7ee969e0-2e43-43ed-b785-d53cdb480bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"electricity\",\r\n    \"provider\": \"ikeja-electric\",\r\n    \"meter_number\": \"012524565698656\",\r\n    \"meter_type\": \"prepaid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["validation"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"684f6848-2306-4a3b-80ac-99c1b33f29a8","name":"Validate Meter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"electricity\",\r\n    \"provider\": \"ikeja-electric\",\r\n    \"meter_number\": \"0125213558849\",\r\n    \"meter_type\": \"prepaid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 10:52:00 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfully\",\n    \"data\": {\n        \"customer_name\": \"Itodo Peter\",\n        \"status\": null,\n        \"provider\": \"ikeja-electric\",\n        \"meter_number\": \"012524565698656\",\n        \"meter_type\": \"PREPAID\",\n        \"account_type\": \"NMD\",\n        \"address\": \"11 Agbo street, Otukpa Lagos\",\n        \"minimum_amount\": 6.72,\n        \"customer_areas\": \"\"\n    }\n}"}],"_postman_id":"7ee969e0-2e43-43ed-b785-d53cdb480bd2"},{"name":"Payment","id":"ead1655a-cff5-4a3f-ba00-74d1e6bc0717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"electricity\",\r\n    \"provider\": \"ikeja-electric\",\r\n    \"meter_number\": \"0125213558849\",\r\n    \"meter_type\": \"prepaid\",\r\n    \"amount\": 500,\r\n    \"phone_number\": \"08069311722\",\r\n    \"reference\": 1779760363\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"b3199c29-5cac-49fd-8586-7dfa11de5254","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"electricity\",\r\n    \"provider\": \"ikeja-electric\",\r\n    \"meter_number\": \"0125213558849\",\r\n    \"meter_type\": \"prepaid\",\r\n    \"amount\": 500,\r\n    \"phone_number\": \"08069311722\",\r\n    \"reference\": 1779760363\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 14:30:20 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Meter token purchase successful\",\n    \"data\": {\n        \"id\": 27,\n        \"reference\": \"1727015415\",\n        \"amount\": 500,\n        \"amount_charged\": 500,\n        \"token_code\": \"17540325873448046024\",\n        \"token\": \"17540325873448046024\",\n        \"units\": \"7.4 kWh\",\n        \"customer_name\": \"HAMMED OLUWASEMILORE TAIWO\",\n        \"customer_address\": \"13 Adeleye street sawmill gbagada \",\n        \"discount\": 0,\n        \"created_at\": \"22 Sep 2024 14:30\"\n    }\n}"}],"_postman_id":"ead1655a-cff5-4a3f-ba00-74d1e6bc0717"}],"id":"b570f6e8-db97-46e9-8d1c-f9d6b270d8af","_postman_id":"b570f6e8-db97-46e9-8d1c-f9d6b270d8af","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Bet Funding","item":[{"name":"Get Providers","id":"dd6f01cd-9b77-49a8-95a8-9bacf74dcf79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{local}}/betting/providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["betting","providers"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"2d292f2e-12ed-46df-8ad4-ccf844cbbac7","name":"Get Providers","originalRequest":{"method":"GET","header":[],"url":"{{local}}/betting/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 14 Sep 2024 17:29:46 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successful\",\n    \"data\": [\n        {\n            \"id\": 138,\n            \"category\": \"betting\",\n            \"code\": \"msport\",\n            \"info\": null,\n            \"name\": \"Msport\",\n            \"logo\": \"\"\n        },\n        {\n            \"id\": 139,\n            \"category\": \"betting\",\n            \"code\": \"bet9ja\",\n            \"info\": null,\n            \"name\": \"Bet9ja\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/bet9ja.jpeg\"\n        },\n        {\n            \"id\": 140,\n            \"category\": \"betting\",\n            \"code\": \"bangbet\",\n            \"info\": null,\n            \"name\": \"Bangbet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/bangbet.jpeg\"\n        },\n        {\n            \"id\": 141,\n            \"category\": \"betting\",\n            \"code\": \"betking\",\n            \"info\": null,\n            \"name\": \"Betking\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/betking.png\"\n        },\n        {\n            \"id\": 142,\n            \"category\": \"betting\",\n            \"code\": \"1xbet\",\n            \"info\": null,\n            \"name\": \"1xbet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/onexbet.png\"\n        },\n        {\n            \"id\": 143,\n            \"category\": \"betting\",\n            \"code\": \"betway\",\n            \"info\": null,\n            \"name\": \"Betway\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/betway.jpeg\"\n        },\n        {\n            \"id\": 144,\n            \"category\": \"betting\",\n            \"code\": \"merrybet\",\n            \"info\": null,\n            \"name\": \"Merrybet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/merrybet.jpeg\"\n        },\n        {\n            \"id\": 145,\n            \"category\": \"betting\",\n            \"code\": \"naijabet\",\n            \"info\": null,\n            \"name\": \"Naijabet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/naijabet.png\"\n        },\n        {\n            \"id\": 146,\n            \"category\": \"betting\",\n            \"code\": \"nairabet\",\n            \"info\": null,\n            \"name\": \"Nairabet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/nairabet.png\"\n        },\n        {\n            \"id\": 147,\n            \"category\": \"betting\",\n            \"code\": \"bet9ja-agent\",\n            \"info\": null,\n            \"name\": \"Bet9ja-agent\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/bet9ja.jpeg\"\n        },\n        {\n            \"id\": 148,\n            \"category\": \"betting\",\n            \"code\": \"betland\",\n            \"info\": null,\n            \"name\": \"Betland\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/betland.jpeg\"\n        },\n        {\n            \"id\": 149,\n            \"category\": \"betting\",\n            \"code\": \"betlion\",\n            \"info\": null,\n            \"name\": \"Betlion\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/betlion.png\"\n        },\n        {\n            \"id\": 150,\n            \"category\": \"betting\",\n            \"code\": \"supabet\",\n            \"info\": null,\n            \"name\": \"Supabet\",\n            \"logo\": \"https://baxi-biller-pod-images.s3.eu-west-1.amazonaws.com/images/supabet.jpeg\"\n        },\n        {\n            \"id\": 151,\n            \"category\": \"betting\",\n            \"code\": \"mlotto\",\n            \"info\": null,\n            \"name\": \"Mlotto\",\n            \"logo\": \"\"\n        },\n        {\n            \"id\": 152,\n            \"category\": \"betting\",\n            \"code\": \"western-lotto\",\n            \"info\": null,\n            \"name\": \"Western-lotto\",\n            \"logo\": \"\"\n        },\n        {\n            \"id\": 153,\n            \"category\": \"betting\",\n            \"code\": \"hallabet\",\n            \"info\": null,\n            \"name\": \"Hallabet\",\n            \"logo\": \"\"\n        },\n        {\n            \"id\": 154,\n            \"category\": \"betting\",\n            \"code\": \"green-lotto\",\n            \"info\": null,\n            \"name\": \"Green-lotto\",\n            \"logo\": \"\"\n        }\n    ]\n}"}],"_postman_id":"dd6f01cd-9b77-49a8-95a8-9bacf74dcf79"},{"name":"Validate Account","id":"0e552dc8-fdf6-4e3d-8739-caf4f335e7bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"betting\",\r\n    \"provider\": \"bet9ja\",\r\n    \"customer_id\": \"1302127\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["validation"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"f6c81182-bc4b-4404-90aa-60a6296ed01f","name":"Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"betting\",\r\n    \"provider\": \"bet9ja\",\r\n    \"customer_id\": \"1302127\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 06:43:09 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Completed successfuly\",\n    \"data\": {\n        \"customer_name\": \"Itodo Drews\",\n        \"customer_id\": \"1302343\",\n        \"provider\": \"bet9ja\"\n    }\n}"}],"_postman_id":"0e552dc8-fdf6-4e3d-8739-caf4f335e7bb"},{"name":"Payment","id":"fa522606-5381-4e61-8285-d0647b68838a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"betting\",\r\n    \"provider\": \"bet9ja\",\r\n    \"customer_id\": \"1302446\",\r\n    \"customer_name\": \"Itodo Drews\",\r\n    \"amount\": 100,\r\n    \"reference\": 1779760363\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["purchase"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"596c1dbd-9c70-4cdf-8e9f-cd2d1f34fb27","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service\": \"betting\",\r\n    \"provider\": \"bet9ja\",\r\n    \"customer_id\": \"1302446\",\r\n    \"customer_name\": \"Itodo Drews\",\r\n    \"amount\": 100,\r\n    \"reference\": 1779760363\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Sep 2024 07:17:01 GMT"},{"key":"Server","value":"Apache/2.4.62 (Unix) PHP/8.1.29"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Bet9ja account top up successful\",\n    \"data\": {\n        \"id\": 22,\n        \"reference\": \"bet_4rTktT1\",\n        \"amount\": 100,\n        \"amount_charged\": 100,\n        \"discount\": 0,\n        \"created_at\": \"22 Sep 2024 07:17\",\n        \"customer_id\": \"130223454\",\n        \"provider\": \"Bet9ja\"\n    }\n}"}],"_postman_id":"fa522606-5381-4e61-8285-d0647b68838a"}],"id":"a76e8ef6-9c6a-460d-83df-33d9e136d20d","_postman_id":"a76e8ef6-9c6a-460d-83df-33d9e136d20d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}}},{"name":"Transaction Status","id":"1097792c-6f85-4dea-a548-98ae6eeec4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"1715458530\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/transaction/query","description":"<h3 id=\"query-transaction-status\"><strong>Query Transaction Status</strong></h3>\n<p>Using a <strong>GET</strong> method, transaction status can be queried with the endpoint below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory/Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reference</td>\n<td>Mandatory</td>\n<td>This is the reference with which you sent when purchasing a transaction after the transaction has been processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":true,"source":{"_postman_id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","id":"2d76cce5-dd33-4e48-98cf-303973ddbdab","name":"Naija recharge","type":"collection"}},"urlObject":{"path":["transaction","query"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"1acfb594-e547-4b95-9070-3474a3ad2e7d","name":"Transaction query","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"1715458530\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://api-service.paybeta.ng/v1/transaction/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 May 2024 23:52:34 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"50"},{"key":"X-RateLimit-Remaining","value":"49"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Your DStv Compact Plus is successful\",\n    \"data\": {\n        \"reference\": \"1715458530\",\n        \"amountPaid\": \"197.99\",\n        \"product\": \"DStv Compact Plus\",\n        \"customerId\": \"7061084212\",\n        \"transactionDate\": \"2024-05-11 21:15:40\"\n    }\n}"}],"_postman_id":"1097792c-6f85-4dea-a548-98ae6eeec4d9"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]}},"event":[{"listen":"prerequest","script":{"id":"3e010e9e-3729-4d86-896f-b2a03d4c7671","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"1b6eccb7-024c-4a36-abd2-f35164545417","type":"text/javascript","packages":{},"exec":[""]}}]}