{"info":{"_postman_id":"5505f78c-72da-4fa0-945a-f0eb3b1bd750","name":"xbillpay","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18642736","collectionId":"5505f78c-72da-4fa0-945a-f0eb3b1bd750","publishedId":"2sA3JJ9Nrx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-07T09:16:24.000Z"},"item":[{"name":"auth","item":[{"name":"login","id":"bdddf3d1-dff3-4f3c-b3a7-16884112aaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"agent@gmail.com\",\r\n    \"password\":\"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/login","urlObject":{"path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cdfcece5-b794-4b52-b179-8f2d08ebd6da","name":"404","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"agent@gmail.com\",\r\n    \"password\":\"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:17:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"58-ksJmLHs2SWNcV0gsIFKqIaO5GWs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User not found, please register first\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"17915996-078b-45e5-b93e-b342c303d3c1","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"agent@gmail.com\",\r\n    \"password\":\"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:20:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"726"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2d6-OldLhKcgtTEwgWkt3+rQ7Lo/GGI\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMDMzLCJleHAiOjE3MTUxNTY0MzN9.JCaj_aFh6qr_pKk3epjfYDL8_hW4DoiMjf_GqPLeMSo\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMDMzLCJleHAiOjE3MTc2NjIwMzN9.OC6cE2hksuYHeHqrST6E4k2UUkmlhjR2NytJ_VmNZkE\",\n        \"refresh_token_expiry\": 1717662033,\n        \"user\": {\n            \"id\": 1,\n            \"firstName\": \"Badmus\",\n            \"lastName\": \"Adamu\",\n            \"phoneNumber\": \"0806005007469\",\n            \"email\": \"agent@gmail.com\",\n            \"role\": \"AGENT\",\n            \"createdAt\": \"2024-05-07T08:19:24.347Z\",\n            \"wallet\": {\n                \"id\": 1,\n                \"agentId\": 1,\n                \"balance\": 0,\n                \"createdAt\": \"2024-05-07T08:19:24.426Z\",\n                \"updatedAt\": \"2024-05-07T08:19:24.426Z\"\n            }\n        }\n    }\n}"}],"_postman_id":"bdddf3d1-dff3-4f3c-b3a7-16884112aaaa"},{"name":"register","id":"130f5436-ab78-4497-b9be-d4d256bb8ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"James\",\r\n    \"lastName\": \"Jude\",\r\n    \"phoneNumber\": \"0806005007410\",\r\n    \"email\": \"receiver@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/register","urlObject":{"path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a1deea0b-bb50-4126-aca5-5dbb09222c1f","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Badmus\",\r\n    \"lastName\": \"Adamu\",\r\n    \"phoneNumber\": \"0806005007469\",\r\n    \"email\": \"agent@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:19:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"606"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"25e-AuRkfgZVxr6rsgX/OGOKyVnAc1w\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDY5OTY0LCJleHAiOjE3MTUxNTYzNjR9.8GEFKRWB2S0sm_Dmg_mvGQFVaCD736xh3bkoSPP3rls\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDY5OTY0LCJleHAiOjE3MTc2NjE5NjR9.3N697UyF9x4TfJ966J5JX9OpoWQaVREsO2hBTgO5WEA\",\n        \"refresh_token_expiry\": 1717661964,\n        \"user\": {\n            \"id\": 1,\n            \"firstName\": \"Badmus\",\n            \"lastName\": \"Adamu\",\n            \"phoneNumber\": \"0806005007469\",\n            \"email\": \"agent@gmail.com\",\n            \"role\": \"AGENT\",\n            \"createdAt\": \"2024-05-07T08:19:24.347Z\"\n        }\n    }\n}"}],"_postman_id":"130f5436-ab78-4497-b9be-d4d256bb8ee6"},{"name":"refresh_token","id":"f33e9df1-4953-4251-97c5-8b5d8feea057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMDMzLCJleHAiOjE3MTc2NjIwMzN9.OC6cE2hksuYHeHqrST6E4k2UUkmlhjR2NytJ_VmNZkE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/refresh-token","urlObject":{"path":["auth","refresh-token"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f3fa0d31-ced0-43cc-a3c5-59792e9f632c","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMDMzLCJleHAiOjE3MTc2NjIwMzN9.OC6cE2hksuYHeHqrST6E4k2UUkmlhjR2NytJ_VmNZkE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/auth/refresh-token"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:26:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"606"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"25e-/my+KMyhI4Yw+eIV4iXY7e9ggHk\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMzgyLCJleHAiOjE3MTUxNTY3ODJ9.6wqGv5IeN8bp1UvsNsVkmj-uA37b_SCyEN64xYA9i58\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImVtYWlsIjoiYWdlbnRAZ21haWwuY29tIiwiaWF0IjoxNzE1MDcwMzgyLCJleHAiOjE3MTc2NjIzODJ9.q9xjB-yoiIC1ZkRLtFmLJgmlg8985m23ujidOsu6n9g\",\n        \"refresh_token_expiry\": 1717662382,\n        \"user\": {\n            \"id\": 1,\n            \"firstName\": \"Badmus\",\n            \"lastName\": \"Adamu\",\n            \"phoneNumber\": \"0806005007469\",\n            \"email\": \"agent@gmail.com\",\n            \"role\": \"AGENT\",\n            \"createdAt\": \"2024-05-07T08:19:24.347Z\"\n        }\n    }\n}"}],"_postman_id":"f33e9df1-4953-4251-97c5-8b5d8feea057"}],"id":"03b639cd-4ed3-4dc9-b9d7-5a0f3abce2dc","_postman_id":"03b639cd-4ed3-4dc9-b9d7-5a0f3abce2dc","description":""},{"name":"wallet","item":[{"name":"get_wallet","id":"076f7c50-3c22-4551-a4d2-f633a4cf601e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/wallet-api/wallets/my-wallet","urlObject":{"path":["wallet-api","wallets","my-wallet"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7e402b47-754c-4e69-bd28-f9f1540daeb7","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/wallet-api/wallets/my-wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:29:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"84-a2gAB6ZOmQdU9zIixPbCehsgVO0\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 1,\n        \"agentId\": 1,\n        \"balance\": 0,\n        \"createdAt\": \"2024-05-07T08:19:24.426Z\",\n        \"updatedAt\": \"2024-05-07T08:19:24.426Z\"\n    }\n}"}],"_postman_id":"076f7c50-3c22-4551-a4d2-f633a4cf601e"},{"name":"get_walletById","id":"2f65b761-9c8c-4690-acd8-06f526cb31de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/wallet-api/wallets/1","urlObject":{"path":["wallet-api","wallets","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a72414b-b563-4926-aacc-d9e1abcfe7bc","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/wallet-api/wallets/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:30:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"84-a2gAB6ZOmQdU9zIixPbCehsgVO0\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 1,\n        \"agentId\": 1,\n        \"balance\": 0,\n        \"createdAt\": \"2024-05-07T08:19:24.426Z\",\n        \"updatedAt\": \"2024-05-07T08:19:24.426Z\"\n    }\n}"}],"_postman_id":"2f65b761-9c8c-4690-acd8-06f526cb31de"},{"name":"manually_create_wallet","id":"c2b9ce89-b95b-4fd2-8eb9-7db37c2e7465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"localhost/wallet-api/wallets","urlObject":{"path":["wallet-api","wallets"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9dfa8132-cd1e-4656-89d8-db9ef4b2e975","name":"409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"localhost/wallet-api/wallets"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:31:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"43-6Xb7oRq9HJ2ze5lZ9G3LuVWGZwc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User wallet exist\",\n    \"error\": \"Conflict\",\n    \"statusCode\": 409\n}"}],"_postman_id":"c2b9ce89-b95b-4fd2-8eb9-7db37c2e7465"}],"id":"87449f51-ba31-47d6-b93d-215aa87dd18e","_postman_id":"87449f51-ba31-47d6-b93d-215aa87dd18e","description":""},{"name":"payment","item":[{"name":"get_bills","id":"96331952-b4a5-4b5f-a11a-6d962fde392e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/payment-api/bills","urlObject":{"path":["payment-api","bills"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bef4b57b-c045-400c-b19c-e81ed1fc1d8b","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/payment-api/bills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:46:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"988"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"3dc-3PA2Q2C0FBpoTEKePE1ep0y2ku8\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"amount\": 200,\n            \"payeeId\": 1,\n            \"reference\": \"48186093335\",\n            \"status\": \"PAID\",\n            \"extralInfo\": {\n                \"name\": \"Badmus Adamu\",\n                \"type\": \"POSTPAID\",\n                \"amount\": 200,\n                \"biller\": \"AEDC\",\n                \"address\": \"12, faleye, lagos\",\n                \"meterNo\": \"kjhkjhjjjj\",\n                \"serviceCode\": \"AOB\",\n                \"phone_number\": \"0903478466\"\n            },\n            \"type\": \"DATA\",\n            \"paymentDate\": \"2024-05-07T08:45:54.127Z\",\n            \"createdAt\": \"2024-05-07T08:45:54.129Z\",\n            \"updatedAt\": \"2024-05-07T08:45:54.129Z\"\n        },\n        {\n            \"id\": 2,\n            \"amount\": 100,\n            \"payeeId\": 1,\n            \"reference\": \"30873823031\",\n            \"status\": \"PAID\",\n            \"extralInfo\": {\n                \"lastName\": \"Adamu\",\n                \"firstName\": \"Badmus\",\n                \"serviceCode\": \"BDA\"\n            },\n            \"type\": \"DATA\",\n            \"paymentDate\": \"2024-05-07T08:44:32.938Z\",\n            \"createdAt\": \"2024-05-07T08:44:32.939Z\",\n            \"updatedAt\": \"2024-05-07T08:44:32.939Z\"\n        },\n        {\n            \"id\": 1,\n            \"amount\": 200,\n            \"payeeId\": 1,\n            \"reference\": \"38361763636\",\n            \"status\": \"PAID\",\n            \"extralInfo\": {\n                \"lastName\": \"Adamu\",\n                \"firstName\": \"Badmus\",\n                \"serviceCode\": \"QAB\"\n            },\n            \"type\": \"AIRTIME\",\n            \"paymentDate\": \"2024-05-07T08:42:17.792Z\",\n            \"createdAt\": \"2024-05-07T08:42:17.795Z\",\n            \"updatedAt\": \"2024-05-07T08:42:17.795Z\"\n        }\n    ]\n}"}],"_postman_id":"96331952-b4a5-4b5f-a11a-6d962fde392e"},{"name":"get-airtimedata-networks","id":"3202f76d-651b-4245-8ce0-427c892f064f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/payment-api/bills/get-airtimedata-networks","urlObject":{"path":["payment-api","bills","get-airtimedata-networks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fdeb70c4-22a3-4c83-b2d1-be2f2897ef64","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/payment-api/bills/get-airtimedata-networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:32:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"36-nuXHWnqGZT6lKqlL0NYemeXuxeU\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"MTN\",\n        \"AIRTEL\",\n        \"GLO\",\n        \"9MOBILE\"\n    ]\n}"}],"_postman_id":"3202f76d-651b-4245-8ce0-427c892f064f"},{"name":"get-utility-types","id":"957242d4-92de-44fd-8ff0-0c099809ea75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/payment-api/bills/get-utility-types","urlObject":{"path":["payment-api","bills","get-utility-types"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4b8d819d-14cc-4c3e-98b3-5df52092a5fc","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/payment-api/bills/get-utility-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:33:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2c-w1cZf6Li01hXQ/P87icjM8HLBHc\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        \"PREPAID\",\n        \"POSTPAID\"\n    ]\n}"}],"_postman_id":"957242d4-92de-44fd-8ff0-0c099809ea75"},{"name":"get-utility-billers","id":"ca4b8193-0a12-4176-a373-21c59ddc02f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/payment-api/bills/get-utility-billers","urlObject":{"path":["payment-api","bills","get-utility-billers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5f1f2a2-b353-47e4-a0c5-93360bb9019f","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/payment-api/bills/get-utility-billers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:33:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"347"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"15b-gNTYJarxsQzYQGvjhrHb6Ug4kTI\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"name\": \"AEDC\",\n            \"location\": \"Abuja\"\n        },\n        {\n            \"name\": \"KAEDC\",\n            \"location\": \"Kaduna\"\n        },\n        {\n            \"name\": \"JEDC\",\n            \"location\": \"Jos\"\n        },\n        {\n            \"name\": \"IKEDC\",\n            \"location\": \"Ikeja\"\n        },\n        {\n            \"name\": \"EKEDC\",\n            \"location\": \" Eko\"\n        },\n        {\n            \"name\": \"KEDC\",\n            \"location\": \"Kano\"\n        },\n        {\n            \"name\": \"EEDC\",\n            \"location\": \"Enugu\"\n        },\n        {\n            \"name\": \"PHEDC\",\n            \"location\": \"Portharcout\"\n        },\n        {\n            \"name\": \"IBEDC\",\n            \"location\": \"Ibadan\"\n        }\n    ]\n}"}],"_postman_id":"ca4b8193-0a12-4176-a373-21c59ddc02f2"},{"name":"get-data-bundle","id":"0a4b787e-5b43-4b43-ba02-ce027c0d76cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/payment-api/bills/get-data-bundle?network_provider=MTN","urlObject":{"path":["payment-api","bills","get-data-bundle"],"host":["localhost"],"query":[{"key":"network_provider","value":"MTN"}],"variable":[]}},"response":[{"id":"f0427fcc-b9c1-4e4d-9f0e-20c06cb48d67","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/payment-api/bills/get-data-bundle?network_provider=MTN","host":["localhost"],"path":["payment-api","bills","get-data-bundle"],"query":[{"key":"network_provider","value":"MTN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:34:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1701"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"6a5-Wses+2CyMFotXuQDCxJWWzjJPBg\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"message\": \"Successful\",\n        \"status\": \"200\",\n        \"product\": [\n            {\n                \"price\": 100,\n                \"code\": \"100MB Daily\",\n                \"allowance\": \"100MB Daily\",\n                \"validity\": \"Daily\"\n            },\n            {\n                \"price\": 220,\n                \"code\": \"200MB 3-Day Plan\",\n                \"allowance\": \"200MB 3-Day Plan\",\n                \"validity\": \"Daily\"\n            },\n            {\n                \"price\": 300,\n                \"code\": \"350MB\",\n                \"allowance\": \"350MB\",\n                \"validity\": \"Weekly\"\n            },\n            {\n                \"price\": 550,\n                \"code\": \"750MB 2-Week Plan\",\n                \"allowance\": \"750MB 2-Week Plan\",\n                \"validity\": \"Weekly\"\n            },\n            {\n                \"price\": 1100,\n                \"code\": \"1.5GB 1-Month Mobile\",\n                \"allowance\": \"1.5GB 1-Month Mobile\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 1200,\n                \"code\": \"2GB\",\n                \"allowance\": \"2GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 1500,\n                \"code\": \"6GB\",\n                \"allowance\": \"6GB\",\n                \"validity\": \"Weekly\"\n            },\n            {\n                \"price\": 2200,\n                \"code\": \"4.5GB 1-Month All Day plan\",\n                \"allowance\": \"4.5GB 1-Month All Day plan\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 2500,\n                \"code\": \"6GB\",\n                \"allowance\": \"6GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 3300,\n                \"code\": \"10GB\",\n                \"allowance\": \"10GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 3500,\n                \"code\": \"12GB\",\n                \"allowance\": \"12GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 5500,\n                \"code\": \"20GB\",\n                \"allowance\": \"20GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 15000,\n                \"code\": \"75GB\",\n                \"allowance\": \"75GB\",\n                \"validity\": \"Monthly\"\n            },\n            {\n                \"price\": 20000,\n                \"code\": \"75GB\",\n                \"allowance\": \"75GB\",\n                \"validity\": \"60Days\"\n            },\n            {\n                \"price\": 30000,\n                \"code\": \"120GB\",\n                \"allowance\": \"120GB\",\n                \"validity\": \"60Days\"\n            },\n            {\n                \"price\": 50000,\n                \"code\": \"150GB\",\n                \"allowance\": \"150GB\",\n                \"validity\": \"90Days\"\n            },\n            {\n                \"price\": 75000,\n                \"code\": \"250GB\",\n                \"allowance\": \"250GB\",\n                \"validity\": \"90Days\"\n            },\n            {\n                \"price\": 100000,\n                \"code\": \"325GB\",\n                \"allowance\": \"325GB\",\n                \"validity\": \"6-Months\"\n            },\n            {\n                \"price\": 120000,\n                \"code\": \"400GB\",\n                \"allowance\": \"400GB\",\n                \"validity\": \"1-Year\"\n            },\n            {\n                \"price\": 300000,\n                \"code\": \"1000GB\",\n                \"allowance\": \"1000GB\",\n                \"validity\": \"1-Year\"\n            },\n            {\n                \"price\": 450000,\n                \"code\": \"1500GB\",\n                \"allowance\": \"1500GB\",\n                \"validity\": \"1-Year\"\n            }\n        ],\n        \"phone\": null,\n        \"network\": \"MTN\"\n    }\n}"}],"_postman_id":"0a4b787e-5b43-4b43-ba02-ce027c0d76cb"},{"name":"validate-utility","id":"ee56bc2c-8545-4694-b909-6c9942d927bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meterNo\":\"8788877h0\",\r\n    \"type\":\"PREPAID\", //PREPAID or POSTPAID\r\n    \"biller\":\"AEDC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/validate-utility","urlObject":{"path":["payment-api","bills","validate-utility"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"844a1ae7-0dee-46a2-b3e3-c5aa8e746583","name":"307","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meterNo\":\"8788877h0\",\r\n    \"type\":\"PREPAID\", //PREPAID or POSTPAID\r\n    \"biller\":\"AEDC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/validate-utility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:36:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"57-9+j4jdOikVd4xth4Vfocn6HhGOg\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"message\": \"Failed...Invalid customer account ID\",\n        \"status\": \"307\"\n    }\n}"}],"_postman_id":"ee56bc2c-8545-4694-b909-6c9942d927bc"},{"name":"get-airtime","id":"3bda7eed-3d71-4903-ac53-66972397f904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":200,\r\n    \"network_provider\":\"MTN\", //PREPAID or POSTPAID\r\n    \"phone_number\":\"09034231837\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/get-airtime","urlObject":{"path":["payment-api","bills","get-airtime"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e5ecdfd-32ea-447e-9f9b-8b20982c21dc","name":"409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":200,\r\n    \"network_provider\":\"MTN\", //PREPAID or POSTPAID\r\n    \"phone_number\":\"09034231837\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/get-airtime"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:37:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"36-OUZK2suThdJ0yI0I3Pvl2qDbFGs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"message\": \"Insufficient credit balance\"\n}"},{"id":"82f9f887-b9cc-4ae6-9dd7-92112b6fb163","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":200,\r\n    \"network_provider\":\"MTN\", //PREPAID or POSTPAID\r\n    \"phone_number\":\"09034231837\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/get-airtime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:42:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"24-OE/94T7m0i/WT26s14MVtGLtb5g\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": \"Airtime sent\"\n}"}],"_postman_id":"3bda7eed-3d71-4903-ac53-66972397f904"},{"name":"get-data","id":"e35f2c92-df97-4687-84d5-b4aa383c2caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \"data_plan\":\"100MB Daily\",\r\n    \"amount\":100,\r\n    \"network_provider\":\"MTN\",\r\n    \"phone_number\":\"09034231837\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/get-data","urlObject":{"path":["payment-api","bills","get-data"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96235b0a-078e-421d-9db2-5ae20cf7bf94","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \"data_plan\":\"100MB Daily\",\r\n    \"amount\":100,\r\n    \"network_provider\":\"MTN\",\r\n    \"phone_number\":\"09034231837\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/get-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:44:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"21-sin0/e5GifFS7pKd0M6CSYHjn/w\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": \"Data sent\"\n}"}],"_postman_id":"e35f2c92-df97-4687-84d5-b4aa383c2caf"},{"name":"pay-for-utility","id":"dfd9daf3-bcbd-4985-b953-5ed153a7c62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meterNo\": \"kjhkjhjjjj\",\r\n    \"amount\": 200,\r\n    \"biller\": \"AEDC\",\r\n    \"name\": \"Badmus Adamu\",\r\n    \"phone_number\":\"0903478466\",\r\n    \"address\": \"12, faleye, lagos\",\r\n    \"type\": \"POSTPAID\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/pay-for-utility","urlObject":{"path":["payment-api","bills","pay-for-utility"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"556297a6-ac60-48d1-9edc-3c7f0a5037ac","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meterNo\": \"kjhkjhjjjj\",\r\n    \"amount\": 200,\r\n    \"biller\": \"AEDC\",\r\n    \"name\": \"Badmus Adamu\",\r\n    \"phone_number\":\"0903478466\",\r\n    \"address\": \"12, faleye, lagos\",\r\n    \"type\": \"POSTPAID\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/payment-api/bills/pay-for-utility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:45:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2b-dFco7YxgMFkSdhz0LGuZNkZe+QU\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": \"Payment successfull\"\n}"}],"_postman_id":"dfd9daf3-bcbd-4985-b953-5ed153a7c62f"}],"id":"2cca07a6-76df-45ae-8e90-9a7319a5d71c","_postman_id":"2cca07a6-76df-45ae-8e90-9a7319a5d71c","description":""},{"name":"transfer","item":[{"name":"get_transfers","id":"464232fc-21cc-42fb-bbcf-61f2d0d3f9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/transfer-api/transfers","urlObject":{"path":["transfer-api","transfers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d68ddc72-5e33-48d0-a697-340876288892","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost/transfer-api/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:56:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"492"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"1ec-I7pnEagriRlWniLKYz93HoNqPPw\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"walletId\": 1,\n            \"amount\": 500,\n            \"type\": \"TRANSFER\",\n            \"reference\": null,\n            \"extralInfo\": {\n                \"amount\": 500,\n                \"sender\": {\n                    \"id\": 1,\n                    \"lastName\": \"Adamu\",\n                    \"firstName\": \"Badmus\"\n                },\n                \"receiver\": {\n                    \"id\": 2,\n                    \"lastName\": \"Jude\",\n                    \"firstName\": \"James\"\n                }\n            },\n            \"createdAt\": \"2024-05-07T08:50:38.941Z\",\n            \"updatedAt\": \"2024-05-07T08:50:38.941Z\"\n        },\n        {\n            \"id\": 1,\n            \"walletId\": 1,\n            \"amount\": 5000000,\n            \"type\": \"DEPOSIT\",\n            \"reference\": \"yk5qqr6rqz\",\n            \"extralInfo\": null,\n            \"createdAt\": \"2024-05-07T08:40:39.601Z\",\n            \"updatedAt\": \"2024-05-07T08:40:39.601Z\"\n        }\n    ]\n}"}],"_postman_id":"464232fc-21cc-42fb-bbcf-61f2d0d3f9b9"},{"name":"initiate-wallet-funding","id":"ff6cf444-e1c3-4153-9e88-02d90e7325be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":50000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/initiate-wallet-funding","urlObject":{"path":["transfer-api","transfers","initiate-wallet-funding"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e57a5255-5c3a-4b5c-8fa4-f1e7e9c669e7","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\":50000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/initiate-wallet-funding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:39:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"94-zuIeULUY0YLUxVex/BUx3dMy9Mw\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"authorization_url\": \"https://checkout.paystack.com/nq8jcrb1isd0zl1\",\n        \"access_code\": \"nq8jcrb1isd0zl1\",\n        \"reference\": \"yk5qqr6rqz\"\n    }\n}"}],"_postman_id":"ff6cf444-e1c3-4153-9e88-02d90e7325be"},{"name":"complete-wallet-funding","id":"1bf9c2fb-aeb4-4f19-9635-691d7058e020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paystackReference\": \"yk5qqr6rqz\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/complete-wallet-funding","urlObject":{"path":["transfer-api","transfers","complete-wallet-funding"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5335e17-0b0d-4a78-b3f0-a1c992781c13","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paystackReference\": \"yk5qqr6rqz\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/complete-wallet-funding"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:40:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"31-f1hNPOjabGGU6xxOKLQBUtD/doc\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": \"Wallet funding successful\"\n}"}],"_postman_id":"1bf9c2fb-aeb4-4f19-9635-691d7058e020"},{"name":"wallet-transfer","id":"9014e0a9-d88f-45f5-8431-b696582643b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{xbillpay_auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 500,\r\n    \"receiverId\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/wallet-transfer","urlObject":{"path":["transfer-api","transfers","wallet-transfer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"528027f2-8da1-4986-9413-6deb94c8be46","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 500,\r\n    \"receiverId\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost/transfer-api/transfers/wallet-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Date","value":"Tue, 07 May 2024 08:50:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2b-dCccmQDbfD0ruP+9+PqdDi7olas\""},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' https://res.cloudinary.com/ data:"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": \"Transfer successful\"\n}"}],"_postman_id":"9014e0a9-d88f-45f5-8431-b696582643b6"}],"id":"f5698d51-71e1-495e-9115-0d2ae6bde76d","_postman_id":"f5698d51-71e1-495e-9115-0d2ae6bde76d","description":""}]}