{"info":{"_postman_id":"7693aab0-4570-443d-b9e9-0d5577dbcc94","name":"SageCloud","description":"<html><head></head><body><p>Official API Documentation for SageCloud V3 APIs</p>\n<p>Architecture: REST</p>\n<p>Data Format: JSON</p>\n<h2 id=\"request-headers\">Request Headers</h2>\n<ul>\n<li><p>Accept: This field is required &amp; must always be set to application/json</p>\n</li>\n<li><p>Content-Type: This field is required &amp; must always be set to application/json</p>\n</li>\n<li><p>Authorization:</p>\n<ul>\n<li>All endpoints (except API Ping, Login) require a Bearer token to authorise the the request.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"sample\">Sample:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Accept\": \"application/json\",\n    \"Content-Type\":\" application/json\",\n    \"Authorization\":\"Bearer {{access_token}}\"\n}\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<p>Responses are always in JSON format with 4 key fields.</p>\n<h4 id=\"sample-1\">Sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Transaction Not Found\",\n    \"data\": [],\n}\n\n</code></pre>\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>success</td>\n<td>boolean</td>\n<td>This indicates if the request was successful or not.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>This can be 'success', 'failed' or 'pending'</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Additional details on the request status</td>\n</tr>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>Contains relevant response data for the transaction. E.g For EPINS, it will contain the pins, for electricity, it will contain the electricity values such as token, unit, amount, etc.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26288419","collectionId":"7693aab0-4570-443d-b9e9-0d5577dbcc94","publishedId":"2sAYQfE9cc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-16T10:19:56.000Z"},"item":[{"name":"V3","item":[{"name":"Virtual Account","item":[{"name":"Generate Virtual Account","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1db2ae86-3cd9-4add-853c-a650da9a3b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"Olayemi Olaomo\",\n    \"email\": \"olayemiolaomo5@gmail.com\",\n    \"bank\": \"kolomoni\", // can be either \"wema\" or \"kolomoni\",\n    \"bvn\": \"12345678901\"\n}"},"url":"{{url}}/v3/virtual-account/generate","urlObject":{"path":["v3","virtual-account","generate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e78c59f3-69ea-47b4-bfd4-0fc8c0452fff","name":"Generate Virtual Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"Olayemi Olaomo\",\n    \"email\": \"olayemiolaomo5@gmail.com\",\n    \"bank\": \"kolomoni\", // can be either \"wema\" or \"kolomoni\",\n    \"bvn\": \"012345678901\"\n}"},"url":"{{url}}/v3/virtual-account/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.4"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token, Authorization, Accept,charset,boundary,Content-Length"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 15:09:22 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Account Generation Successful\",\n    \"data\": {\n        \"account_details\" : {\n            \"bank_name\": \"Wema Bank\",\n            \"account_name\": \"YourBiz- AdeoyeTayo\",\n            \"account_number\": \"1122334455\",\n            \"account_reference\": \"act_iD44QkkF2KIq\",\n            \"account_email\": \"oforyourbiz@gmail.com\"\n        }\n    }\n}"},{"id":"67a81861-54f7-460b-8d58-2b370820c936","name":"Failed - Generate Virtual Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"Olayemi Olaomo\",\n    \"email\": \"olayemiolaomo5@gmail.com\",\n    \"bank\": \"kolomoni\", // can be either \"wema\" or \"kolomoni\",\n    \"bvn\": \"012345678901\"\n}"},"url":"{{url}}/v3/virtual-account/generate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Jan 2026 08:24:00 GMT"},{"key":"Content-Security-Policy","value":"base-uri 'self';connect-src 'self';default-src 'self';form-action 'self';img-src 'self' data: blob:;style-src 'self' https://fonts.googleapis.com https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css https://cdn.jsdelivr.net/npm/sweetalert2@11.14.3/dist/sweetalert2.min.css 'nonce-dzwI941yL56RZfvhhHGmhzFAjzfRgpXexiqQxNdY';media-src 'self';script-src 'self' https://code.jquery.com/jquery-3.7.1.slim.min.js https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js https://unpkg.com/aos@2.3.1/dist/aos.js https://www.googletagmanager.com/gtag/ https://cdn.jsdelivr.net/npm/sweetalert2@10 https://unpkg.com/alpinejs https://unpkg.com/flowbite@1.5.3/dist/flowbite.js https://cdn.jsdelivr.net/npm/sweetalert2@11 https://unpkg.com/axios/dist/axios.min.js https://cdn.jsdelivr.net/npm/sweetalert2@11.12.1/dist/sweetalert2.min.js 'nonce-dzwI941yL56RZfvhhHGmhzFAjzfRgpXexiqQxNdY';object-src 'none';font-src 'self' data: https://fonts.gstatic.com 'nonce-dzwI941yL56RZfvhhHGmhzFAjzfRgpXexiqQxNdY'"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Invalid Secret key!\"\n}"}],"_postman_id":"1db2ae86-3cd9-4add-853c-a650da9a3b30"},{"name":"UpdateVirtualAccount","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"320c2242-42e2-4660-a0ee-07fcd393188b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"olayemiolaomo5@gmail.com\"\n}"},"url":"{{url}}/v3/virtual-account/update/8090003525","urlObject":{"path":["v3","virtual-account","update","8090003525"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6f13e462-d72a-4d66-a28e-f6429e28b8fe","name":"UpdateVirtualAccount","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"youremailsef@gmail.com\"\n}"},"url":"{{url}}/v3/virtual-account/update/1122334455"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.4"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token, Authorization, Accept,charset,boundary,Content-Length"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 15:14:20 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Account Updated successfully\",\n    \"data\": \"\"\n}"},{"id":"c32be6ab-de06-4d79-abcf-12ae48300073","name":"Failed - Update virtual Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"olayemiolaomo5@gmail.com\"\n}"},"url":"{{url}}/v3/virtual-account/update/8090003525"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:48:03 GMT"},{"key":"Content-Security-Policy","value":"base-uri 'self';connect-src 'self';default-src 'self';form-action 'self';img-src 'self' data: blob:;style-src 'self' https://fonts.googleapis.com https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css https://cdn.jsdelivr.net/npm/sweetalert2@11.14.3/dist/sweetalert2.min.css 'nonce-E43Y3ykLlubGtoEBgpuV92BhnmFYeuj5SwXIOMxR';media-src 'self';script-src 'self' https://code.jquery.com/jquery-3.7.1.slim.min.js https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js https://unpkg.com/aos@2.3.1/dist/aos.js https://www.googletagmanager.com/gtag/ https://cdn.jsdelivr.net/npm/sweetalert2@10 https://unpkg.com/alpinejs https://unpkg.com/flowbite@1.5.3/dist/flowbite.js https://cdn.jsdelivr.net/npm/sweetalert2@11 https://unpkg.com/axios/dist/axios.min.js https://cdn.jsdelivr.net/npm/sweetalert2@11.12.1/dist/sweetalert2.min.js 'nonce-E43Y3ykLlubGtoEBgpuV92BhnmFYeuj5SwXIOMxR';object-src 'none';font-src 'self' data: https://fonts.gstatic.com 'nonce-E43Y3ykLlubGtoEBgpuV92BhnmFYeuj5SwXIOMxR'"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Invalid Secret key!\"\n}"}],"_postman_id":"320c2242-42e2-4660-a0ee-07fcd393188b"},{"name":"List Virtual Accounts","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"a52c5d07-20fa-404f-9fc4-8a24825f2a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v3/virtual-account/list","urlObject":{"path":["v3","virtual-account","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3db7074-def3-43d8-b113-a3d2067da28c","name":"List Virtual Accounts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v3/virtual-account/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token, Authorization, Accept,charset,boundary,Content-Length"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 15 Oct 2022 17:53:30 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"account_name\": \"SAGECLOUD- RealDeal\",\n                \"account_number\": \"783837488383\",\n                \"bank_code\": \"111\",\n                \"bank_name\": \"Wema Bank\",\n                \"account_email\": \"oieuee@gmail.com\",\n                \"account_reference\": \"act_r2KXSjcfpRKI\",\n                \"created_at\": \"2022-08-05T16:12:27.000000Z\"\n            }\n        ],\n        \"first_page_url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=1\",\n        \"from\": 1,\n        \"last_page\": 5,\n        \"last_page_url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=5\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": \"https://sagecloud.local/api/v3/virtual-account/list?page=2\",\n        \"path\": \"https://sagecloud.local/api/v3/virtual-account/list\",\n        \"per_page\": 1,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 5\n    }\n}"}],"_postman_id":"a52c5d07-20fa-404f-9fc4-8a24825f2a57"}],"id":"7f52cbe3-3bcb-414a-8508-e51b1d5608d8","description":"<p>Generate Instant Virtual Accounts.</p>\n<p>When a generated virtual account receives funds, a webhook is sent to your designated webhook url.</p>\n<h6 id=\"webhook-sample\">Webhook Sample</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"VIRTUAL-ACCOUNT\",\n  \"event\": \"VIRTUAL-ACCOUNT-INFLOW\",\n  \"data\": {\n    \"currency\": \"NGN\",\n    \"type\": \"CREDIT\",\n    \"account_number\": \"1122334455\",\n    \"status\": \"SUCCESSFUL\",\n    \"amount\": 100,\n    \"fee\": \"53.75\",\n    \"settled_amount\": 46.25,\n    \"reference\": \"tran_FZAuBRIxY9Qx\",\n    \"source\": {\n      \"bank_name\": \"KUDA MICROFINANCE BANK\",\n      \"account_name\": \"OLAUDAH  IWOBE\",\n      \"account_number\": \"2244556688\"\n    },\n    \"receiver\": {\n      \"bank_name\": \"Wema Bank\",\n      \"account_name\": \"THYBIZ- Name\",\n      \"account_number\": \"1122334455\"\n    },\n    \"date\": \"2022-09-07 13:26:32\"\n  }\n}j\n\n</code></pre>\n","_postman_id":"7f52cbe3-3bcb-414a-8508-e51b1d5608d8"}],"id":"3d6c763a-56de-4613-8c97-48f3441a562c","_postman_id":"3d6c763a-56de-4613-8c97-48f3441a562c","description":""},{"name":"V2","item":[{"name":"Virtual Account","item":[{"name":"Generate Virtual Account","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b16ed322-30f9-4980-9c52-6c25f381875d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"Yinka Adedoyin\",\n    \"email\": \"t.adedoyin@ercas.ng\",\n    \"bvn\" : \"22881970800\"\n}"},"url":"{{url}}/v2/virtual-account/generate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","virtual-account","generate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c6e8d42d-426c-4c2d-a2fc-9ebe57d398cd","name":"Generate Virtual Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"Sage Dev\",\n    \"email\": \"sagedev@gmail.com\",\n    \"bvn\" : \"12345678901\"\n}"},"url":"{{url}}/v2/virtual-account/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 22 Jan 2026 05:57:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"392"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Virtual account created successfully.\",\n    \"data\": {\n        \"account_details\": {\n            \"account_name\": \"ERCAS-YINKA BANK/Sage Dev\",\n            \"account_reference\": \"y46xg57gdi9fj8kyo0crcs8d\",\n            \"account_number\": \"0770227606\",\n            \"account_email\": \"sagedev@gmail.com\",\n            \"bank_code\": \"090480\",\n            \"bank_name\": \"KOLOMONI MFB\",\n            \"static\": true,\n            \"third_party\": false,\n            \"status\": \"ACTIVE\",\n            \"currency_code\": \"NGN\"\n        }\n    }\n}"}],"_postman_id":"b16ed322-30f9-4980-9c52-6c25f381875d"},{"name":"UpdateVirtualAccount","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b64cb5a2-5f82-4149-a5a4-c62f0a1f79e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"olayemiolaomo5@gmail.com\"\n}"},"url":"{{url}}/v2/virtual-account/update/8090003525","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","virtual-account","update","8090003525"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"059d4d60-dbfa-453e-8986-3f504d9e7ef8","name":"UpdateVirtualAccount","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"},{"key":"Connection","value":"keep-","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"youremailsef@gmail.com\"\n}"},"url":"{{url}}/v3/virtual-account/update/1122334455"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.4"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token, Authorization, Accept,charset,boundary,Content-Length"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 15:14:20 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Account Updated successfully\",\n    \"data\": \"\"\n}"}],"_postman_id":"b64cb5a2-5f82-4149-a5a4-c62f0a1f79e2"},{"name":"List Virtual Accounts","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bbcc913a-cfe6-4792-a718-213b77c0abd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/virtual-account/list","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","virtual-account","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dd4f0b76-294d-471b-877d-b9f3a8f198aa","name":"List Virtual Accounts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/virtual-account/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 22 Jan 2026 06:00:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1616"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"account_name\": \"ERCAS-YINKA BANK/Sage Dev\",\n                \"account_number\": \"0770227606\",\n                \"bank_code\": \"090480\",\n                \"bank_name\": \"kolomoni\",\n                \"account_email\": \"sagedev@gmail.com\",\n                \"account_reference\": \"y46xg57gdi9fj8kyo0crcs8d\",\n                \"created_at\": \"2026-01-22T06:57:45.599727+01:00\"\n            },\n            {\n                \"account_name\": \"ERCAS-YINKA BANK/Sage Dev\",\n                \"account_number\": \"0770229825\",\n                \"bank_code\": \"090480\",\n                \"bank_name\": \"kolomoni\",\n                \"account_email\": \"sagedev@gmail.com\",\n                \"account_reference\": \"eopcsj8alqsfj1sf5lcwktj5\",\n                \"created_at\": \"2026-01-21T09:19:04.819798+01:00\"\n            },\n            {\n                \"account_name\": \"ERCAS-YINKA BANK/Sage Dev\",\n                \"account_number\": \"0770249888\",\n                \"bank_code\": \"090480\",\n                \"bank_name\": \"kolomoni\",\n                \"account_email\": \"sagedev@gmail.com\",\n                \"account_reference\": \"a6o4gcnmliupgtdypd207cou\",\n                \"created_at\": \"2026-01-20T12:20:13.418348+01:00\"\n            },\n            {\n                \"account_name\": \"ERCAS-YINKA BANK/Yinka Bank\",\n                \"account_number\": \"0770257441\",\n                \"bank_code\": \"090480\",\n                \"bank_name\": \"kolomoni\",\n                \"account_email\": \"timmytune002@gmail.com\",\n                \"account_reference\": \"fjg8oran7ex3ky1bbzfm50qx\",\n                \"created_at\": \"2026-01-06T11:17:27.564099+01:00\"\n            }\n        ],\n        \"first_page_url\": \"http://api:47000/api/v2/virtual-account/list?page=1&per_page=10\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://api:47000/api/v2/virtual-account/list?page=1&per_page=10\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://api:47000/api/v2/virtual-account/list?page=1&per_page=10\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"/api/v2/virtual-account/list\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    }\n}"}],"_postman_id":"bbcc913a-cfe6-4792-a718-213b77c0abd4"},{"name":"Webhook","event":[{"listen":"test","script":{"id":"144590fb-32b2-4eab-8918-5f16daa6d7c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"08c77d2f-b558-4876-b19e-b0cbed03a1f8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f52dda7d-4ccd-41fb-89a7-ae99cb6fd4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{secret_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"fee\": 10.0,\n        \"date\": \"2024-06-10T12:34:56.789012Z\",\n        \"type\": \"CREDIT\",\n        \"amount\": 5000.0,\n        \"source\": {\n            \"bank_code\": \"000013\",\n            \"bank_name\": \"ACCESS BANK\",\n            \"account_name\": \"FELIX ADEBANKE\",\n            \"account_number\": \"1234567890\"\n        },\n        \"status\": \"SUCCESSFUL\",\n        \"currency\": \"NGN\",\n        \"receiver\": {\n            \"bank_name\": \"WEMA BANK\",\n            \"account_name\": \"ERCAS-HANDYMAN/Opeyemi Salako\",\n            \"account_email\": \"admin@ercas.ng\",\n            \"account_number\": \"7175673219\",\n            \"account_reference\": \"67uyfgtr567uyhgf\"\n        },\n        \"reference\": \"01945678HGFDRTY9876546U\",\n        \"account_number\": \"7175673219\",\n        \"settled_amount\": 4990.0\n    },\n    \"type\": \"VIRTUAL-ACCOUNT\",\n    \"event\": \"VIRTUAL-ACCOUNT-INFLOW\"\n}"},"url":"","description":"<p>SageCloud sends <strong>an HTTP request to your configured webhook URL when there is an inflow to any of your generated virtual accounts</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f52dda7d-4ccd-41fb-89a7-ae99cb6fd4df"}],"id":"4eafb6e8-e927-47c5-8aba-c575214ace32","description":"<p>Generate Instant Virtual Accounts.</p>\n<p>When a generated virtual account receives funds, a webhook is sent to your designated webhook url.</p>\n<h6 id=\"webhook-sample\">Webhook Sample</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"VIRTUAL-ACCOUNT\",\n  \"event\": \"VIRTUAL-ACCOUNT-INFLOW\",\n  \"data\": {\n    \"currency\": \"NGN\",\n    \"type\": \"CREDIT\",\n    \"account_number\": \"1122334455\",\n    \"status\": \"SUCCESSFUL\",\n    \"amount\": 100,\n    \"fee\": \"53.75\",\n    \"settled_amount\": 46.25,\n    \"reference\": \"tran_FZAuBRIxY9Qx\",\n    \"source\": {\n      \"bank_name\": \"KUDA MICROFINANCE BANK\",\n      \"account_name\": \"OLAUDAH  IWOBE\",\n      \"account_number\": \"2244556688\"\n    },\n    \"receiver\": {\n      \"bank_name\": \"Wema Bank\",\n      \"account_name\": \"THYBIZ- Name\",\n      \"account_number\": \"1122334455\"\n    },\n    \"date\": \"2022-09-07 13:26:32\"\n  }\n}j\n\n</code></pre>\n","_postman_id":"4eafb6e8-e927-47c5-8aba-c575214ace32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"VAS","item":[{"name":"Electricity","item":[{"name":"Validate Meter","event":[{"listen":"test","script":{"id":"a8ab2ead-404c-46cf-94fc-ff080bbf2740","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"4b4e6fd0-ebc8-4bf2-bce5-cf0573514b7b","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"65a313f9-1f0c-4cb8-b0e9-e7c44209c716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"ikeja_electric_prepaid\",\n    \"account_number\":\"0238105589960\"\n}"},"url":"{{url}}/v2/electricity/validate-customer","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","electricity","validate-customer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af77456a-64ad-4d34-ba3e-339b5e16c7c1","name":"Validate Meter","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"ikeja_electric_prepaid\",\n    \"account_number\":\"0238105589960\"\n}"},"url":"{{url}}/v2/electricity/validate-customer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b6f657a0-4a6c-4319-8f69-bcf4d3dff3bd","name":"Validate Meter","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"ikeja_electric_prepaid\",\n    \"account_number\":\"04279154340\"\n}"},"url":"{{url}}/v2/electricity/validate-customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 11:46:47 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"347"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"customer\": {\n        \"meterNo\": \"04279154340\",\n        \"accountNo\": null,\n        \"customerName\": \"SODEINDE ADEBOYE\",\n        \"customerAddress\": \"Cell:08023016139\",\n        \"customerDistrict\": null,\n        \"phoneNumber\": null,\n        \"minimumAmount\": \"0\",\n        \"type\": \"prepaid\",\n        \"disco\": \"IKEDC\",\n        \"status\": \"200\",\n        \"billerName\": \"IKEDC\",\n        \"billerNarration\": \"Ikeja electricity bill payment\",\n        \"billerType\": \"PREPAID\"\n    }\n}"},{"id":"49c9e004-d984-4e7a-8630-58bcbd65a9b7","name":"error 401","originalRequest":{"method":"POST","header":[],"url":"{{url}}/v2/electricity/validate-customer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Jan 2026 12:48:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"reference\": null,\n    \"message\": \"Invalid token.\",\n    \"data\": null,\n    \"errors\": [\n        {\n            \"code\": \"authentication_error\",\n            \"detail\": \"Invalid token.\",\n            \"attr\": null\n        }\n    ]\n}"}],"_postman_id":"65a313f9-1f0c-4cb8-b0e9-e7c44209c716"},{"name":"Purchase Electricity","event":[{"listen":"test","script":{"id":"50bfdb9e-3711-498c-9df6-ee578e7549ad","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"cd98cb1b-895f-41b2-8466-63b682ea4be9","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"70bf2838-c4e9-431d-91ee-8121d7a4ec9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"ibadan_electric_prepaid\",\n    \"disco\":\"IBADAN\",\n    \"account_number\":\"0159000751069\",\n    \"phone\":\"08137442067\",\n    \"amount\":\"100\"\n}"},"url":"{{url}}/v2/electricity/purchase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","electricity","purchase"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"14b537e5-1030-43fa-8d79-0facb17aff2a","name":"Purchase Electricity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"ibadan_electric_prepaid\",\n    \"disco\":\"IBADAN\",\n    \"account_number\":\"0159000751069\",\n    \"phone\":\"08137442067\",\n    \"amount\":\"100\"\n}"},"url":"{{url}}/v2/electricity/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 May 2022 11:34:25 GMT"},{"key":"Server","value":"Apache/2.4.53 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"199"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"ELECTRICITY purchase successful\",\n    \"data\": {\n        \"token\": \"0101-3821-9783-1275-2562\",\n        \"unit\": 2.93,\n        \"amount\": \"100\",\n        \"transId\": \"763498316\",\n        \"disco\": \"ikeja_electric_prepaid\",\n        \"meterNo\": \"0238105589960\",\n        \"customerName\": null,\n        \"address\": null,\n        \"reference\": \"019EB7AB6AA6720BA03E8AA1C1FCC811\",\n        \"status\": \"92\",\n        \"date\": null,\n        \"access_token\": null\n    },\n    \"reference\": \"bi166hcae38a\"\n}"},{"id":"9f2b673c-1728-4ac6-ad93-bc0a632bd87d","name":"Error 403","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"ibadan_electric_prepaid\",\n    \"disco\":\"IBADAN\",\n    \"account_number\":\"0159000751069\",\n    \"phone\":\"08137442067\",\n    \"amount\":\"100\"\n}"},"url":"{{url}}/v2/electricity/purchase"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Jan 2026 12:53:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"reference\": null,\n    \"message\": \"You do not have permission to perform this action.\",\n    \"data\": null,\n    \"errors\": [\n        {\n            \"code\": \"permission_denied\",\n            \"detail\": \"You do not have permission to perform this action.\",\n            \"attr\": null\n        }\n    ]\n}"}],"_postman_id":"70bf2838-c4e9-431d-91ee-8121d7a4ec9b"},{"name":"Fetch Electricity Billers","id":"0f6ebf9e-136a-4501-af41-f60cc1d30353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{url}}/v2/electricity/fetch-billers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","electricity","fetch-billers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fcec47da-dae2-474c-9b6b-7ed6d0dd51c1","name":"Fetch Electricity Billers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{url}}/v2/electricity/fetch-billers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"billers\": [\n        {\n            \"type\": \"jos_electric_postpaid\",\n            \"id\": 2,\n            \"narration\": \"Jos Postpaid\",\n            \"product_id\": 2,\n            \"short_name\": \"jos electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/jos_electric.webp\"\n        },\n        {\n            \"type\": \"jos_electric_prepaid\",\n            \"id\": 2,\n            \"narration\": \"Jos Prepaid\",\n            \"product_id\": 3,\n            \"short_name\": \"jos electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/jos_electric.webp\"\n        },\n        {\n            \"type\": \"kaduna_electric_prepaid\",\n            \"id\": 3,\n            \"narration\": \"Kaduna Prepaid\",\n            \"product_id\": 5,\n            \"short_name\": \"kaduna electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/elect.webp\"\n        },\n        {\n            \"type\": \"eko_electric_prepaid\",\n            \"id\": 5,\n            \"narration\": \"Eko Prepaid\",\n            \"product_id\": 11,\n            \"short_name\": \"eko electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/eko_electric.webp\"\n        },\n        {\n            \"type\": \"ibadan_electric_prepaid\",\n            \"id\": 6,\n            \"narration\": \"Ibadan Disco Prepaid (Fets Wallet)\",\n            \"product_id\": 12,\n            \"short_name\": \"ibadan electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/ibadan_electric.webp\"\n        },\n        {\n            \"type\": \"portharcourt_electric_postpaid\",\n            \"id\": 7,\n            \"narration\": \"Port Harcourt Postpaid (Xpresspayments)\",\n            \"product_id\": 13,\n            \"short_name\": \"portharcourt electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/portharcourt_electric.webp\"\n        },\n        {\n            \"type\": \"portharcourt_electric_prepaid\",\n            \"id\": 7,\n            \"narration\": \"Port Harcourt Prepaid (Xpresspayments)\",\n            \"product_id\": 14,\n            \"short_name\": \"portharcourt electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/portharcourt_electric.webp\"\n        },\n        {\n            \"type\": \"enugu_electric_postpaid\",\n            \"id\": 8,\n            \"narration\": \"Enugu Postpaid\",\n            \"product_id\": 15,\n            \"short_name\": \"enugu electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/enugu_electric.webp\"\n        },\n        {\n            \"type\": \"enugu_electric_prepaid\",\n            \"id\": 8,\n            \"narration\": \"Enugu Prepaid\",\n            \"product_id\": 16,\n            \"short_name\": \"enugu electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/enugu_electric.webp\"\n        },\n        {\n            \"type\": \"abuja_electric_postpaid\",\n            \"id\": 9,\n            \"narration\": \"Abuja Postpaid\",\n            \"product_id\": 17,\n            \"short_name\": \"abuja electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/abuja_electric.webp\"\n        },\n        {\n            \"type\": \"abuja_electric_prepaid\",\n            \"id\": 9,\n            \"narration\": \"Abuja Prepaid\",\n            \"product_id\": 18,\n            \"short_name\": \"abuja electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/abuja_electric.webp\"\n        },\n        {\n            \"type\": \"kedco_electric_postpaid\",\n            \"id\": 10,\n            \"narration\": \"Kano Postpaid\",\n            \"product_id\": 21,\n            \"short_name\": \"kedco electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/kedco_electric.webp\"\n        },\n        {\n            \"type\": \"kedco_electric_prepaid\",\n            \"id\": 10,\n            \"narration\": \"Kano Prepaid\",\n            \"product_id\": 22,\n            \"short_name\": \"kedco electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/kedco_electric.webp\"\n        },\n        {\n            \"type\": \"ikeja_electric_prepaid\",\n            \"id\": 4,\n            \"narration\": \"Ikeja Disco Token Vending (Prepaid)\",\n            \"product_id\": 25,\n            \"short_name\": \"ikeja electric prepaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/ikeja_electric.webp\"\n        },\n        {\n            \"type\": \"ikeja_electric_postpaid\",\n            \"id\": 4,\n            \"narration\": \"Ikeja Disco Bill Payment (Postpaid)\",\n            \"product_id\": 26,\n            \"short_name\": \"ikeja electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/ikeja_electric.webp\"\n        },\n        {\n            \"type\": \"eko_electric_postpaid\",\n            \"id\": 5,\n            \"narration\": \"Eko Postpaid\",\n            \"product_id\": 27,\n            \"short_name\": \"eko electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/eko_electric.webp\"\n        },\n        {\n            \"type\": \"ibadan_electric_postpaid\",\n            \"id\": 6,\n            \"narration\": \"Ibadan Disco Postpaid (Fets Wallet)\",\n            \"product_id\": 44,\n            \"short_name\": \"ibadan electric postpaid\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/ibadan_electric.webp\"\n        }\n    ]\n}"},{"id":"ff9d1915-06da-4534-aeb2-63b68b669326","name":"error 401","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{url}}/v2/electricity/fetch-billers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:49:31 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"0f6ebf9e-136a-4501-af41-f60cc1d30353"}],"id":"15e4d2c0-a852-4839-b2e2-1d615c3ed29b","_postman_id":"15e4d2c0-a852-4839-b2e2-1d615c3ed29b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Betting","item":[{"name":"Fetch Billers","event":[{"listen":"test","script":{"id":"94e52fea-cac2-45de-8090-ab6a7769f85f","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"aadff926-7639-4c48-872e-4f9b6f0a80aa","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"285b5987-505b-4ccd-bcf4-7f6299de33d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/betting/billers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","betting","billers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"843ad011-8b85-4835-b6ee-6c719bdff001","name":"Fetch Billers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/betting/billers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 23 Feb 2022 13:06:34 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        \"Bet9ja\",\n        \"BangBet\",\n        \"NairaBet\",\n        \"SupaBet\",\n        \"CloudBet\",\n        \"BetLion\",\n        \"1xBet\",\n        \"MerryBet\",\n        \"BetWay\",\n        \"BetLand\",\n        \"BetKing\",\n        \"LiveScoreBet\",\n        \"NaijaBet\"\n    ]\n}"},{"id":"709dbf6f-73c5-483a-b663-8eb6b3b82b26","name":"Failed - Fetch Billers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/betting/billers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:49:49 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"285b5987-505b-4ccd-bcf4-7f6299de33d4"},{"name":"Fund Bet","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"620fce7c-b4f9-4c21-ad09-3c2624fb021d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\",\n    \"name\":\"Samson Okemakinde\",\n    \"amount\":100,\n    \"phoneNumber\": \"08154864010\"\n}"},"url":"{{url}}/v2/betting/payment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","betting","payment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9989e7cd-e98c-46b9-af33-71ca664127a9","name":"Fund Bet","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\",\n    \"name\":\"Samson Okemakinde\",\n    \"amount\":100\n}"},"url":"{{url}}/v2/betting/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token, Authorization, Accept,charset,boundary,Content-Length"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 24 Jul 2022 15:13:07 GMT"},{"key":"Strict-Transport-Security","value":"max-age=316360004"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Bet payment successful\",\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"Bet9ja\",\n        \"date\": \"2022-07-24 16:13:05\",\n        \"name\": \"Truman Gretsky\",\n        \"customerId\": \"111111\",\n        \"amount\": \"100.00\"\n    }\n}"},{"id":"0f8aeca3-5037-4fe4-a7ca-85c4ab704b31","name":"Failed - Fund Bet","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\",\n    \"name\":\"Samson Okemakinde\",\n    \"amount\":100\n}"},"url":"{{url}}/v2/betting/payment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:53:41 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"620fce7c-b4f9-4c21-ad09-3c2624fb021d"},{"name":"Validate Bet","event":[{"listen":"test","script":{"id":"7c616923-5a89-4ec3-a1c0-b6f3de3e706f","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"6cb90b63-3634-4688-8f91-7a3a2054e006","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"8a329a2e-9a99-40e9-a81f-b09fd24d2934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\"\n}"},"url":"{{url}}/v2/betting/validate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","betting","validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3426f2c-9ec2-4e5d-9637-07caf9713cdd","name":"Validate Bet","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\"\n}"},"url":"{{url}}/v2/betting/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Feb 2022 12:12:26 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"307"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"data\": {\n        \"status\": \"200\",\n        \"message\": \"Successful\",\n        \"name\": \"SAMSON OKEMAKINDE\",\n        \"username\": \"cspydo\",\n        \"type\": \"Bet9ja\",\n        \"customerId\": \"4403597\",\n        \"reference\": \"164579114710000\",\n        \"accountNumber\": null,\n        \"phoneNumber\": null,\n        \"emailAddress\": null,\n        \"canVend\": null,\n        \"minPayableAmount\": 100,\n        \"charge\": 0\n    }\n}"},{"id":"171fe757-865e-49bf-8b9b-bfceca4d6f37","name":"Failed - Validate Bet","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"Bet9ja\",\n    \"customerId\":\"4403597\"\n}"},"url":"{{url}}/v2/betting/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:53:54 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"8a329a2e-9a99-40e9-a81f-b09fd24d2934"}],"id":"931dd927-b345-4739-9407-d5cd018f7610","_postman_id":"931dd927-b345-4739-9407-d5cd018f7610","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Cable TV","item":[{"name":"Fetch Providers","event":[{"listen":"test","script":{"id":"74a42fec-099d-439f-8ed3-27fe94e3062b","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"3d62225f-1123-4fc0-bf5e-3ac43b839930","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"1dc2a38b-f0dc-4b1a-8478-fe994e05509b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/cable-tv/fetch-providers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cable-tv","fetch-providers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75d96b73-49eb-45da-af0b-8633625b2cc9","name":"TV Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/cable-tv/fetch-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 14:12:33 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"474"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"billers\": [\n        {\n            \"type\": \"gotv\",\n            \"id\": 1,\n            \"name\": \"GOTV\",\n            \"narration\": \"Gotv Cable\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/gotv.webp\"\n        },\n        {\n            \"type\": \"dstv\",\n            \"id\": 2,\n            \"name\": \"DSTV\",\n            \"narration\": \"Dstv Cable\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/dstv.webp\"\n        },\n        {\n            \"type\": \"startimes\",\n            \"id\": 3,\n            \"name\": \"STARTIMES\",\n            \"narration\": \"Startimes Cable\",\n            \"image\": \"https://sagecloud.ng/assets/images/billers/capricorn/startimes.webp\"\n        }\n    ]\n}"},{"id":"8c1cb8d5-02fd-4a35-a23e-251d2e7e53ad","name":"Tv Providers (Failed)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/cable-tv/fetch-providers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:55:10 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"1dc2a38b-f0dc-4b1a-8478-fe994e05509b"},{"name":"Fetch Billers","event":[{"listen":"test","script":{"id":"00d2cd31-fb6f-42cd-acc9-a4a9303305f9","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"fd481a87-fc18-4bd5-87cd-c2db807d0e07","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8e757b44-32a3-4732-a310-cb7023a9c14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/cable-tv/fetch-billers?type=dstv","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cable-tv","fetch-billers"],"host":["{{url}}"],"query":[{"key":"type","value":"dstv"}],"variable":[]}},"response":[{"id":"98e97f60-e02c-4b78-926b-d5c54496f9b8","name":"Fetch Billers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/v2/cable-tv/fetch-billers?type=gotv","host":["{{url}}"],"path":["v2","cable-tv","fetch-billers"],"query":[{"key":"type","value":"gotv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 14:14:54 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"732"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"plans\": [\n        {\n            \"id\": 10,\n            \"type\": \"gotv\",\n            \"code\": \"GOHAN\",\n            \"name\": \"GOtv Smallie - monthly\",\n            \"description\": \" \",\n            \"price\": \"800\",\n            \"amount\": \"800\"\n        },\n        {\n            \"id\": 11,\n            \"type\": \"gotv\",\n            \"code\": \"GOLITE\",\n            \"name\": \"GOtv Smallie - quarterly\",\n            \"description\": \" \",\n            \"price\": \"2100\",\n            \"amount\": \"2100\"\n        },\n        {\n            \"id\": 12,\n            \"type\": \"gotv\",\n            \"code\": \"GOLTANL\",\n            \"name\": \"GOtv Smallie - yearly\",\n            \"description\": \" \",\n            \"price\": \"6200\",\n            \"amount\": \"6200\"\n        },\n        {\n            \"id\": 13,\n            \"type\": \"gotv\",\n            \"code\": \"GOTVMAX\",\n            \"name\": \"GOtv Max\",\n            \"description\": \" \",\n            \"price\": \"3600\",\n            \"amount\": \"3600\"\n        },\n        {\n            \"id\": 14,\n            \"type\": \"gotv\",\n            \"code\": \"GOTVNJ1\",\n            \"name\": \"GOtv Jinja Bouquet\",\n            \"description\": \" \",\n            \"price\": \"1640\",\n            \"amount\": \"1640\"\n        },\n        {\n            \"id\": 15,\n            \"type\": \"gotv\",\n            \"code\": \"GOTVNJ2\",\n            \"name\": \"GOtv Jolli Bouquet\",\n            \"description\": \" \",\n            \"price\": \"2460\",\n            \"amount\": \"2460\"\n        }\n    ]\n}"}],"_postman_id":"8e757b44-32a3-4732-a310-cb7023a9c14e"},{"name":"Purchase TV","event":[{"listen":"test","script":{"id":"4ebad545-61f7-47a1-94ea-e5f1c30751c2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"dadbb65f-59f6-4f4e-9cbe-efc7b6b670ea","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"e3f5b1d4-9c92-4650-8576-eb35bf96723f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"gotv\",\n    \"code\":\"GOTVNJ2\",\n    \"smartCardNo\":\"7032726137\"\n}"},"url":"{{url}}/v2/cable-tv/purchase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cable-tv","purchase"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1b20d9a3-c2c4-459c-9582-247116469b33","name":"Purchase TV (Failed)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"gotv\",\n    \"code\":\"GOTVNJ2\",\n    \"smartCardNo\":\"7032726137\",\n    \"renewal\":true\n}"},"url":"{{url}}/v2/cable-tv/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 14:27:23 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Insufficient fund!\"\n}"},{"id":"d0c93934-78a6-4e2b-8353-eec55fc12811","name":"Purchase TV (Successful)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"gotv\",\n    \"code\":\"GOHAN\",\n    \"smartCardNo\":\"7032726137\"\n}"},"url":"{{url}}/v2/cable-tv/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jan 2022 16:53:17 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"99"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"GOTV purchase successful\",\n    \"reference\": \"5df199i6g11b\"\n}"}],"_postman_id":"e3f5b1d4-9c92-4650-8576-eb35bf96723f"},{"name":"Validate TV","event":[{"listen":"test","script":{"id":"d3be49e9-cdad-461a-ae81-0373f659c6f7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"5591bd1c-94a4-44fe-ab83-2f79dcd1d641","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c25ac0f2-5c7f-4814-807c-847754e91fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"biller_id\":\"2\",\n    \"smartCardNo\":\"10172232596\"\n}"},"url":"{{url}}/v2/cable-tv/validate-customer","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cable-tv","validate-customer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af1fd6ee-6ad8-42e0-ae40-67c45fdc9404","name":"Validate TV","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"biller_id\":\"2\",\n    \"smartCardNo\":\"7032726137\"\n}"},"url":"{{url}}/v2/cable-tv/validate-customer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"customer\": {\n        \"success\": true,\n        \"fullName\": \"SEGUN BABATUNDE\"\n    }\n}"},{"id":"5e5e3428-3c09-4c3a-9990-d8360517db79","name":"Failed - Validate Tv","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"biller_id\":\"2\",\n    \"smartCardNo\":\"7032726137\"\n}"},"url":"{{url}}/v2/cable-tv/validate-customer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:59:22 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"c25ac0f2-5c7f-4814-807c-847754e91fbf"}],"id":"55608b58-a6b5-4cab-a2a3-048b31813017","_postman_id":"55608b58-a6b5-4cab-a2a3-048b31813017","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Education","item":[{"name":"WAEC","item":[{"name":"WAEC Lookup","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"c335c4b7-fcf4-408c-8d89-57831a0bb0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/waec-lookup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","education","waec-lookup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7cc6e4be-4982-41c4-a532-7f338d08f876","name":"WAEC Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/waec-lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Mar 2022 08:18:56 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"data\": {\n        \"type\": \"WAEC\",\n        \"product\": [\n            {\n                \"price\": 1800,\n                \"availableCount\": 546\n            }\n        ]\n    }\n}"},{"id":"259b0205-fa9f-4f63-989f-d63b6bd76f67","name":"Failed - WAEC Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/waec-lookup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 07:59:49 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"c335c4b7-fcf4-408c-8d89-57831a0bb0ac"},{"name":"WAEC purchase","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c102e1d8-8ac4-4767-a2aa-139113af2576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"numberOfPin\":3\n}"},"url":"{{url}}/v2/education/waec-purchase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","education","waec-purchase"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fcc3323f-d744-4657-a311-1befeb455d68","name":"WAEC purchase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"numberOfPin\":3,\n    \"amount\":1800\n}"},"url":"{{url}}/v2/education/waec-purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Mar 2022 08:55:33 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"WAEC pin payment successful\",\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"pin\": \"172419637623\",\n            \"serial\": \"WRN751161885\",\n            \"expirydat\": null\n        },\n        {\n            \"pin\": \"877192941409\",\n            \"serial\": \"WRN679755779\",\n            \"expirydat\": null\n        },\n        {\n            \"pin\": \"282227581711\",\n            \"serial\": \"WRN878921003\",\n            \"expirydat\": null\n        }\n    ]\n}"},{"id":"b386fa14-57f4-498b-a284-201668883b98","name":"Failed -WAEC purchase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"numberOfPin\":3,\n    \"amount\":1800\n}"},"url":"{{url}}/v2/education/waec-purchase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:03:28 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"c102e1d8-8ac4-4767-a2aa-139113af2576"}],"id":"0639860f-ee82-4fe7-9c82-f9fee757ba35","_postman_id":"0639860f-ee82-4fe7-9c82-f9fee757ba35","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"JAMB","item":[{"name":"JAMB Lookup","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript"}}],"id":"650e3073-6b20-4c17-a8fa-85d7612713bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/jamb-pricing-options","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","education","jamb-pricing-options"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9e66bc0e-2f21-4b62-a055-f327f7fa1c57","name":"JAMB Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/jamb-pricing-options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Mar 2022 12:09:03 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"price\": 4000,\n            \"type\": \"UTME\"\n        },\n        {\n            \"price\": 4000,\n            \"type\": \"DE\"\n        }\n    ]\n}"},{"id":"23d38922-74cf-454c-84f4-69bcd5810966","name":"Failed - JAMB Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/education/jamb-pricing-options"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:03:44 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"650e3073-6b20-4c17-a8fa-85d7612713bf"},{"name":"JAMB PIN Purchase","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"46e37838-9811-4676-ab5c-534be1d8584c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"(TEST)0984237423423708923423\",\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\":\"08093787821\",\n    \"amount\":4000,\n    \"isMockCandidate\": true,\n    \"isBrilliant\" : false // This can be set to true if the underage participants approves for it. \n}"},"url":"{{url}}/v2/education/jamb-pin-purchase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","education","jamb-pin-purchase"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f28030e3-3e8b-447f-bef0-9525557d4aab","name":"JAMB PIN Purchase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"(TEST)21309742349324234234\",\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\":\"08093787821\",\n    \"amount\":4000,\n    \"isMockCandidate\": true,\n    \"isBrilliant\" : false // This can be set to true if the underage participants approves for it. \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/education/jamb-pin-purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Mar 2022 12:39:49 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"JAMB pin payment successful\",\n    \"status\": \"success\",\n    \"data\": {\n        \"amount\": \"4000.00\",\n        \"fee\": \"0.00\",\n        \"surname\": \"Account\",\n        \"firstName\": \"Test\",\n        \"middleName\": \"User\",\n        \"fullName\": \"Account Test User\",\n        \"phone\": \"08128262837\",\n        \"pin\": 1646311190,\n        \"profileCode\": \"1234456667\",\n        \"data\": \"2022-03-03 12:39:50\",\n        \"product\": \"JAMB\",\n        \"type\": \"UTME\"\n    }\n}"},{"id":"0364f434-4c57-42e9-bc0b-85ffaaff492f","name":"Failed - JAMB PIN Purchase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"TEST098423742878\",\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\":\"08093787821\",\n    \"amount\":4000,\n    \"isMockCandidate\": true,\n    \"isBrilliant\" : false // This can be set to true if the underage participants approves for it. \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/education/jamb-pin-purchase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:04:29 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"46e37838-9811-4676-ab5c-534be1d8584c"},{"name":"JAMB Validate Profile Code","event":[{"listen":"test","script":{"id":"20d52b07-45fd-4e18-aa8a-3830f54b6cb7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e915f34b-e68e-410e-ae36-1ec5bda22378","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fab21104-6616-4132-9e58-5eb9f57e8ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\": \"08101391054\",\n    \"isMockCandidate\": \"true\"\n}\n"},"url":"{{url}}/v2/education/jamb-profile-code/validate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","education","jamb-profile-code","validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"818fadeb-ff4c-473f-82be-eab708744944","name":"JAMB Validate Profile Code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\" : \"07033121699\",\n    \"isMockCandidate\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/education/jamb-profile-code/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Mar 2022 12:32:39 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"data\": {\n        \"firstName\": \"Test\",\n        \"surname\": \"Account\",\n        \"middleName\": \"User\",\n        \"fullName\": \"Test Account USer\",\n        \"phoneNumber\": \"08128262837\",\n        \"type\": \"UTME\",\n        \"profileCode\": 1234456667,\n        \"info\": null,\n        \"message\": \"Successful\",\n        \"status\": \"200\",\n        \"isNotUnderAge\": true\n    }\n}"},{"id":"7cef4dbd-ade4-4061-8514-2f7776c782b6","name":"Failed - JAMB Validate Profile Code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"UTME\",\n    \"profileCode\":1234456667,\n    \"phoneNumber\" : \"07033121699\",\n    \"isMockCandidate\": true\n\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/education/jamb-profile-code/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:03:56 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"fab21104-6616-4132-9e58-5eb9f57e8ab8"}],"id":"675b90e1-39e2-4e1b-8ed0-635c64cdc676","_postman_id":"675b90e1-39e2-4e1b-8ed0-635c64cdc676","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}}],"id":"503a50a1-2076-431c-9bc3-9714fb630b98","_postman_id":"503a50a1-2076-431c-9bc3-9714fb630b98","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Data","item":[{"name":"Data Lookup","event":[{"listen":"test","script":{"id":"e1d3e33a-0541-4627-b9cd-2c8e39250d6e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"3fb90225-099c-4b5d-8225-78f288de25f5","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"522a6d16-6cec-45cf-b061-05c52db9cb06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/internet/data/lookup?provider=GLODATA","urlObject":{"path":["v2","internet","data","lookup"],"host":["{{url}}"],"query":[{"key":"provider","value":"GLODATA"}],"variable":[]}},"response":[{"id":"c33a26d9-b5e5-424a-a8c5-7519054475f8","name":"Data Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/v2/internet/data/lookup?provider=MTNDATA","host":["{{url}}"],"path":["v2","internet","data","lookup"],"query":[{"key":"provider","value":"MTNDATA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 07:38:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"4642"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"104\",\n            \"description\": \"100Mb 24Hrs\",\n            \"amount\": \"100\",\n            \"price\": \"100\",\n            \"value\": \"100MB\",\n            \"duration\": \"24Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"113\",\n            \"description\": \"200Mb 48Hrs\",\n            \"amount\": \"200\",\n            \"price\": \"200\",\n            \"value\": \"200MB\",\n            \"duration\": \"48Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"102\",\n            \"description\": \"350MB 7Days\",\n            \"amount\": \"300\",\n            \"price\": \"300\",\n            \"value\": \"350MB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"103\",\n            \"description\": \"750MB 14Days\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"750MB\",\n            \"duration\": \"14Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"106\",\n            \"description\": \"1.5GB 1-Month Mobile\",\n            \"amount\": \"1000\",\n            \"price\": \"1000\",\n            \"value\": \"1.5GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"130\",\n            \"description\": \"2GB 30Days\",\n            \"amount\": \"1200\",\n            \"price\": \"1200\",\n            \"value\": \"2GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"110\",\n            \"description\": \"3Gb 30Days\",\n            \"amount\": \"1500\",\n            \"price\": \"1500\",\n            \"value\": \"3GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"107\",\n            \"description\": \"6-Months Plan\",\n            \"amount\": \"100000\",\n            \"price\": \"100000\",\n            \"value\": \"325GB\",\n            \"duration\": \"6-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"116\",\n            \"description\": \"1-Year Plan\",\n            \"amount\": \"300000\",\n            \"price\": \"300000\",\n            \"value\": \"1000GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"117\",\n            \"description\": \"1-Year Plan\",\n            \"amount\": \"450000\",\n            \"price\": \"450000\",\n            \"value\": \"1500GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"18\",\n            \"description\": \"1GB 1Day\",\n            \"amount\": \"300\",\n            \"price\": \"300\",\n            \"value\": \"1GB\",\n            \"duration\": \"1Day\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000001\",\n            \"description\": \"2.5GB 2-Day\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"2.5GB\",\n            \"duration\": \"2-Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000002\",\n            \"description\": \"400GB 1-Year\",\n            \"amount\": \"120000\",\n            \"price\": \"120000\",\n            \"value\": \"400GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000003\",\n            \"description\": \"75GB 2-Months\",\n            \"amount\": \"20000\",\n            \"price\": \"20000\",\n            \"value\": \"75GB\",\n            \"duration\": \"2-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000004\",\n            \"description\": \"120GB 2-Months\",\n            \"amount\": \"30000\",\n            \"price\": \"30000\",\n            \"value\": \"120GB\",\n            \"duration\": \"2-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000005\",\n            \"description\": \"150GB 3-Months\",\n            \"amount\": \"50000\",\n            \"price\": \"50000\",\n            \"value\": \"150GB\",\n            \"duration\": \"3-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000006\",\n            \"description\": \"250GB 3-Months\",\n            \"amount\": \"75000\",\n            \"price\": \"75000\",\n            \"value\": \"250GB\",\n            \"duration\": \"3-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000007\",\n            \"description\": \"20GB 30Days\",\n            \"amount\": \"6000\",\n            \"price\": \"6000\",\n            \"value\": \"20GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000008\",\n            \"description\": \"1GB Weekly\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"1GB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000009\",\n            \"description\": \"6GB Weekly\",\n            \"amount\": \"1500\",\n            \"price\": \"1500\",\n            \"value\": \"6GB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000010\",\n            \"description\": \"6GB Monthly\",\n            \"amount\": \"2500\",\n            \"price\": \"2500\",\n            \"value\": \"6GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000011\",\n            \"description\": \"8GB Monthly\",\n            \"amount\": \"3000\",\n            \"price\": \"3000\",\n            \"value\": \"8GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000012\",\n            \"description\": \"110GB Monthly\",\n            \"amount\": \"20000\",\n            \"price\": \"20000\",\n            \"value\": \"110GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000013\",\n            \"description\": \"30GB Sme Data Share Bundle\",\n            \"amount\": \"13500\",\n            \"price\": \"13500\",\n            \"value\": \"30GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000014\",\n            \"description\": \"90GB Sme Data Share Bundle\",\n            \"amount\": \"40000\",\n            \"price\": \"40000\",\n            \"value\": \"90GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000015\",\n            \"description\": \"150GB Sme Data Share Bundle\",\n            \"amount\": \"65000\",\n            \"price\": \"65000\",\n            \"value\": \"150GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000016\",\n            \"description\": \"4.5GB All Day\",\n            \"amount\": \"2000\",\n            \"price\": \"2000\",\n            \"value\": \"4.5GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000017\",\n            \"description\": \"10GB Monthly\",\n            \"amount\": \"3500\",\n            \"price\": \"3500\",\n            \"value\": \"10GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000018\",\n            \"description\": \"15GB Monthly\",\n            \"amount\": \"5000\",\n            \"price\": \"5000\",\n            \"value\": \"15GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000019\",\n            \"description\": \"40GB Monthly\",\n            \"amount\": \"10000\",\n            \"price\": \"10000\",\n            \"value\": \"40GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000020\",\n            \"description\": \"75GB Monthly\",\n            \"amount\": \"15000\",\n            \"price\": \"15000\",\n            \"value\": \"75GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000021\",\n            \"description\": \"150GB Sme Data Share Bundle Special\",\n            \"amount\": \"50000\",\n            \"price\": \"50000\",\n            \"value\": \"150GB\",\n            \"duration\": \"90Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000022\",\n            \"description\": \"20MB 2go Daily\",\n            \"amount\": \"25\",\n            \"price\": \"25\",\n            \"value\": \"20MB\",\n            \"duration\": \"24Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000023\",\n            \"description\": \"50MB 2go Weekly\",\n            \"amount\": \"50\",\n            \"price\": \"50\",\n            \"value\": \"50MB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000024\",\n            \"description\": \"160MB 2go Monthly\",\n            \"amount\": \"150\",\n            \"price\": \"150\",\n            \"value\": \"160MB\",\n            \"duration\": \"30Days\"\n        }\n    ]\n}"},{"id":"54b8d62b-20c5-472d-878b-2783f14e74ba","name":"Failed - Data Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/v2/internet/data/lookup?provider=MTNDATA","host":["{{url}}"],"path":["v2","internet","data","lookup"],"query":[{"key":"provider","value":"MTNDATA"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:08:50 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"522a6d16-6cec-45cf-b061-05c52db9cb06"},{"name":"Purchase Data Plan","event":[{"listen":"test","script":{"id":"4ebad545-61f7-47a1-94ea-e5f1c30751c2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"dadbb65f-59f6-4f4e-9cbe-efc7b6b670ea","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"88f7f69b-eba7-41bb-9655-9ccfbdc34a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"TST422583597824334834\",\n    \"type\":\"AIRTELDATA\",\n    \"code\":\"AIRTEL_10_MB_DATA_BUNDLE_DAILY\",\n    \"network\":\"AIRTEL\",\n    \"phone\":\"08131622588\",\n    \"provider\":\"AIRTEL\"\n}"},"url":"{{url}}/v2/internet/data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","internet","data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d38c0dee-5cfb-4353-8926-c9411b20ba72","name":"Failed - Purchase Data Plan","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"type\":\"MTNDATA\",\n    \"code\":\"104\",\n    \"network\":\"MTN\",\n    \"phone\":\"08137442067\",\n    \"provider\":\"MTN\"\n}"},"url":"{{url}}/v2/internet/data"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:09:00 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"88f7f69b-eba7-41bb-9655-9ccfbdc34a1d"},{"name":"Get Data Network Providers","id":"8c8fd0cb-b5d9-4e05-8314-9218646f3c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/internet/data/fetch-providers","urlObject":{"path":["v2","internet","data","fetch-providers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f956248c-f9c5-4d59-851b-ef5c02948876","name":"Get Data Network Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/internet/data/fetch-providers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 16 Apr 2026 15:12:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"260"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Providers retrieved successfully.\",\n    \"data\": [\n        {\n            \"provider\": \"MTNDATA\",\n            \"network\": \"MTN\"\n        },\n        {\n            \"provider\": \"GLODATA\",\n            \"network\": \"GLO\"\n        },\n        {\n            \"provider\": \"AIRTELDATA\",\n            \"network\": \"AIRTEL\"\n        },\n        {\n            \"provider\": \"9MOBILEDATA\",\n            \"network\": \"9MOBILE\"\n        }\n    ]\n}"}],"_postman_id":"8c8fd0cb-b5d9-4e05-8314-9218646f3c10"}],"id":"2a1496fc-9b6c-4525-b89d-2795a21a29ff","_postman_id":"2a1496fc-9b6c-4525-b89d-2795a21a29ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"SMS","item":[{"name":"Send Transactional","id":"8adc4dc2-a8e7-4139-9dd3-5cabe4eef89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\": \"201118\",\n    \"recipients\": \"08101309803\",\n    \"message\": \"Your OTP for withdrawal of 1000 USD/NGN is 987654. Do not share this code. It expires in 5 minutes.\",\n    \"sender_ids\": \"yuopng4672nm9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/sms/single-sms/","urlObject":{"path":["v2","sms","single-sms",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8adc4dc2-a8e7-4139-9dd3-5cabe4eef89a"},{"name":"Send Promotional","id":"d8895199-c270-4b86-bd5b-bd674cb259b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\": \"201119\",\n    \"recipients\": \"08101309803, 09023490124\",\n    \"message\": \"Transfers are temporarily unavailable. We're working to restore service and will keep you updated. Thank you.\",\n    \"sender_ids\": \"ukl478pq2ndikf1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/sms/bulk-sms/","urlObject":{"path":["v2","sms","bulk-sms",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8895199-c270-4b86-bd5b-bd674cb259b1"},{"name":"Fetch Sender IDs","id":"b15e8acc-a9f4-4894-aee3-407378a352a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/v2/sms/sender-ids/","urlObject":{"path":["v2","sms","sender-ids",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b15e8acc-a9f4-4894-aee3-407378a352a9"}],"id":"a640be1d-ff79-43bf-abad-538708fd097a","_postman_id":"a640be1d-ff79-43bf-abad-538708fd097a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Airtime","item":[{"name":"Get Network Providers","id":"f0f07e49-2cc5-4548-8b24-3b954a3387f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/airtime/fetch-providers","urlObject":{"path":["v2","airtime","fetch-providers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aea9d05d-3604-4d57-a674-fd50b41af004","name":"Get Network Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/airtime/fetch-providers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 16 Apr 2026 15:11:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Providers retrieved successfully.\",\n    \"data\": [\n        {\n            \"network\": \"MTN\"\n        },\n        {\n            \"network\": \"GLO\"\n        },\n        {\n            \"network\": \"AIRTEL\"\n        },\n        {\n            \"network\": \"9MOBILE\"\n        }\n    ]\n}"}],"_postman_id":"f0f07e49-2cc5-4548-8b24-3b954a3387f7"},{"name":"Airtime","event":[{"listen":"test","script":{"id":"fd649a1b-90af-4831-a6d3-f7c6a5cba301","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"12066b8b-e5a6-4458-a2a8-838ffac0b4de","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"722d9413-20fa-42e6-9c75-cdf5174c4257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"34655646565334359\",\n    \"network\":\"MTN\",\n    \"service\":\"MTN\",\n    \"phone\":\"08131622588\",\n    \"amount\":\"50\"\n}"},"url":"{{url}}/v2/airtime","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","airtime"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3907a753-f6f1-4483-ab75-2c80dc81572e","name":"Airtime","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"network\":\"MTN\",\n    \"service\":\"MTNVTU\",\n    \"phone\":\"08011223344\",\n    \"amount\":\"100\"\n}"},"url":"{{url}}/v2/epin/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Feb 2022 14:07:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"AIRTIME purchase successful\",\n    \"reference\": \"4gi7d3e7fbd9\"\n}"},{"id":"6b933c25-ff81-454b-8528-8b5381b77387","name":"Failed - Airtime","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"network\":\"MTN\",\n    \"service\":\"MTNVTU\",\n    \"phone\":\"08137442067\",\n    \"amount\":\"100\"\n}"},"url":"{{url}}/v2/airtime"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:09:24 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"722d9413-20fa-42e6-9c75-cdf5174c4257"}],"id":"be342015-a4f9-4dc6-972e-b06250b00eb0","_postman_id":"be342015-a4f9-4dc6-972e-b06250b00eb0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Transfer","item":[{"name":"Fetch Banks","id":"23fbf2c6-3391-4fa5-a502-6be64ada4ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{url}}/v2/transfer/get-transfer-data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transfer","get-transfer-data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d1ab68f2-b63a-4e93-8ef1-193960719fad","name":"Fetch Banks","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{url}}/v2/transfer/get-transfer-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Dec 2021 17:55:35 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"banks\": [\n        {\n            \"cbn_code\": \"755\",\n            \"bank_name\": \"AB MicroFinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A09\",\n            \"bank_name\": \"AG Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"A17\",\n            \"bank_name\": \"AMJU UNIQUE MFB\"\n        },\n        {\n            \"cbn_code\": \"A18\",\n            \"bank_name\": \"AMML MFB\"\n        },\n        {\n            \"cbn_code\": \"A20\",\n            \"bank_name\": \"APPLE MFB\"\n        },\n        {\n            \"cbn_code\": \"A04\",\n            \"bank_name\": \"Abbey Mortgage MFB\"\n        },\n        {\n            \"cbn_code\": \"796\",\n            \"bank_name\": \"Abia State University MFB\"\n        },\n        {\n            \"cbn_code\": \"A05\",\n            \"bank_name\": \"Above Only MFB\"\n        },\n        {\n            \"cbn_code\": \"C12\",\n            \"bank_name\": \"Accelerex Network\"\n        },\n        {\n            \"cbn_code\": \"044\",\n            \"bank_name\": \"Access Bank plc\"\n        },\n        {\n            \"cbn_code\": \"B76\",\n            \"bank_name\": \"Access Money\"\n        },\n        {\n            \"cbn_code\": \"B77\",\n            \"bank_name\": \"Access Yello and Beta\"\n        },\n        {\n            \"cbn_code\": \"A06\",\n            \"bank_name\": \"Accion Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A07\",\n            \"bank_name\": \"Addosser MFB\"\n        },\n        {\n            \"cbn_code\": \"A08\",\n            \"bank_name\": \"Adeyemi College Staff MFB\"\n        },\n        {\n            \"cbn_code\": \"A01\",\n            \"bank_name\": \"Advans La Fayette Microfinance Bank LTD\"\n        },\n        {\n            \"cbn_code\": \"A10\",\n            \"bank_name\": \"Agosasa MFB\"\n        },\n        {\n            \"cbn_code\": \"A11\",\n            \"bank_name\": \"Al-Barakah MFB\"\n        },\n        {\n            \"cbn_code\": \"A12\",\n            \"bank_name\": \"Alekun MFB\"\n        },\n        {\n            \"cbn_code\": \"A13\",\n            \"bank_name\": \"Alert MFB\"\n        },\n        {\n            \"cbn_code\": \"A14\",\n            \"bank_name\": \"Alhayat MFB\"\n        },\n        {\n            \"cbn_code\": \"A15\",\n            \"bank_name\": \"Allworkers MFB\"\n        },\n        {\n            \"cbn_code\": \"A16\",\n            \"bank_name\": \"Alpha Kapital MFB\"\n        },\n        {\n            \"cbn_code\": \"A19\",\n            \"bank_name\": \"Apeks MFB\"\n        },\n        {\n            \"cbn_code\": \"C13\",\n            \"bank_name\": \"Arca Payments company\"\n        },\n        {\n            \"cbn_code\": \"A21\",\n            \"bank_name\": \"Arise MFB\"\n        },\n        {\n            \"cbn_code\": \"A22\",\n            \"bank_name\": \"Asset Matrix MFB\"\n        },\n        {\n            \"cbn_code\": \"A23\",\n            \"bank_name\": \"Astrapolis MFB\"\n        },\n        {\n            \"cbn_code\": \"A24\",\n            \"bank_name\": \"Auchi MFB\"\n        },\n        {\n            \"cbn_code\": \"A29\",\n            \"bank_name\": \"BC Cash MFB\"\n        },\n        {\n            \"cbn_code\": \"C14\",\n            \"bank_name\": \"BIPC\"\n        },\n        {\n            \"cbn_code\": \"707\",\n            \"bank_name\": \"BabCock Card Scheme\"\n        },\n        {\n            \"cbn_code\": \"A25\",\n            \"bank_name\": \"Baines Credit MFB\"\n        },\n        {\n            \"cbn_code\": \"A26\",\n            \"bank_name\": \"Balogun Gambari MFB\"\n        },\n        {\n            \"cbn_code\": \"A27\",\n            \"bank_name\": \"Baobab MFB\"\n        },\n        {\n            \"cbn_code\": \"A28\",\n            \"bank_name\": \"Bayero MFB\"\n        },\n        {\n            \"cbn_code\": \"A30\",\n            \"bank_name\": \"Boctrust Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A31\",\n            \"bank_name\": \"Bosak MFB\"\n        },\n        {\n            \"cbn_code\": \"A32\",\n            \"bank_name\": \"Bowen Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A33\",\n            \"bank_name\": \"Brent Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"A34\",\n            \"bank_name\": \"Brethren MFB\"\n        },\n        {\n            \"cbn_code\": \"A35\",\n            \"bank_name\": \"Brightway MFB\"\n        },\n        {\n            \"cbn_code\": \"A37\",\n            \"bank_name\": \"CEMCS Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A39\",\n            \"bank_name\": \"CIT Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B79\",\n            \"bank_name\": \"CONTEC Global\"\n        },\n        {\n            \"cbn_code\": \"Z32\",\n            \"bank_name\": \"Calabar MFB\"\n        },\n        {\n            \"cbn_code\": \"A36\",\n            \"bank_name\": \"Cashconnect MFB\"\n        },\n        {\n            \"cbn_code\": \"C15\",\n            \"bank_name\": \"Cellulant\"\n        },\n        {\n            \"cbn_code\": \"B78\",\n            \"bank_name\": \"ChamsMobile\"\n        },\n        {\n            \"cbn_code\": \"A38\",\n            \"bank_name\": \"Chikum Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"Z33\",\n            \"bank_name\": \"Coalcamp MFB\"\n        },\n        {\n            \"cbn_code\": \"A40\",\n            \"bank_name\": \"Coastline Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A41\",\n            \"bank_name\": \"Conpro Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A42\",\n            \"bank_name\": \"Consumer Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A43\",\n            \"bank_name\": \"Corestep Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"C16\",\n            \"bank_name\": \"Coronation Bank\"\n        },\n        {\n            \"cbn_code\": \"A44\",\n            \"bank_name\": \"Credit Afrique Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A45\",\n            \"bank_name\": \"Davodani MFB\"\n        },\n        {\n            \"cbn_code\": \"A46\",\n            \"bank_name\": \"Daylight MFB\"\n        },\n        {\n            \"cbn_code\": \"063\",\n            \"bank_name\": \"Diamond Bank\"\n        },\n        {\n            \"cbn_code\": \"050\",\n            \"bank_name\": \"ECOBANK\"\n        },\n        {\n            \"cbn_code\": \"A51\",\n            \"bank_name\": \"EK-Reliable Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A56\",\n            \"bank_name\": \"ESO-E Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A47\",\n            \"bank_name\": \"Eagle Flight MFB\"\n        },\n        {\n            \"cbn_code\": \"B80\",\n            \"bank_name\": \"Eartholeum\"\n        },\n        {\n            \"cbn_code\": \"B81\",\n            \"bank_name\": \"Ecobank Xpress Account\"\n        },\n        {\n            \"cbn_code\": \"A49\",\n            \"bank_name\": \"Edfin MFB\"\n        },\n        {\n            \"cbn_code\": \"A50\",\n            \"bank_name\": \"Ekondo Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A52\",\n            \"bank_name\": \"Emeralds MFB\"\n        },\n        {\n            \"cbn_code\": \"A53\",\n            \"bank_name\": \"Empire Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A54\",\n            \"bank_name\": \"Empire Trust MFB\"\n        },\n        {\n            \"cbn_code\": \"A55\",\n            \"bank_name\": \"Esan MFB\"\n        },\n        {\n            \"cbn_code\": \"A57\",\n            \"bank_name\": \"Evangel MFB\"\n        },\n        {\n            \"cbn_code\": \"A58\",\n            \"bank_name\": \"Evergreen MFB\"\n        },\n        {\n            \"cbn_code\": \"A59\",\n            \"bank_name\": \"Eyowo MFB\"\n        },\n        {\n            \"cbn_code\": \"B83\",\n            \"bank_name\": \"FBNMobile\"\n        },\n        {\n            \"cbn_code\": \"C17\",\n            \"bank_name\": \"FBNQuest Bank\"\n        },\n        {\n            \"cbn_code\": \"B84\",\n            \"bank_name\": \"FCMB Easy Account\"\n        },\n        {\n            \"cbn_code\": \"B85\",\n            \"bank_name\": \"FET\"\n        },\n        {\n            \"cbn_code\": \"A62\",\n            \"bank_name\": \"FFS MFB\"\n        },\n        {\n            \"cbn_code\": \"Z68\",\n            \"bank_name\": \"FHA Mortgage Bank Ltd\"\n        },\n        {\n            \"cbn_code\": [],\n            \"bank_name\": \"FINBANK PLC.\"\n        },\n        {\n            \"cbn_code\": \"011\",\n            \"bank_name\": \"FIRSTBANK\"\n        },\n        {\n            \"cbn_code\": \"C20\",\n            \"bank_name\": \"FSDH\"\n        },\n        {\n            \"cbn_code\": \"A60\",\n            \"bank_name\": \"Fast MFB\"\n        },\n        {\n            \"cbn_code\": \"A61\",\n            \"bank_name\": \"Federal University Dutse MFB\"\n        },\n        {\n            \"cbn_code\": \"070\",\n            \"bank_name\": \"Fidelity Bank\"\n        },\n        {\n            \"cbn_code\": \"B86\",\n            \"bank_name\": \"Fidelity Mobile\"\n        },\n        {\n            \"cbn_code\": \"A63\",\n            \"bank_name\": \"Fidfund MFB\"\n        },\n        {\n            \"cbn_code\": \"A64\",\n            \"bank_name\": \"Finatrust MFB\"\n        },\n        {\n            \"cbn_code\": \"A65\",\n            \"bank_name\": \"Firmus MFB\"\n        },\n        {\n            \"cbn_code\": \"C18\",\n            \"bank_name\": \"First Apple Limited\"\n        },\n        {\n            \"cbn_code\": \"214\",\n            \"bank_name\": \"First City Monument Bank Plc\"\n        },\n        {\n            \"cbn_code\": \"A66\",\n            \"bank_name\": \"First Generation Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"A67\",\n            \"bank_name\": \"First Multiple MFB\"\n        },\n        {\n            \"cbn_code\": \"A68\",\n            \"bank_name\": \"First Option MFB\"\n        },\n        {\n            \"cbn_code\": \"A69\",\n            \"bank_name\": \"First Royal Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A70\",\n            \"bank_name\": \"First Trust Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"B87\",\n            \"bank_name\": \"Firstmonie Wallet\"\n        },\n        {\n            \"cbn_code\": \"C19\",\n            \"bank_name\": \"Flutterwave\"\n        },\n        {\n            \"cbn_code\": \"B88\",\n            \"bank_name\": \"Fortis Mobie\"\n        },\n        {\n            \"cbn_code\": \"A71\",\n            \"bank_name\": \"Fullrange MFB\"\n        },\n        {\n            \"cbn_code\": \"A79\",\n            \"bank_name\": \"GTI Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B90\",\n            \"bank_name\": \"GTMobile\"\n        },\n        {\n            \"cbn_code\": \"Z73\",\n            \"bank_name\": \"Gamawa MFB\"\n        },\n        {\n            \"cbn_code\": \"A72\",\n            \"bank_name\": \"Gashua MFB\"\n        },\n        {\n            \"cbn_code\": \"A73\",\n            \"bank_name\": \"Gateway Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"Z79\",\n            \"bank_name\": \"Girei MFB\"\n        },\n        {\n            \"cbn_code\": \"A74\",\n            \"bank_name\": \"Glory MFB\"\n        },\n        {\n            \"cbn_code\": \"B89\",\n            \"bank_name\": \"Gomoney\"\n        },\n        {\n            \"cbn_code\": \"A75\",\n            \"bank_name\": \"Gowans MFB\"\n        },\n        {\n            \"cbn_code\": \"A76\",\n            \"bank_name\": \"Greenbank MFB\"\n        },\n        {\n            \"cbn_code\": \"A77\",\n            \"bank_name\": \"Greenville MFB\"\n        },\n        {\n            \"cbn_code\": \"A78\",\n            \"bank_name\": \"Grooming MFB\"\n        },\n        {\n            \"cbn_code\": \"058\",\n            \"bank_name\": \"Guaranty Trust Bank PLC\"\n        },\n        {\n            \"cbn_code\": \"A80\",\n            \"bank_name\": \"Hackman Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A81\",\n            \"bank_name\": \"Haggai Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"A82\",\n            \"bank_name\": \"Hala MFB\"\n        },\n        {\n            \"cbn_code\": \"A83\",\n            \"bank_name\": \"Hasal MFB\"\n        },\n        {\n            \"cbn_code\": \"A84\",\n            \"bank_name\": \"Headway Microfinance Bnak\"\n        },\n        {\n            \"cbn_code\": \"B91\",\n            \"bank_name\": \"Hedonmark\"\n        },\n        {\n            \"cbn_code\": \"030\",\n            \"bank_name\": \"Heritage Bank\"\n        },\n        {\n            \"cbn_code\": \"737\",\n            \"bank_name\": \"IMO POLY MFB\"\n        },\n        {\n            \"cbn_code\": \"A92\",\n            \"bank_name\": \"IRL Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"C23\",\n            \"bank_name\": \"ITEX\"\n        },\n        {\n            \"cbn_code\": \"A85\",\n            \"bank_name\": \"Ibile Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A86\",\n            \"bank_name\": \"Ikenne Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A87\",\n            \"bank_name\": \"Ikire MFB\"\n        },\n        {\n            \"cbn_code\": \"A88\",\n            \"bank_name\": \"Ilisan MFB\"\n        },\n        {\n            \"cbn_code\": \"A89\",\n            \"bank_name\": \"Imperial Homes Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"A90\",\n            \"bank_name\": \"Infinity Microfnance Bank\"\n        },\n        {\n            \"cbn_code\": \"A91\",\n            \"bank_name\": \"Infinity Trust Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"C21\",\n            \"bank_name\": \"Innovectives Kash\"\n        },\n        {\n            \"cbn_code\": \"C22\",\n            \"bank_name\": \"Interswitch\"\n        },\n        {\n            \"cbn_code\": \"A93\",\n            \"bank_name\": \"Isaleoyo Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"301\",\n            \"bank_name\": \"Jaiz Bank\"\n        },\n        {\n            \"cbn_code\": \"A94\",\n            \"bank_name\": \"Jubilee Life\"\n        },\n        {\n            \"cbn_code\": \"C24\",\n            \"bank_name\": \"KADICK Integration\"\n        },\n        {\n            \"cbn_code\": \"A96\",\n            \"bank_name\": \"KCMB Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"A95\",\n            \"bank_name\": \"Kadpoly Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"082\",\n            \"bank_name\": \"Keystone Bank\"\n        },\n        {\n            \"cbn_code\": \"717\",\n            \"bank_name\": \"Keystone Social Banking\"\n        },\n        {\n            \"cbn_code\": \"B92\",\n            \"bank_name\": \"KongaPay\"\n        },\n        {\n            \"cbn_code\": \"A97\",\n            \"bank_name\": \"Kontagora MFB\"\n        },\n        {\n            \"cbn_code\": \"A98\",\n            \"bank_name\": \"Kuda Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B01\",\n            \"bank_name\": \"LAPO MFB\"\n        },\n        {\n            \"cbn_code\": \"A99\",\n            \"bank_name\": \"Lafayette Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"C25\",\n            \"bank_name\": \"Lagos Building Investment Company\"\n        },\n        {\n            \"cbn_code\": \"B02\",\n            \"bank_name\": \"Lavender Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B03\",\n            \"bank_name\": \"Legend MFB\"\n        },\n        {\n            \"cbn_code\": \"B04\",\n            \"bank_name\": \"Lovonus MFB\"\n        },\n        {\n            \"cbn_code\": \"B13\",\n            \"bank_name\": \"MINT-FINEX MFB\"\n        },\n        {\n            \"cbn_code\": \"B05\",\n            \"bank_name\": \"Mainland MFB\"\n        },\n        {\n            \"cbn_code\": \"B06\",\n            \"bank_name\": \"Mainstreet MFB\"\n        },\n        {\n            \"cbn_code\": \"B07\",\n            \"bank_name\": \"Malachy MFB\"\n        },\n        {\n            \"cbn_code\": \"B08\",\n            \"bank_name\": \"Manny MFB\"\n        },\n        {\n            \"cbn_code\": \"B10\",\n            \"bank_name\": \"MayFresh Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"B09\",\n            \"bank_name\": \"Mayfair MFB\"\n        },\n        {\n            \"cbn_code\": \"B11\",\n            \"bank_name\": \"Megapraise MFB\"\n        },\n        {\n            \"cbn_code\": \"A02\",\n            \"bank_name\": \"Meridian Microfinance Bank Ltd\"\n        },\n        {\n            \"cbn_code\": \"Z13\",\n            \"bank_name\": \"Michika MFB\"\n        },\n        {\n            \"cbn_code\": \"B12\",\n            \"bank_name\": \"Microvis MFB\"\n        },\n        {\n            \"cbn_code\": \"766\",\n            \"bank_name\": \"Midland mfb\"\n        },\n        {\n            \"cbn_code\": \"B94\",\n            \"bank_name\": \"Mkudi\"\n        },\n        {\n            \"cbn_code\": \"B14\",\n            \"bank_name\": \"Molusi MFB\"\n        },\n        {\n            \"cbn_code\": \"B95\",\n            \"bank_name\": \"MoneyBox\"\n        },\n        {\n            \"cbn_code\": \"B15\",\n            \"bank_name\": \"MoneyTrust MFB\"\n        },\n        {\n            \"cbn_code\": \"B16\",\n            \"bank_name\": \"Mozfin MFB\"\n        },\n        {\n            \"cbn_code\": \"B17\",\n            \"bank_name\": \"Mutual Benefits MFB\"\n        },\n        {\n            \"cbn_code\": \"B18\",\n            \"bank_name\": \"Mutual Trust MFB\"\n        },\n        {\n            \"cbn_code\": \"602\",\n            \"bank_name\": \"NIBSS Routed MMO\"\n        },\n        {\n            \"cbn_code\": \"C26\",\n            \"bank_name\": \"NIP Virtual Bank\"\n        },\n        {\n            \"cbn_code\": \"B26\",\n            \"bank_name\": \"NIRSAL National MFB\"\n        },\n        {\n            \"cbn_code\": \"B28\",\n            \"bank_name\": \"NPF MFB\"\n        },\n        {\n            \"cbn_code\": \"B19\",\n            \"bank_name\": \"Nargata MFB\"\n        },\n        {\n            \"cbn_code\": \"B20\",\n            \"bank_name\": \"Ndiora MFB\"\n        },\n        {\n            \"cbn_code\": \"B21\",\n            \"bank_name\": \"Neptune MFB\"\n        },\n        {\n            \"cbn_code\": \"B22\",\n            \"bank_name\": \"New Dawn MFB\"\n        },\n        {\n            \"cbn_code\": \"B23\",\n            \"bank_name\": \"New Golden Pastures MFB\"\n        },\n        {\n            \"cbn_code\": \"B24\",\n            \"bank_name\": \"New Prudential Bank\"\n        },\n        {\n            \"cbn_code\": \"Z14\",\n            \"bank_name\": \"Nigeria Police Mort.Bank Plc\"\n        },\n        {\n            \"cbn_code\": \"B25\",\n            \"bank_name\": \"Nigerian Navy MFB\"\n        },\n        {\n            \"cbn_code\": \"B27\",\n            \"bank_name\": \"Nnew Women MFB\"\n        },\n        {\n            \"cbn_code\": \"C27\",\n            \"bank_name\": \"Nova Merchant Bank\"\n        },\n        {\n            \"cbn_code\": \"B29\",\n            \"bank_name\": \"Nurture MFB\"\n        },\n        {\n            \"cbn_code\": \"B97\",\n            \"bank_name\": \"OPAY\"\n        },\n        {\n            \"cbn_code\": \"B30\",\n            \"bank_name\": \"Oche MFB\"\n        },\n        {\n            \"cbn_code\": \"Z65\",\n            \"bank_name\": \"Ogige MFB\"\n        },\n        {\n            \"cbn_code\": \"B31\",\n            \"bank_name\": \"Ohafia MFB\"\n        },\n        {\n            \"cbn_code\": \"B32\",\n            \"bank_name\": \"Okpoga MFB\"\n        },\n        {\n            \"cbn_code\": \"Z54\",\n            \"bank_name\": \"Okpoga MFB\"\n        },\n        {\n            \"cbn_code\": \"Z20\",\n            \"bank_name\": \"Olofin MFB\"\n        },\n        {\n            \"cbn_code\": \"B33\",\n            \"bank_name\": \"Omiye MFB\"\n        },\n        {\n            \"cbn_code\": \"B34\",\n            \"bank_name\": \"Omoluabi Savings and Loans\"\n        },\n        {\n            \"cbn_code\": \"B96\",\n            \"bank_name\": \"One Finance\"\n        },\n        {\n            \"cbn_code\": \"101\",\n            \"bank_name\": \"PROVIDUS Bank\"\n        },\n        {\n            \"cbn_code\": \"B98\",\n            \"bank_name\": \"Paga\"\n        },\n        {\n            \"cbn_code\": \"B35\",\n            \"bank_name\": \"Page Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B99\",\n            \"bank_name\": \"Palmpay\"\n        },\n        {\n            \"cbn_code\": \"C01\",\n            \"bank_name\": \"Parkway Ready Cahs\"\n        },\n        {\n            \"cbn_code\": \"B36\",\n            \"bank_name\": \"Patrick Gold\"\n        },\n        {\n            \"cbn_code\": \"C02\",\n            \"bank_name\": \"PayAttitude Online\"\n        },\n        {\n            \"cbn_code\": \"C03\",\n            \"bank_name\": \"Paycom\"\n        },\n        {\n            \"cbn_code\": \"C28\",\n            \"bank_name\": \"Paystack\"\n        },\n        {\n            \"cbn_code\": \"B37\",\n            \"bank_name\": \"PecanTrust MFB\"\n        },\n        {\n            \"cbn_code\": \"B38\",\n            \"bank_name\": \"Pennywise MFB\"\n        },\n        {\n            \"cbn_code\": \"B39\",\n            \"bank_name\": \"Personal Trust MFB\"\n        },\n        {\n            \"cbn_code\": \"B40\",\n            \"bank_name\": \"Petra Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B41\",\n            \"bank_name\": \"Pillar MFB\"\n        },\n        {\n            \"cbn_code\": \"B42\",\n            \"bank_name\": \"Platinum Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"700\",\n            \"bank_name\": \"PocketMoni\"\n        },\n        {\n            \"cbn_code\": \"710\",\n            \"bank_name\": \"PocketMoni - Access\"\n        },\n        {\n            \"cbn_code\": \"701\",\n            \"bank_name\": \"PocketMoni - Access\"\n        },\n        {\n            \"cbn_code\": \"706\",\n            \"bank_name\": \"PocketMoni - Skye\"\n        },\n        {\n            \"cbn_code\": \"B43\",\n            \"bank_name\": \"Prestige Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B44\",\n            \"bank_name\": \"Purplemoney MFB\"\n        },\n        {\n            \"cbn_code\": \"C29\",\n            \"bank_name\": \"QR Payments\"\n        },\n        {\n            \"cbn_code\": \"B45\",\n            \"bank_name\": \"Quickfund MFB\"\n        },\n        {\n            \"cbn_code\": \"B46\",\n            \"bank_name\": \"Rahama Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"C30\",\n            \"bank_name\": \"Rand Merchant Bank\"\n        },\n        {\n            \"cbn_code\": \"C04\",\n            \"bank_name\": \"ReadCash (Parkway)\"\n        },\n        {\n            \"cbn_code\": \"B47\",\n            \"bank_name\": \"Refuge Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"B48\",\n            \"bank_name\": \"Regent Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B49\",\n            \"bank_name\": \"Reliance MFB\"\n        },\n        {\n            \"cbn_code\": \"B50\",\n            \"bank_name\": \"Renmoney MFB\"\n        },\n        {\n            \"cbn_code\": \"B51\",\n            \"bank_name\": \"Rephidim MFB\"\n        },\n        {\n            \"cbn_code\": \"B52\",\n            \"bank_name\": \"Richway MFB\"\n        },\n        {\n            \"cbn_code\": \"B53\",\n            \"bank_name\": \"Royal Exchange MFB\"\n        },\n        {\n            \"cbn_code\": \"039\",\n            \"bank_name\": \"STANBIC IBTC Bank\"\n        },\n        {\n            \"cbn_code\": \"068\",\n            \"bank_name\": \"STandard Chartered Bank\"\n        },\n        {\n            \"cbn_code\": \"B54\",\n            \"bank_name\": \"Safe Haven MFB\"\n        },\n        {\n            \"cbn_code\": \"B55\",\n            \"bank_name\": \"SafeTrust Mortgage Bank\"\n        },\n        {\n            \"cbn_code\": \"B56\",\n            \"bank_name\": \"Sagamu MFB\"\n        },\n        {\n            \"cbn_code\": \"B57\",\n            \"bank_name\": \"Seed Capital MFB\"\n        },\n        {\n            \"cbn_code\": \"B58\",\n            \"bank_name\": \"Seedvest MFB\"\n        },\n        {\n            \"cbn_code\": \"076\",\n            \"bank_name\": \"Skye Bank Plc\"\n        },\n        {\n            \"cbn_code\": \"B59\",\n            \"bank_name\": \"Sparkle MFB\"\n        },\n        {\n            \"cbn_code\": \"C05\",\n            \"bank_name\": \"Stanbic IBTC @ease wallet\"\n        },\n        {\n            \"cbn_code\": \"Z24\",\n            \"bank_name\": \"Standard MFB\"\n        },\n        {\n            \"cbn_code\": \"B60\",\n            \"bank_name\": \"Stanford MFB\"\n        },\n        {\n            \"cbn_code\": \"B61\",\n            \"bank_name\": \"Stellas MFB\"\n        },\n        {\n            \"cbn_code\": \"232\",\n            \"bank_name\": \"Sterling Bank\"\n        },\n        {\n            \"cbn_code\": \"B62\",\n            \"bank_name\": \"Sulsap MFB\"\n        },\n        {\n            \"cbn_code\": \"100\",\n            \"bank_name\": \"SunTrust Bank Nigeria Limited\"\n        },\n        {\n            \"cbn_code\": \"302\",\n            \"bank_name\": \"TAJ Bank\"\n        },\n        {\n            \"cbn_code\": \"C06\",\n            \"bank_name\": \"TagPay\"\n        },\n        {\n            \"cbn_code\": \"C31\",\n            \"bank_name\": \"TeamApt Limited\"\n        },\n        {\n            \"cbn_code\": \"C07\",\n            \"bank_name\": \"TeasyMobile\"\n        },\n        {\n            \"cbn_code\": \"B63\",\n            \"bank_name\": \"Think Finance MFB\"\n        },\n        {\n            \"cbn_code\": \"B64\",\n            \"bank_name\": \"Trident MFB\"\n        },\n        {\n            \"cbn_code\": \"B65\",\n            \"bank_name\": \"Trust Banc MFB\"\n        },\n        {\n            \"cbn_code\": \"789\",\n            \"bank_name\": \"U and C MFI\"\n        },\n        {\n            \"cbn_code\": \"719\",\n            \"bank_name\": \"UBA Social Banking\"\n        },\n        {\n            \"cbn_code\": \"B66\",\n            \"bank_name\": \"UNAAB MFB\"\n        },\n        {\n            \"cbn_code\": \"B68\",\n            \"bank_name\": \"UNN MFB\"\n        },\n        {\n            \"cbn_code\": \"Z51\",\n            \"bank_name\": \"Umuawulu MFB\"\n        },\n        {\n            \"cbn_code\": \"B67\",\n            \"bank_name\": \"Uniben Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"764\",\n            \"bank_name\": \"Unical  mfb\"\n        },\n        {\n            \"cbn_code\": \"032\",\n            \"bank_name\": \"Union Bank of Nigeria\"\n        },\n        {\n            \"cbn_code\": \"033\",\n            \"bank_name\": \"United Bank for Africa\"\n        },\n        {\n            \"cbn_code\": \"215\",\n            \"bank_name\": \"Unity Bank PLC\"\n        },\n        {\n            \"cbn_code\": \"718\",\n            \"bank_name\": \"Unity eWallet\"\n        },\n        {\n            \"cbn_code\": \"B69\",\n            \"bank_name\": \"VFD MFB\"\n        },\n        {\n            \"cbn_code\": \"C08\",\n            \"bank_name\": \"VTNetworks\"\n        },\n        {\n            \"cbn_code\": \"C32\",\n            \"bank_name\": \"Venture Garden Nigeria\"\n        },\n        {\n            \"cbn_code\": \"A03\",\n            \"bank_name\": \"Verite Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B70\",\n            \"bank_name\": \"Virture Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B71\",\n            \"bank_name\": \"Visa Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"035\",\n            \"bank_name\": \"WEMA\"\n        },\n        {\n            \"cbn_code\": \"C09\",\n            \"bank_name\": \"Wema/ALAT\"\n        },\n        {\n            \"cbn_code\": \"B72\",\n            \"bank_name\": \"Wetland Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"Z43\",\n            \"bank_name\": \"Wudil MFB\"\n        },\n        {\n            \"cbn_code\": \"C33\",\n            \"bank_name\": \"XPRESS Payments\"\n        },\n        {\n            \"cbn_code\": \"B73\",\n            \"bank_name\": \"Xsince Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B74\",\n            \"bank_name\": \"Yes Microfinance Bank\"\n        },\n        {\n            \"cbn_code\": \"B75\",\n            \"bank_name\": \"Yobe MFB\"\n        },\n        {\n            \"cbn_code\": \"057\",\n            \"bank_name\": \"Zenith Bank Plc.\"\n        },\n        {\n            \"cbn_code\": \"C10\",\n            \"bank_name\": \"ZenithMobile\"\n        },\n        {\n            \"cbn_code\": \"C11\",\n            \"bank_name\": \"Zinternet KongaPay\"\n        },\n        {\n            \"cbn_code\": \"A48\",\n            \"bank_name\": \"e-BARCS MFB\"\n        },\n        {\n            \"cbn_code\": \"B82\",\n            \"bank_name\": \"eTranzact\"\n        },\n        {\n            \"cbn_code\": \"000\",\n            \"bank_name\": \"eTranzact Switch\"\n        },\n        {\n            \"cbn_code\": \"714\",\n            \"bank_name\": \"eTz MFB Global Teller Scheme\"\n        },\n        {\n            \"cbn_code\": \"B93\",\n            \"bank_name\": \"miMoney\"\n        }\n    ],\n    \"wallet\": {\n        \"account_number\": \"1037836086\",\n        \"status\": \"ACTIVE\",\n        \"balance\": 966.66\n    }\n}"}],"_postman_id":"23fbf2c6-3391-4fa5-a502-6be64ada4ce0"},{"name":"Transfer","event":[{"listen":"test","script":{"id":"401a6bd4-a198-4931-90ca-9af43a9f8fee","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2f611ad0-f8a4-42fd-b6f3-b19d76d5cd80","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"96742152-de5c-4ea1-a534-fbdae7b3ec16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"UIYI76979878789UJHK4974\",\n    \"bank_code\":\"103\",\n    \"account_number\":\"9090114576\",\n    \"account_name\":\"Adedoyin Timothy Yinka\",\n    \"amount\":100,\n    \"narration\":\"Sage Test Transfer\"    \n}"},"url":"{{url}}/v2/transfer/fund-transfer","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transfer","fund-transfer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"17ccb17a-409f-4b20-93b1-394080af9d53","name":"Transfer","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"6A3EKXI5M6U7DAVL_tf1\",\n    \"bank_code\":\"044\",\n    \"account_number\":\"0058381844\",\n    \"account_name\":\"Samson Okemakinde\",\n    \"amount\":\"100\",\n    \"narration\":\"Test Transfer\"\n}"},"url":"{{url}}/v2/transfer/fund-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Oct 2021 22:29:41 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"72"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Fund transfer successful\"\n}"},{"id":"9dff1bc4-6244-44fe-89ed-cf3d5b43a450","name":"Transfer","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"bank_code\":\"058\",\n    \"account_number\":\"0264795532\",\n    \"account_name\":\"Okemakinde Samson\",\n    \"amount\":1000,\n    \"narration\":\"Sage Test Transfer\"    \n}"},"url":"{{url}}/v2/transfer/fund-transfer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:23:50 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"96742152-de5c-4ea1-a534-fbdae7b3ec16"},{"name":"Name Validation","id":"5858add1-8a32-4783-a541-df59efc5df4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_code\":\"000027\",\n    \"account_number\":\"1000271296\"\n}"},"url":"{{url}}/v2/transfer/verify-bank-account","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transfer","verify-bank-account"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5858add1-8a32-4783-a541-df59efc5df4f"}],"id":"18f614d6-c0b1-4efb-895f-736c4e56b9d1","_postman_id":"18f614d6-c0b1-4efb-895f-736c4e56b9d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"KYC","item":[{"name":"Verify BVN","id":"3f907af1-05a9-423b-9652-41e1332969a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"11111111111\",\n    \"phone\":\"07061933000\"\n}"},"url":"{{url}}/v2/kyc/verify-bvn","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","kyc","verify-bvn"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41b082c3-900c-4b42-afbc-14db60afb60d","name":"Verify BVN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"22326672161\",\n    \"phone\":\"08137442067\"\n}"},"url":"{{url}}/v2/kyc/verify-bvn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Feb 2022 16:20:39 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"960"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":""},{"id":"16a7a5cd-7509-4997-9468-73daf9b6e6ac","name":"Verify BVN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI1IiwianRpIjoiZjVjZDM5NmQ3MTZkMDA3N2Y0Y2U2ZmZmOTliZDI5ZTA2YjMxNWM3ZDZiZTdmYTViMmFmMWY5NzdkMDBjNjcwMWQ0YmZmMDhmZGY0OTY4MjIiLCJpYXQiOjE3MTI1MDg4NDAuODExMTQxLCJuYmYiOjE3MTI1MDg4NDAuODExMTQ0LCJleHAiOjE3MTI1OTUyNDAuNzk1OTA3LCJzdWIiOiIxMDQiLCJzY29wZXMiOlsiKiJdfQ.by20jnnEDYhFIYCz2ES72JSI0Ngrew5wrRUypLckGGCv1Zat_R9RKCfZPrRRSlMSUAm84deP5O2v3pV_ngsTpfn-HT4lh2j7_LTAXIdGQ3Hpxu_t21zk8_VJcQrB8bvHBABIF2ci-DHq1tYZPzyWszyNuc3ySojfPD869-3XpB-oms6FC-Zy5UvI2b1IwCYGXFRio8liu1Acsib8Z49TLES438La3sZICLcubS9OXFqgcEhXgsXPHFPIZWh7gp9i2GSLTuvraziR4dZw5xliBC6ADUv9R4Nz0bfTQ7JauYkFsg-Rakvz_5-4cgaz66ij-qwYNsCY8iX2wXMPp4xZgRe3nK88xvV-ZsWmdTZFvqA5ZsRoGCn5-BYMtMMlCCPw_nI40BSuIvp5SEb93p0BXnM9RtqgLLxYSDnF_jM-FWvSGrvQDDjgGKIkhcqzR3nfqhfZNR6lewxzDIo-5w0NB-Nwi6JE0isf3IToDmG0YfGcH-R6nZMu5gWXYjV8p0HtW59bikx2moCUtLzpv-ZfLTaMWXL73Za_5yf7po_nWNdGj9_Wb8smpVfIIhyGPq1NcAGJNu_hu5Ja1t-0J9XTZe14IYl7spY_X0i59JLGfezeUPkF5ekM8t52LhBHQIB9sp5vPnIgD6m32Sr4vxseg4JzR1hBZB4-ZI4yqPgMju8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"22330013046\",\n    \"phone\":\"08168362886\"\n}"},"url":"https://sagecloud.ng/api/v2/kyc/verify-bvn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 07 Apr 2024 16:56:25 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=316360004"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"BVN_VERIFICATION_WITHOUT_FACIAL_MATCHING for 22330013046 completed successfully.\",\n    \"data\": {\n        \"request_reference\": null,\n        \"bvn_number\": \"22330013046\",\n        \"name_on_card\": null,\n        \"enrolment_branch\": null,\n        \"enrolment_bank\": null,\n        \"formatted_registration_date\": null,\n        \"level_of_account\": null,\n        \"nin\": null,\n        \"watchlisted\": null,\n        \"verification_status\": \"VERIFIED\",\n        \"service_type\": \"BVN_VERIFICATION_WITHOUT_FACIAL_MATCHING\",\n        \"personal_info\": {\n            \"first_name\": \"ELIZABETH\",\n            \"middle_name\": \"BUKOLA\",\n            \"last_name\": \"OKEMAKINDE\",\n            \"full_name\": \"ELIZABETH BUKOLA OKEMAKINDE\",\n            \"email\": \"\",\n            \"gender\": null,\n            \"phone_number\": \"08168362886\",\n            \"phone_number_2\": null,\n            \"date_of_birth\": \"1992-03-22\",\n            \"formatted_date_of_birth\": \"Mar 22, 1992\",\n            \"lga_of_origin\": null,\n            \"state_of_origin\": null,\n            \"nationality\": null,\n            \"marital_status\": null,\n            \"image\": null\n        },\n        \"residential_info\": {\n            \"state_of_residence\": null,\n            \"lga_of_residence\": null,\n            \"residential_address\": null\n        }\n    }\n}"},{"id":"fa789bbb-0c11-4782-8826-3248e3969256","name":"Verify BVN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"22273050496\",\n    \"phone\":\"07061933140\"\n}"},"url":"{{url}}/v2/kyc/verify-bvn"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:23:12 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"},{"id":"27e2a8c9-a7ed-411c-84e3-0de09c588061","name":"Failed - Verify BVN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"22273050496\",\n    \"phone\":\"07061933140\"\n}"},"url":"{{url}}/v2/kyc/verify-bvn"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:23:12 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"3f907af1-05a9-423b-9652-41e1332969a0"},{"name":"Verify NIN","id":"0140295a-d2e1-4edd-a25b-f9bfa9b9c331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nin\":\"11111111111\",\n    \"phone\":\"08168362886\"\n}"},"url":"{{url}}/v2/kyc/verify-nin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","kyc","verify-nin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4e4bb798-633c-4cec-8e36-2269b3f1f882","name":"Verify NIN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nin\":\"89857433361\",\n    \"phone\":\"08137442067\"\n}"},"url":"{{url}}/v2/kyc/verify-nin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Mar 2022 14:05:09 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"926"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"NIN Verification Completed Successfully\",\n    \"data\": {\n        \"request_reference\": \"a7879Ni834710234\",\n        \"nin_number\": \"12345678912\",\n        \"document_no\": \"\",\n        \"verification_status\": \"VERIFIED\",\n        \"service_type\": \"NIN Verification\",\n        \"personal_info\": {\n            \"first_name\": \"JAMES\",\n            \"middle_name\": \"EUGENE\",\n            \"last_name\": \"BOND\",\n            \"full_name\": \"JAMES BOND\",\n            \"maiden_name\": \"\",\n            \"gender\": \"m\",\n            \"phone_number\": \"08011223344\",\n            \"date_of_birth\": \"31-03-1852\",\n            \"formatted_date_of_birth\": \"Invalid date\",\n            \"height\": \"\",\n            \"image_url\": \"https://hereismyimage.com/yourimage\"\n        },\n        \"next_of_kin\": {\n            \"firstname\": \"****\",\n            \"surname\": \"****\",\n            \"address\": \"****\",\n            \"lga\": \"****\",\n            \"town\": \"****\",\n            \"state\": \"****\"\n        },\n        \"residential_info\": {\n            \"address\": \"NO 1 GENEVA STREE, OSHODI, LAGOS\",\n            \"lga_of_residence\": \"Lagos East\",\n            \"state_of_residence\": \"Kano\"\n        },\n        \"indigene_info\": {\n            \"place_of_origin\": \"****\",\n            \"state_of_origin\": \"Lagos\",\n            \"country_of_birth\": \"nigeria\"\n        },\n        \"education_profession\": {}\n    }\n}"}],"_postman_id":"0140295a-d2e1-4edd-a25b-f9bfa9b9c331"},{"name":"Phone Number Lookup","id":"87871f3d-f4fd-4f2a-a071-003d0a562f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone\" : \"0901017819\",\n    \"refrence\": \"{{uniqueValue}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/kyc/lookup/phone-number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","kyc","lookup","phone-number"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"16857dd7-d3da-48e3-95c1-fbfb9198cdd7","name":"Phone Number Lookup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone\" : \"0901017819\",\n    \"refrence\": \"{{uniqueValue}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/kyc/lookup/phone-number"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"Phone number verification for 09010768387 successful.\",\n    \"data\": {\n        \"firstName\": \"Sagecloud\",\n        \"lastName\": \"Team\",\n        \"middleName\": \"Dev\",\n        \"fullName\": \"Sagecloud Dev Team\",\n        \"phoneNumber\": \"09010111111\",\n        \"gender\": \"male\",\n        \"dateOfBirth\": null,\n        \"residentialAddress\": {\n            \"fullAddress\": null,\n            \"town\": null,\n            \"state\": null,\n            \"lga\": null,\n            \"country\": \"NIGERIA\"\n        },\n        \"birthAddress\": {\n            \"fullAddress\": null,\n            \"town\": null,\n            \"state\": null,\n            \"lga\": null,\n            \"country\": \"NIGERIA\"\n        },\n        \"identity\": {\n            \"nin\": null,\n            \"idNumber\": null,\n            \"type\": null\n        },\n        \"image\": \"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\",\n        \"isConsent\": true,\n        \"request_reference\": \"DO01JJCHEGMH0EG1BAVM8RF9CDWA\"\n    }\n}"}],"_postman_id":"87871f3d-f4fd-4f2a-a071-003d0a562f7f"},{"name":"Verify BVN With Image","id":"9a054090-3c27-442b-a901-8bd5fa512980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    //\"phone\": \"\",\n    \"reference\" : \"1212546823476623423\",\n    \"bvn\" : \"22327664763\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/kyc/bvn/with-image","urlObject":{"path":["v2","kyc","bvn","with-image"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0322d715-6a74-48e9-aa8a-af573bbfd25d","name":"Verify BVN With Image","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\" : \"1212334343\",\n    \"bvn\" : \"11212121212\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/kyc/bvn/with-image"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"BVN verification with image for 22471506847 successful.\",\n    \"data\": {\n        \"bvn_number\": \"1234567890\",\n        \"name_on_card\": null,\n        \"enrolment_branch\": \"iyana ipaja\",\n        \"enrolment_bank\": \"iyana ipaja\",\n        \"formatted_registration_date\": \"April 16, 2018\",\n        \"level_of_account\": \"Level 1 - Low Level Accounts\",\n        \"nin\": null,\n        \"watchlisted\": \"NO\",\n        \"verification_status\": \"VERIFIED\",\n        \"personal_info\": {\n            \"first_name\": \"SAGECLOUD\",\n            \"middle_name\": \"DEV\",\n            \"last_name\": \"ERCAS\",\n            \"full_name\": \"SAGECLOUD DEV ERCAS\",\n            \"email\": \"sagecloud-dev@gmail.com\",\n            \"gender\": \"male\",\n            \"phone_number\": \"0123456789\",\n            \"phone_number_2\": null,\n            \"date_of_birth\": \"1799-02-05\",\n            \"formatted_date_of_birth\": \"Feb 5, 1799\",\n            \"lga_of_origin\": \"Ifelodun\",\n            \"state_of_origin\": \"Osun State\",\n            \"nationality\": null,\n            \"marital_status\": \"Single\",\n            \"image\": \"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\"\n        },\n        \"residential_info\": {\n            \"state_of_residence\": \"OYO State\",\n            \"lga_of_residence\": null,\n            \"residential_address\": \"IBADAN\"\n        },\n        \"request_reference\": \"BL01JM0HFBBBE01J9DXZ8BC608DY\"\n    }\n}"}],"_postman_id":"9a054090-3c27-442b-a901-8bd5fa512980"}],"id":"75f6e105-d754-4e91-957f-d352c62c18b2","_postman_id":"75f6e105-d754-4e91-957f-d352c62c18b2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"OTP","item":[{"name":"Generate OTP","id":"7a644c89-5c7b-4358-bea1-e71cde226861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\": \"3545666685\",\n    \"phone_number\": \"08101391054\",\n    \"sender_id\": \"n2obtj6t51zbrr06hp8220fh\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/otp/generate-otp/","urlObject":{"path":["v2","otp","generate-otp",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6b15fa10-eec7-41f9-8445-93ef699cf872","name":"Generate OTP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reference\": \"3545666685\",\n    \"phone_number\": \"08101391054\",\n    \"sender_id\": \"n2obtj6t51zbrr06hp8220fh\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/otp/generate-otp/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"OTP sent successfully.\",\n    \"reference\": \"3545666686\",\n    \"data\": {\n        \"mobile\": \"8101391054\",\n        \"message_reference\": \"7636503176\",\n        \"message_status\": \"accepted\",\n        \"reason\": \"\",\n        \"otp_key\": \"019FC7CEDA6272C181D33B9C1A116A3E\",\n        \"otp_expiry\": \"2026-08-03T14:32:30.147312\"\n    }\n}"}],"_postman_id":"7a644c89-5c7b-4358-bea1-e71cde226861"},{"name":"Validate OTP","id":"2538f156-1208-4f99-832a-6425a6c88281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"otp\": \"192955\",\n    \"otp_key\": \"019FB2C28117749C8E76369D25389191\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/otp/validate-otp/","urlObject":{"path":["v2","otp","validate-otp",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6550aba8-a507-4c8f-a4d3-cd6cca8df8e3","name":"Validate OTP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"192955\",\n    \"otp_key\": \"019FB2C28117749C8E76369D25389191\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/otp/validate-otp/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"OTP verification successfully.\",\n    \"verified\": true\n}"}],"_postman_id":"2538f156-1208-4f99-832a-6425a6c88281"}],"id":"6ac84889-6305-4f5f-8a29-77b4d04ab88a","_postman_id":"6ac84889-6305-4f5f-8a29-77b4d04ab88a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Purchase EPIN","event":[{"listen":"test","script":{"id":"6f7203aa-5c18-421a-a878-a6a9862f0fd9","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"3519a773-6103-44a5-99d2-73775deee6b8","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fc107e09-ab5b-4798-847a-8cab9bd93a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"TST982349853083424\",\n    \"network\":\"MTN\",\n    \"service\":\"MTNPIN\",\n    \"value\":200,\n    \"quantity\":1\n}"},"url":"{{url}}/v2/epin/purchase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","epin","purchase"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e6731fcd-d899-4b51-bcd6-6830c45c3079","name":"EPin","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"network\":\"MTN\",\n    \"service\":\"MTNEPIN\",\n    \"value\":100,\n    \"quantity\":1\n}"},"url":"{{url}}/v2/epin/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Feb 2022 14:07:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"message\": \"EPIN purchase successful\",\n    \"reference\": \"3hh4e61djc1g\",\n    \"data\": [\n        {\n            \"Amount\": 100,\n            \"pin\": \"82051846819133266\",\n            \"serial_number\": \"00000015341177804\",\n            \"instruction\": \"Dial *555*PIN#, then Send\"\n        }\n    ]\n}"},{"id":"0ebcfe00-4859-4721-af05-5b59af40d218","name":"Failed - Purchase EPIN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"{{reference}}\",\n    \"network\":\"MTN\",\n    \"service\":\"MTNEPIN\",\n    \"value\":100,\n    \"quantity\":1\n}"},"url":"{{url}}/v2/epin/purchase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:09:13 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"fc107e09-ab5b-4798-847a-8cab9bd93a8c"}],"id":"defe4f88-00da-4c56-9284-3dfc38546eef","_postman_id":"defe4f88-00da-4c56-9284-3dfc38546eef","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Bulk VAS","item":[{"name":"Data","item":[{"name":"Data Lookup","event":[{"listen":"test","script":{"id":"e1d3e33a-0541-4627-b9cd-2c8e39250d6e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"3fb90225-099c-4b5d-8225-78f288de25f5","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"59e70f01-09ec-4c9a-b5d8-30a3992009fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/internet/data/lookup?provider=AIRTELDATA","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","internet","data","lookup"],"host":["{{url}}"],"query":[{"key":"provider","value":"AIRTELDATA"}],"variable":[]}},"response":[{"id":"e0c8ba87-e6d3-4bac-9fb9-0a33d356c479","name":"Data Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/v2/internet/data/lookup?provider=MTNDATA","host":["{{url}}"],"path":["v2","internet","data","lookup"],"query":[{"key":"provider","value":"MTNDATA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 07:38:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"4642"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"104\",\n            \"description\": \"100Mb 24Hrs\",\n            \"amount\": \"100\",\n            \"price\": \"100\",\n            \"value\": \"100MB\",\n            \"duration\": \"24Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"113\",\n            \"description\": \"200Mb 48Hrs\",\n            \"amount\": \"200\",\n            \"price\": \"200\",\n            \"value\": \"200MB\",\n            \"duration\": \"48Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"102\",\n            \"description\": \"350MB 7Days\",\n            \"amount\": \"300\",\n            \"price\": \"300\",\n            \"value\": \"350MB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"103\",\n            \"description\": \"750MB 14Days\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"750MB\",\n            \"duration\": \"14Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"106\",\n            \"description\": \"1.5GB 1-Month Mobile\",\n            \"amount\": \"1000\",\n            \"price\": \"1000\",\n            \"value\": \"1.5GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"130\",\n            \"description\": \"2GB 30Days\",\n            \"amount\": \"1200\",\n            \"price\": \"1200\",\n            \"value\": \"2GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"110\",\n            \"description\": \"3Gb 30Days\",\n            \"amount\": \"1500\",\n            \"price\": \"1500\",\n            \"value\": \"3GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"107\",\n            \"description\": \"6-Months Plan\",\n            \"amount\": \"100000\",\n            \"price\": \"100000\",\n            \"value\": \"325GB\",\n            \"duration\": \"6-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"116\",\n            \"description\": \"1-Year Plan\",\n            \"amount\": \"300000\",\n            \"price\": \"300000\",\n            \"value\": \"1000GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"117\",\n            \"description\": \"1-Year Plan\",\n            \"amount\": \"450000\",\n            \"price\": \"450000\",\n            \"value\": \"1500GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"18\",\n            \"description\": \"1GB 1Day\",\n            \"amount\": \"300\",\n            \"price\": \"300\",\n            \"value\": \"1GB\",\n            \"duration\": \"1Day\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000001\",\n            \"description\": \"2.5GB 2-Day\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"2.5GB\",\n            \"duration\": \"2-Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000002\",\n            \"description\": \"400GB 1-Year\",\n            \"amount\": \"120000\",\n            \"price\": \"120000\",\n            \"value\": \"400GB\",\n            \"duration\": \"1-Year\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000003\",\n            \"description\": \"75GB 2-Months\",\n            \"amount\": \"20000\",\n            \"price\": \"20000\",\n            \"value\": \"75GB\",\n            \"duration\": \"2-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000004\",\n            \"description\": \"120GB 2-Months\",\n            \"amount\": \"30000\",\n            \"price\": \"30000\",\n            \"value\": \"120GB\",\n            \"duration\": \"2-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000005\",\n            \"description\": \"150GB 3-Months\",\n            \"amount\": \"50000\",\n            \"price\": \"50000\",\n            \"value\": \"150GB\",\n            \"duration\": \"3-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000006\",\n            \"description\": \"250GB 3-Months\",\n            \"amount\": \"75000\",\n            \"price\": \"75000\",\n            \"value\": \"250GB\",\n            \"duration\": \"3-Months\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000007\",\n            \"description\": \"20GB 30Days\",\n            \"amount\": \"6000\",\n            \"price\": \"6000\",\n            \"value\": \"20GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000008\",\n            \"description\": \"1GB Weekly\",\n            \"amount\": \"500\",\n            \"price\": \"500\",\n            \"value\": \"1GB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000009\",\n            \"description\": \"6GB Weekly\",\n            \"amount\": \"1500\",\n            \"price\": \"1500\",\n            \"value\": \"6GB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000010\",\n            \"description\": \"6GB Monthly\",\n            \"amount\": \"2500\",\n            \"price\": \"2500\",\n            \"value\": \"6GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000011\",\n            \"description\": \"8GB Monthly\",\n            \"amount\": \"3000\",\n            \"price\": \"3000\",\n            \"value\": \"8GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000012\",\n            \"description\": \"110GB Monthly\",\n            \"amount\": \"20000\",\n            \"price\": \"20000\",\n            \"value\": \"110GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000013\",\n            \"description\": \"30GB Sme Data Share Bundle\",\n            \"amount\": \"13500\",\n            \"price\": \"13500\",\n            \"value\": \"30GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000014\",\n            \"description\": \"90GB Sme Data Share Bundle\",\n            \"amount\": \"40000\",\n            \"price\": \"40000\",\n            \"value\": \"90GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000015\",\n            \"description\": \"150GB Sme Data Share Bundle\",\n            \"amount\": \"65000\",\n            \"price\": \"65000\",\n            \"value\": \"150GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000016\",\n            \"description\": \"4.5GB All Day\",\n            \"amount\": \"2000\",\n            \"price\": \"2000\",\n            \"value\": \"4.5GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000017\",\n            \"description\": \"10GB Monthly\",\n            \"amount\": \"3500\",\n            \"price\": \"3500\",\n            \"value\": \"10GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000018\",\n            \"description\": \"15GB Monthly\",\n            \"amount\": \"5000\",\n            \"price\": \"5000\",\n            \"value\": \"15GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000019\",\n            \"description\": \"40GB Monthly\",\n            \"amount\": \"10000\",\n            \"price\": \"10000\",\n            \"value\": \"40GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000020\",\n            \"description\": \"75GB Monthly\",\n            \"amount\": \"15000\",\n            \"price\": \"15000\",\n            \"value\": \"75GB\",\n            \"duration\": \"30Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000021\",\n            \"description\": \"150GB Sme Data Share Bundle Special\",\n            \"amount\": \"50000\",\n            \"price\": \"50000\",\n            \"value\": \"150GB\",\n            \"duration\": \"90Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000022\",\n            \"description\": \"20MB 2go Daily\",\n            \"amount\": \"25\",\n            \"price\": \"25\",\n            \"value\": \"20MB\",\n            \"duration\": \"24Hrs\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000023\",\n            \"description\": \"50MB 2go Weekly\",\n            \"amount\": \"50\",\n            \"price\": \"50\",\n            \"value\": \"50MB\",\n            \"duration\": \"7Days\"\n        },\n        {\n            \"type\": \"MTNDATA\",\n            \"code\": \"000024\",\n            \"description\": \"160MB 2go Monthly\",\n            \"amount\": \"150\",\n            \"price\": \"150\",\n            \"value\": \"160MB\",\n            \"duration\": \"30Days\"\n        }\n    ]\n}"},{"id":"da8542f6-ef37-4782-bb25-a256fbf51e10","name":"Failed - Data Lookup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/v2/internet/data/lookup?provider=MTNDATA","host":["{{url}}"],"path":["v2","internet","data","lookup"],"query":[{"key":"provider","value":"MTNDATA"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Jan 2026 08:14:03 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"accelerometer=(), autoplay=(), camera=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=(), vr=(), wake-lock=(), xr-spatial-tracking=()"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": \"failed\",\n    \"message\": \"Authentication error occurred.\"\n}"}],"_postman_id":"59e70f01-09ec-4c9a-b5d8-30a3992009fb"},{"name":"Purchase Bulk Data Plans","event":[{"listen":"test","script":{"id":"fd649a1b-90af-4831-a6d3-f7c6a5cba301","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"12066b8b-e5a6-4458-a2a8-838ffac0b4de","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d0c8145c-a8a0-45fd-85e0-c3c0ef3a26a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"reference\": \"347834234453450330\",\n            \"type\": \"MTNDATA\",\n            \"network\": \"MTN\",\n            \"code\": \"MTN_100_MB_DAILY_DATA_BUNDLE\",\n            \"phone\": \"08167496301\"\n        },\n        {\n            \"reference\": \"347834234453450331\",\n            \"type\": \"GLODATA\",\n            \"network\": \"GLO\",\n            \"code\": \"GLO_500MB_DAILY_NIGHT_PLAN\",\n            \"phone\": \"08154864010\"\n        },\n        {\n            \"reference\": \"347834234453450332\",\n            \"type\": \"AIRTELDATA\",\n            \"network\": \"AIRTEL\",\n            \"code\": \"002\",\n            \"phone\": \"09071999944\"\n        }\n    ]\n}"},"url":"{{url}}/v2/bulk/data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","bulk","data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"46a8db4b-8b42-48e6-8baf-534a32db0313","name":"Purchase Bulk Airtime","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"GLO\",\n            \"service\": \"GLOVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 50\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"MTN\",\n            \"service\": \"MTNVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"AIRTEL\",\n            \"service\": \"AIRTELVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"9MOBILE\",\n            \"service\": \"9MOBILEVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        }\n    ]\n}"},"url":"{{url}}/v2/bulk/airtime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Feb 2022 14:07:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"pending\",\n    \"message\": \"Bulk request submitted successfully\",\n    \"data\": {\n        \"batch_id\": \"BLKAIRTIME019BB1D8BA1075489DCC93BE316F7EBF\",\n        \"total_items\": 4,\n        \"status\": \"pending\"\n    }\n}"}],"_postman_id":"d0c8145c-a8a0-45fd-85e0-c3c0ef3a26a8"}],"id":"cacafbcd-42f2-4695-a473-f6777ab41cbc","_postman_id":"cacafbcd-42f2-4695-a473-f6777ab41cbc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Purchase Bulk Airtime","event":[{"listen":"test","script":{"id":"fd649a1b-90af-4831-a6d3-f7c6a5cba301","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"12066b8b-e5a6-4458-a2a8-838ffac0b4de","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6cfee681-deae-474d-8b10-b7be1af63c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"reference\": \"34783423445345080\",\n            \"network\": \"GLO\",\n            \"service\": \"GLOVTU\",\n            \"phone\": \"08154864010\",\n            \"amount\": 50\n        },\n        {\n            \"reference\": \"34783423445345081\",\n            \"network\": \"MTN\",\n            \"service\": \"MTNVTU\",\n            \"phone\": \"08167496301\",\n            \"amount\": 50\n\n        },\n        {\n            \"reference\": \"34783423445345082\",\n            \"network\": \"AIRTEL\",\n            \"service\": \"AIRTELVTU\",\n            \"phone\": \"09071999944\",\n            \"amount\": 50\n        }\n        // {\n        //     \"reference\": \"34783423445345083\",\n        //     \"network\": \"9MOBILE\",\n        //     \"service\": \"9MOBILEVTU\",\n        //     \"phone\": \"08185704570\",\n        //     \"amount\": 50\n        // }\n    ]\n}"},"url":"{{url}}/v2/bulk/airtime","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","bulk","airtime"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6bcbc338-c788-40f9-a18a-d207f9cf7619","name":"Purchase Bulk Airtime","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"GLO\",\n            \"service\": \"GLOVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 50\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"MTN\",\n            \"service\": \"MTNVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"AIRTEL\",\n            \"service\": \"AIRTELVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        },\n        {\n            \"reference\": \"{{reference}}\",\n            \"network\": \"9MOBILE\",\n            \"service\": \"9MOBILEVTU\",\n            \"phone\": \"08185704570\",\n            \"amount\": 500\n\n        }\n    ]\n}"},"url":"{{url}}/v2/bulk/airtime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Feb 2022 14:07:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"pending\",\n    \"message\": \"Bulk request submitted successfully\",\n    \"data\": {\n        \"batch_id\": \"BLKAIRTIME019BB1D8BA1075489DCC93BE316F7EBF\",\n        \"total_items\": 4,\n        \"status\": \"pending\"\n    }\n}"}],"_postman_id":"6cfee681-deae-474d-8b10-b7be1af63c4a"},{"name":"Get Bulk Vas Details","event":[{"listen":"test","script":{"id":"fd649a1b-90af-4831-a6d3-f7c6a5cba301","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"12066b8b-e5a6-4458-a2a8-838ffac0b4de","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"916911b7-1032-473e-98fb-bd90e107c7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/bulk/{{batch_id}}/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","bulk","{{batch_id}}","status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f1baa9d-fc43-4e4c-b338-ea2a5715d25e","name":"Get Bulk Vas Details","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/bulk/{{batch_id}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Feb 2022 14:07:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"successful\",\n    \"message\": \"Batch status retrieved\",\n    \"data\": {\n        \"batch_id\": \"BLKAIRTIME019B9FC99A71705E92479EFB7E850170\",\n        \"status\": \"Completed\",\n        \"total_items\": 4,\n        \"error_message\": null,\n        \"items\": [\n            {\n                \"reference\": \"3Z6zqSTDSr3MPLrchNrAu1Y7RcdvnBvVZ\",\n                \"status\": \"Successful\"\n            },\n            {\n                \"reference\": \"1viuZgQVNeh9CyujpJah5CeDvbNmihp\",\n                \"status\": \"Successful\"\n            },\n            {\n                \"reference\": \"3YEZcnrL9RAwmHmNhFQyhXqPKP4RTrtA2\",\n                \"status\": \"Successful\"\n            },\n            {\n                \"reference\": \"1RbTgyekvX1itgwwxMazPq5jcz\",\n                \"status\": \"Successful\"\n            }\n        ]\n    }\n}"}],"_postman_id":"916911b7-1032-473e-98fb-bd90e107c7ee"}],"id":"93b84a2e-5cff-4763-ace8-d76f57bb05ec","_postman_id":"93b84a2e-5cff-4763-ace8-d76f57bb05ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Wallet","item":[{"name":"Balance","id":"b51f68fc-1462-4aa4-9440-e9252a66c74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/v2/wallet/balance","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","wallet","balance"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ae033f87-a144-4285-9c98-d19482cdc23b","name":"Balance","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/v2/wallet/balance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": \"success\",\n    \"general_wallet\": {\n        \"is_gl\": 0,\n        \"can_be_negative\": 0,\n        \"account_number\": \"1069304792\",\n        \"balance\": \"629851.55\",\n        \"commission\": 6225.7,\n        \"status\": \"ACTIVE\",\n        \"type\": null\n    },\n    \"sme_data_wallet\": {\n        \"balance\": \"700.963\",\n        \"status\": \"ACTIVE\"\n    },\n    \"corporate_data_wallet\": {\n        \"balance\": \"795.211\",\n        \"status\": \"ACTIVE\"\n    }\n}"}],"_postman_id":"b51f68fc-1462-4aa4-9440-e9252a66c74b"},{"name":"Withdraw","event":[{"listen":"test","script":{"id":"401a6bd4-a198-4931-90ca-9af43a9f8fee","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2f611ad0-f8a4-42fd-b6f3-b19d76d5cd80","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cc5250d5-49eb-48ce-b1bf-b1ba8cbd5b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"SEH8798749408798\",\n    \"settlement_account_id\":\"zr1qzynmk24say3a4ox61nfj\",\n    \"wallet_type\": \"KOLOMONI_VIRTUAL_ACCOUNT\",\n    \"amount\":1000,\n    \"narration\":\"Sage Test Transfer\"    \n}"},"url":"{{url}}/v2/wallet/secondary-withdrawal","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","wallet","secondary-withdrawal"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc5250d5-49eb-48ce-b1bf-b1ba8cbd5b32"},{"name":"Create Secondary Settlement","event":[{"listen":"test","script":{"id":"401a6bd4-a198-4931-90ca-9af43a9f8fee","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2f611ad0-f8a4-42fd-b6f3-b19d76d5cd80","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"584a557e-8c66-4ae5-90ab-073817102783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_code\":\"100004\",\n    \"bank_name\": \"Opay\", \n    \"account_number\":\"8154864019\"\n    //\"account_name\":\"Adedoyin Timothy Yinka\"\n}"},"url":"{{url}}/v2/wallet/settlement-details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","wallet","settlement-details"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"584a557e-8c66-4ae5-90ab-073817102783"},{"name":"Get Secondary Settlement","event":[{"listen":"test","script":{"id":"401a6bd4-a198-4931-90ca-9af43a9f8fee","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2f611ad0-f8a4-42fd-b6f3-b19d76d5cd80","exec":["postman.setEnvironmentVariable(\"reference\",Math.random().toString(20).substr(2, 12));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fa9a8d4b-3ef2-4f4f-b409-0af1638be0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_code\":\"100004\",\n    \"bank_name\": \"Opay\", \n    \"account_number\":\"8154864010\",\n    \"account_name\":\"Adedoyin Timothy Yinka\"\n}"},"url":"{{url}}/v2/wallet/settlement-details/list","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","wallet","settlement-details","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa9a8d4b-3ef2-4f4f-b409-0af1638be0a1"}],"id":"09aadec7-1913-4016-80d8-e8a38689d785","_postman_id":"09aadec7-1913-4016-80d8-e8a38689d785","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}}},{"name":"Requery Transaction","event":[{"listen":"test","script":{"id":"45b0ffa8-2c20-4034-aebe-723242b2bae8","exec":[""],"type":"text/javascript"}}],"id":"97f5a1bf-9b39-4221-b081-00c2eae84d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"j35fc98efi8d\"\n}"},"url":"{{url}}/v2/transaction/requery","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","id":"156739bf-5372-4430-9b8f-5bded686e318","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transaction","requery"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bfc9d5c7-3e10-49d0-bb9a-a8892cc69d79","name":"REquery","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reference\":\"6a217b01d75b\"\n}"},"url":"{{url}}/v2/transaction/requery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.6"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 17 May 2022 14:43:58 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Transaction found\",\n    \"transaction\": {\n        \"type\": \"EPIN\",\n        \"reference\": \"6a217b01d75b\",\n        \"status\": \"successful\",\n        \"date\": \"2022-05-17T14:14:45.000000Z\"\n    },\n    \"data\": [\n        {\n            \"Amount\": 100,\n            \"pin\": \"37653999472214447\",\n            \"serial_number\": \"00000015927520972\",\n            \"instruction\": \"Dial *555*PIN#, then Send\"\n        }\n    ]\n}"}],"_postman_id":"97f5a1bf-9b39-4221-b081-00c2eae84d56"}],"id":"156739bf-5372-4430-9b8f-5bded686e318","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5cfdf57a-ac4d-4946-b007-285e156841c6","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"df5a89ad-4c89-4ace-97fe-d1003c69927d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"156739bf-5372-4430-9b8f-5bded686e318","description":""},{"name":"Login","event":[{"listen":"test","script":{"id":"3df109b6-da49-4f59-9724-03e2431b5819","exec":["var response=JSON.parse(responseBody);","postman.setEnvironmentVariable(\"access_token\",response.data.token.access_token);","postman.setEnvironmentVariable(\"token\",response.data.token.access_token);","postman.setEnvironmentVariable(\"refresh_token\",response.data.token.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"65e4e5cb-0bca-4411-875d-bcffd55542f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{publicKey}}"},{"key":"password","value":"{{secretKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/merchant/authorization","urlObject":{"path":["v2","merchant","authorization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"56c5b72b-817b-4645-bb0d-5269b7616519","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/v2/merchant/authorization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Sep 2021 15:14:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"1095"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"business_name\": \"Tech4ce\",\n        \"token\": {\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI1IiwianRpIjoiNGQwZTc4MjFiOTk4YTVmMTM5ZmM1YTc3NzQzYTYwNGU2MGQ2NmViOGU4ZmM2ZjViOTM0ZTc3ZjNmNjQ4MjAxNDBmYzQyOTg5Zjk5YTdhM2YiLCJpYXQiOjE2MzI5Mjg0NzYsIm5iZiI6MTYzMjkyODQ3NiwiZXhwIjoxNjMzMDE0ODc2LCJzdWIiOiIxMDQiLCJzY29wZXMiOlsiKiJdfQ.RF4s-lJpssWmQo7MFBhkmCcF1xVXChGjVsfuL21lVkZAP70BFGvlcJcImdRGY_p4Lr2OjX3GFVRT_Uyqtzzy_wPZ-KEx9-aujWXIrEkUBxJLZNkY4PDh5XfddA6enLDhqYb2qTLEQH3SuRZjhQqiK1jgPp4xFyfrl5SQlIceK8ZHxgPy67iDJtqiAWRv-7hmJZtyM4Zfx_gYEfhhGv1I7-KOqnDsZXhIKqNZ7e32y-ed_qRp9evPJ0FQLk_tq4jqGUMesiqIs0q-YTsj4n3v9IaBMoetStoKvyJQyh1t5NMKR_9gmsnRGtyWF6JJM6ASpsqgVXmYiedXrtJan1UYnwQTDpRdfqE1co11j_XrcB-35fJlP5Uz0OpGmnH1NtROtuTwZepmNFHA-iGoyflGBT16C_eWIX2jPKSBzHPx3UrzgLpWwIUMjf2Tu6yezXXfyFCyMSeG_ohmzDgtSoUmfGhrWgtLTuhIeoBS4_zrDbUzhImPKv_4YocYGMVLIRDRagF1nDTNATUaVtlgGy5tnQAUpWhSjYQDJlnYCK45hbeH1hxEdxaKr-U5FT7w9rqIqiQvDjaQLsfH2EnEPq2daNENlR49J2l-qzQpmVlf-2pccP8r17q-j0Ofaw8St2fHm20ZloqIc_iRi6gqDlu-IkbQ341WIoJ-IrQillXf3F4\",\n            \"token_type\": \"Bearer\",\n            \"expires_at\": \"2021-09-30 16:14:36\"\n        }\n    }\n}"}],"_postman_id":"65e4e5cb-0bca-4411-875d-bcffd55542f8"}]}