{"info":{"_postman_id":"ba4b5cb5-4002-47e6-89dc-33192f1021e2","name":"Transaction- API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"37031452","collectionId":"ba4b5cb5-4002-47e6-89dc-33192f1021e2","publishedId":"2sA3rwLZSM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-02T15:00:49.000Z"},"item":[{"name":"Auth","item":[{"name":"user login","event":[{"listen":"test","script":{"id":"827caf8a-bdab-460e-97f1-05d1a91a12ff","exec":["var jsonData = pm.response.json();\r","var token = jsonData.token;\r","pm.collectionVariables.set(\"token\", token)\r","pm.environment.set(\"token\",token)\r","\r","pm.test(\"user logged in successfully\", function () {\r","    \r","    pm.expect(jsonData.message).to.contains(\"Login successfully\");\r","});\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"f16f5c74-bc24-4710-8d39-e220e21b6a89","exec":[""],"type":"text/javascript","packages":{}}}],"id":"793784c7-297e-484d-8352-d6b0d505508d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@roadtocareer.net\",\r\n    \"password\":\"1234\"\r\n}\r\n\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/login","urlObject":{"path":["user","login"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"793784c7-297e-484d-8352-d6b0d505508d"},{"name":"user login by wrong email","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"user cannot login successfully with invalid ceredntials\", function () {\r","    \r","    pm.expect(jsonData.message).to.contains(\"User not found\");\r","});\r","\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});\r",""],"type":"text/javascript","packages":{},"id":"772e33a3-fbdc-401a-919a-c3bc853d03c9"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"8959347f-a27e-4661-b10a-9d75734b76a5"}}],"id":"c3819ff1-990d-4952-b89d-736df73434ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@roadcareer.net\",\r\n    \"password\":\"1234\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/login/","urlObject":{"protocol":"http","path":["user","login",""],"host":["dmoney","roadtocareer","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3819ff1-990d-4952-b89d-736df73434ec"},{"name":"User login by wrong password","event":[{"listen":"test","script":{"exec":["pm.test(\"Wrong password\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"User not found\");\r","});\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript","packages":{},"id":"b04831c9-412a-4c31-adf7-7b0c941b543e"}}],"id":"540ffba5-8afe-4604-a7a8-c29a86b34041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@roadcareer.net\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/login","urlObject":{"path":["user","login"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"540ffba5-8afe-4604-a7a8-c29a86b34041"}],"id":"ef73722a-b696-4847-9404-33b26f5b23f0","_postman_id":"ef73722a-b696-4847-9404-33b26f5b23f0","description":""},{"name":"Create Agent & Customer","item":[{"name":"Create Agent","event":[{"listen":"test","script":{"exec":["var jsonData=pm.response.json();\r","\r","pm.test(\"Agent Account created succcessfully\", function () {\r","    pm.expect(jsonData.message).to.contain(\"User created\");\r","});\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r",""],"type":"text/javascript","packages":{},"id":"b3a78a08-403d-464d-a011-06c78ef0d75c"}},{"listen":"prerequest","script":{"exec":["var randomid = _.random(1000,9999);\r","pm.collectionVariables.set(\"agent_randomid\", randomid);\r","var randomid2 = _.random(1000000,9999999);\r","pm.collectionVariables.set(\"nid2\",randomid2);\r","var prefix = \"0192\";\r","var number = prefix+randomid2;\r","pm.collectionVariables.set(\"agent_phone_number\", number);"],"type":"text/javascript","packages":{},"id":"b143fbd0-87d7-419a-a635-3fa34339c1ce"}}],"id":"1b3354e7-c195-4629-a405-cc42d09141b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Ira Lang III\",\r\n    \"email\":\"agent@test.com\",\r\n    \"password\":\"1234\",\r\n    \"phone_number\":\"\",\r\n    \"nid\":\"1234\",\r\n    \"role\":\"Agent\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b3354e7-c195-4629-a405-cc42d09141b3"},{"name":"Create Customer 1","event":[{"listen":"test","script":{"id":"7e129e91-7d31-4ba2-8e44-5ca104d84ac5","exec":["var jsonData = pm.response.json();\r","var cpn= jsonData.user.phone_number;\r","pm.collectionVariables.set(\"cus_phn_number1\", cpn);\r","pm.test(\"Check the user is not created \", function () {\r","    \r","    pm.expect(jsonData.message).to.contains(\"User created\");\r","\r","});\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","\r","\r",""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"be52c1b2-81cc-4818-a7de-ddeec209b1aa","exec":["var randomid = _.random(10000,99999);\r","pm.collectionVariables.set(\"customer_random\", randomid);\r","var randomid2 = _.random(10000000,99999999);\r","pm.collectionVariables.set(\"customer_random2\", randomid2);\r",""],"type":"text/javascript","packages":{}}}],"id":"e63dcc1e-79fc-4ccd-af38-114eef1b2a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Patsy Batz\",\r\n    \"email\":\"customer@test.com\",\r\n    \"password\":\"1234\",\r\n    \"phone_number\":\"012\",\r\n    \"nid\":\"\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e63dcc1e-79fc-4ccd-af38-114eef1b2a00"},{"name":"Create Customer 2","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"Check the user is not created \", function () {\r","    \r","    pm.expect(jsonData.message).to.contains(\"User created\");\r","\r","});\r","pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","var phn = jsonData.user.phone_number;\r","pm.collectionVariables.set(\"cus_phn_number2\",phn);\r","\r",""],"type":"text/javascript","packages":{},"id":"bd67d458-9ed1-45e0-8660-c317c5f358ec"}},{"listen":"prerequest","script":{"exec":["var randomid = _.random(10000,99999);\r","pm.collectionVariables.set(\"customer_random\", randomid);\r","var randomid2 = _.random(10000000,99999999);\r","pm.collectionVariables.set(\"customer_random2\", randomid2);\r",""],"type":"text/javascript","packages":{},"id":"446e8a32-3d6f-44da-b2e3-9557ba2a6176"}}],"id":"2ed9dc61-d8e6-491e-ab59-d469fda247ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Henrietta Ryan\",\r\n    \"email\":\"customer@test.com\",\r\n    \"password\":\"1234\",\r\n    \"phone_number\":\"012\",\r\n    \"nid\":\"\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ed9dc61-d8e6-491e-ab59-d469fda247ac"},{"name":"User creation using phone number containg text","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"Can't create user when phone number having text\", function () {\r","     pm.expect(jsonData.user.phone_number).to.contain(\"phone  number contains digit not text\");\r","});\r","pm.test(\"Status code is 404\", function(){\r","    pm.response.to.have.status(400);\r","});"],"type":"text/javascript","packages":{},"id":"3ae3dc5f-1ba6-4c7b-bd22-64fa45ce7167"}},{"listen":"prerequest","script":{"exec":["var randomid = _.random(10000,99999);\r","pm.collectionVariables.set(\"customer_random\", randomid);\r","var randomid2 = _.random(10000000,99999999);\r","pm.collectionVariables.set(\"customer_random2\", randomid2);\r",""],"type":"text/javascript","packages":{},"id":"4bf89695-0225-4613-9de5-cbc51b3a5fdb"}}],"id":"86987f07-7dd4-4468-b9a4-af487f35ae55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Rosalie Bosco Sr.\",\r\n    \"email\":\"customer@test.com\",\r\n    \"password\":\"1234\",\r\n    \"phone_number\":\"01c\",\r\n    \"nid\":\"\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"86987f07-7dd4-4468-b9a4-af487f35ae55"},{"name":"User creation  leaving phone/email blank","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"Can't create user when phone number having text\", function () {\r","     pm.expect(jsonData.message).to.contain(\"Error creating user\");\r","});\r","pm.test(\"Status code is 500\", function(){\r","    pm.response.to.have.status(500);\r","});"],"type":"text/javascript","packages":{},"id":"86cecb4a-b8f9-4699-a942-3f436f78981b"}},{"listen":"prerequest","script":{"exec":["var randomid = _.random(10000,99999);\r","pm.collectionVariables.set(\"customer_random\", randomid);\r","var randomid2 = _.random(10000000,99999999);\r","pm.collectionVariables.set(\"customer_random2\", randomid2);\r",""],"type":"text/javascript","packages":{},"id":"84f50b35-8347-4b36-a567-434c829a0ec5"}}],"id":"a87779c0-9e26-4801-b50e-f3d684be5c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Jeannie Frami\",\r\n    \"email\":\"customer@test.com\",\r\n    \"password\":\"1234\",\r\n   \r\n    \"nid\":\"\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a87779c0-9e26-4801-b50e-f3d684be5c67"},{"name":"User creation  leaving name/pass/nid/role","event":[{"listen":"test","script":{"id":"7b676f7a-c438-453c-b535-884d6ad05452","exec":["var jsonData = pm.response.json();\r","pm.test(\"Can't create user when phone number having text\", function () {\r","     pm.expect(jsonData.message).to.contain(\"Error creating user\");\r","});\r","pm.test(\"Status code is 404\", function(){\r","    pm.response.to.have.status(500);\r","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"997eef86-3fbf-497d-a1ed-fe44df9d534c","exec":["var randomid = _.random(10000,99999);\r","pm.collectionVariables.set(\"customer_random\", randomid);\r","var randomid2 = _.random(10000000,99999999);\r","pm.collectionVariables.set(\"customer_random2\", randomid2);\r",""],"type":"text/javascript","packages":{}}}],"id":"5c8956e4-c51e-4e98-9999-80c535e54873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Allen Lang\",\r\n    \"email\":\"customer@test.com\",\r\n    \"password\":\"1234\",\r\n   \r\n    \"nid\":\"\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/create","urlObject":{"path":["user","create"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c8956e4-c51e-4e98-9999-80c535e54873"}],"id":"7ea48b4f-d305-44bb-ab19-406228f130fb","_postman_id":"7ea48b4f-d305-44bb-ab19-406228f130fb","description":""},{"name":"Search user","item":[{"name":"search list","event":[{"listen":"test","script":{"exec":["pm.test(\"Check if the user is found \", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contains(\"User found\");\r","});"],"type":"text/javascript","packages":{},"id":"c147930e-0087-48f2-9fdd-7dca115e00f5"}}],"id":"ecca9b40-6e40-42a0-b99e-66fd6e407e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/search/id/8860","urlObject":{"path":["user","search","id","8860"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecca9b40-6e40-42a0-b99e-66fd6e407e06"},{"name":"user list","event":[{"listen":"test","script":{"id":"c32d6882-d84c-4575-8361-f91de78ae4d8","exec":["pm.test(\"Checking user list\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.users[0].id).to.eql(203);\r","});\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"46755065-d0bf-4f09-9fe3-79506c467912","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aad765f3-6bb3-4f91-a0bc-b870b30455bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/list","urlObject":{"path":["user","list"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"aad765f3-6bb3-4f91-a0bc-b870b30455bc"},{"name":"Update User P","id":"e518e63c-64e7-4458-96cb-a0d76b94eedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"Abul8756@test.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/update/8756","urlObject":{"path":["user","update","8756"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e518e63c-64e7-4458-96cb-a0d76b94eedb"},{"name":"delete user","id":"b585519c-e026-4f18-8312-5eb62d73f37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/delete/9157","urlObject":{"path":["user","delete","9157"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b585519c-e026-4f18-8312-5eb62d73f37f"},{"name":"search list without token","event":[{"listen":"test","script":{"exec":["pm.test(\"If no token found the user cannot get data \", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.error.message).to.contains(\"No Token Found!\");\r","});"],"type":"text/javascript","packages":{},"id":"ddfed53f-bb89-425f-bfeb-c5dc73b83ec6"}}],"id":"1c7d1cd9-2900-413c-8fdd-4895fb89d1f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://dmoney.roadtocareer.net/user/search/id/8756","urlObject":{"path":["user","search","id","8756"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c7d1cd9-2900-413c-8fdd-4895fb89d1f9"},{"name":"search list by unregistred id","event":[{"listen":"test","script":{"exec":["pm.test(\"Check if the user is not  found \", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contains(\"User not found\");\r","});\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript","packages":{},"id":"b538fa39-fd15-4d29-9167-56898308ff70"}}],"id":"48258fdf-811c-4252-b0db-3fdd2106b94f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"}],"url":"http://dmoney.roadtocareer.net/user/search/id/101","urlObject":{"path":["user","search","id","101"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"48258fdf-811c-4252-b0db-3fdd2106b94f"},{"name":"Update User","id":"ebb6d63e-d314-4368-8b01-c516a98c46af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Mr. Ratul 8756 \",\r\n    \"email\":\"ratul@test.com\",\r\n    \"password\":\"1234\",\r\n    \"phone_number\":\"01747898710\",\r\n    \"nid\":\"123456998\",\r\n    \"role\":\"Customer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/user/update/8756","urlObject":{"path":["user","update","8756"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebb6d63e-d314-4368-8b01-c516a98c46af"}],"id":"4038ae9f-1309-4d72-8a53-2f28d25afa98","_postman_id":"4038ae9f-1309-4d72-8a53-2f28d25afa98","description":""},{"name":"deposit to agent","item":[{"name":"Deposit to Agent","id":"6480b89c-1203-475f-88c9-5a6fb1433060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"SYSTEM\",\r\n    \"to_account\":\"\",\r\n    \"amount\":2000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6480b89c-1203-475f-88c9-5a6fb1433060"},{"name":"Deposit to Invalid agent","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"Deposit to invalidAgent Account \", function () {\r","    pm.expect(jsonData.message).to.contain(\"Account does not exist\");\r","});\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript","packages":{},"id":"38e940d4-b816-48d2-b88e-819d5c898794"}}],"id":"5939c1f6-ad79-41d9-b7d8-72971497b238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"SYSTEM\",\r\n    \"to_account\":\"1234560788\",\r\n    \"amount\":8000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5939c1f6-ad79-41d9-b7d8-72971497b238"},{"name":"Deposit to Agent in deposit range","event":[{"listen":"test","script":{"id":"3fcec32b-58db-4577-bbd1-7fc31506279d","exec":["\r","pm.test(\"Deposit to agent in range\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Minimum deposit Amount 10 tk and maximum deposit amount 10000 tk\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"152aeaf4-eb23-4305-a689-4c982d93626e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"SYSTEM\",\r\n    \"to_account\":\"\",\r\n    \"amount\":\"9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"152aeaf4-eb23-4305-a689-4c982d93626e"},{"name":"Deposit to Agent in deposit range maximum","event":[{"listen":"test","script":{"id":"cd94c213-1803-4889-a6d7-e4e0d0b91a97","exec":["\r","pm.test(\"Deposit to agent in range\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Insufficient balance\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"10b95c25-97dd-4a90-93fa-c3a6273aa9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"SYSTEM\",\r\n    \"to_account\":\"\",\r\n    \"amount\":10000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"10b95c25-97dd-4a90-93fa-c3a6273aa9e8"}],"id":"5bc3b35a-15a4-422a-a356-26f8ef74ea68","_postman_id":"5bc3b35a-15a4-422a-a356-26f8ef74ea68","description":""},{"name":"Deposit to customer","item":[{"name":"deposit to customer from agent","id":"1ecfe0ba-7731-4504-bb2d-df7eb6dc2bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ecfe0ba-7731-4504-bb2d-df7eb6dc2bff"},{"name":"can't deposit to customer from agent","event":[{"listen":"test","script":{"exec":["\r","var jsonData = pm.response.json();\r","pm.test(\"Can't deposit to invalid customer\", function () {\r","    \r","    pm.expect(jsonData.message).to.contain(\"Account does not exist\");\r","});"],"type":"text/javascript","packages":{},"id":"2e70a236-7cd0-4013-9f83-1a48bf740d28"}}],"id":"a094f49d-3fb1-4626-bd60-0944757975b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"01235896417\",\r\n    \"amount\": 2000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a094f49d-3fb1-4626-bd60-0944757975b0"},{"name":"can't deposit to customer because of insufficient balance","event":[{"listen":"test","script":{"exec":["\r","var jsonData = pm.response.json();\r","pm.test(\"Can't deposit to invalid customer\", function () {\r","    \r","    pm.expect(jsonData.message).to.contain(\"Insufficient balance\");\r","});"],"type":"text/javascript","packages":{},"id":"44fc8274-60dd-4420-9544-ed8e24a0564f"}}],"id":"6f80a53e-86d9-4b06-8771-28055c442455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 10000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f80a53e-86d9-4b06-8771-28055c442455"},{"name":"can't deposit to customer because of deposit range","event":[{"listen":"test","script":{"exec":["\r","var jsonData = pm.response.json();\r","pm.test(\"Can't deposit to invalid customer\", function () {\r","    \r","    pm.expect(jsonData.message).to.contain(\"Minimum deposit amount 10 tk and maximum deposit amount 10000 tk\");\r","});"],"type":"text/javascript","packages":{},"id":"308361e1-fed6-4da8-9207-6a29d9dc50e8"}}],"id":"9cf8e462-3d6c-423d-84ab-58a5f50e335c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/deposit","urlObject":{"path":["transaction","deposit"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cf8e462-3d6c-423d-84ab-58a5f50e335c"}],"id":"d4d0f5b3-aacd-4940-9cce-0977308c44d7","_postman_id":"d4d0f5b3-aacd-4940-9cce-0977308c44d7","description":""},{"name":"Check agent Balance","item":[{"name":"Check agent Balance","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.test(\"CHECKING AGENT BALANCE\", function () {\r","    pm.expect(jsonData.message).to.contain(\"User balance\");\r","});\r","var agentB = jsonData.balance;\r","pm.collectionVariables.set(\"agent_balance\", agentB);\r","pm.test(\"Checking the balance\", function () {\r","   \r","    pm.expect(agentB).to.eql(pm.collectionVariables.get(\"agent_balance\"));\r","});"],"type":"text/javascript","packages":{},"id":"fe0b8000-f56b-428f-bcd1-6c7bda72f079"}}],"id":"d23cd66c-0db6-45b8-8496-e6a18ef61326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/","urlObject":{"path":["transaction","balance",""],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d23cd66c-0db6-45b8-8496-e6a18ef61326"},{"name":"Can't Check Agent Balance With Invalid Phone Number","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});\r","pm.test(\"Can't Check Agent Balance With Invalid Phone Number\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"User not found\");\r","});"],"type":"text/javascript","packages":{},"id":"786762de-e667-4ebd-9474-11ec81b229cf"}}],"id":"de108b0c-d011-4ddf-8536-465839c2dfe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/0195210","urlObject":{"path":["transaction","balance","0195210"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"de108b0c-d011-4ddf-8536-465839c2dfe1"}],"id":"4304d210-3395-4cdc-87bd-b7a6146f3de7","_postman_id":"4304d210-3395-4cdc-87bd-b7a6146f3de7","description":""},{"name":"Withdraw By Customer","item":[{"name":"Withdraw By Customer","id":"c56c1dc1-786d-4f69-8be7-fb08657ac071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/withdraw","urlObject":{"path":["transaction","withdraw"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c56c1dc1-786d-4f69-8be7-fb08657ac071"},{"name":"can't withdraw with invalid agent number","event":[{"listen":"test","script":{"exec":["pm.test(\"Ca't depost to an invalid account\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Account does not exist\");\r","});"],"type":"text/javascript","packages":{},"id":"c9068f6e-10df-4efb-929f-ef53d7ab3fcd"}}],"id":"edd0f8b0-0c7d-46dc-9bf5-fec943b96426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"0169325871\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/withdraw","urlObject":{"path":["transaction","withdraw"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"edd0f8b0-0c7d-46dc-9bf5-fec943b96426"},{"name":"can't withdraw for limitation","event":[{"listen":"test","script":{"exec":["pm.test(\"Restrict withdraw for outlimit\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Minimum withdraw amount 10 tk\");\r","});"],"type":"text/javascript","packages":{},"id":"8b69b850-fea0-47e7-805f-9b06276b939e"}}],"id":"d75e1536-6933-469c-bf30-c7e2c25cf6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/withdraw","urlObject":{"path":["transaction","withdraw"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d75e1536-6933-469c-bf30-c7e2c25cf6f1"},{"name":"can't withdraw for insufficient balance","event":[{"listen":"test","script":{"id":"81eecf60-fb2a-4d7f-930d-6110a0c7622b","exec":["pm.test(\"can't withdraw for insufficient balance\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Insufficient balance\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"39e35111-2400-4e38-bb9f-240f99ae8739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/withdraw","urlObject":{"path":["transaction","withdraw"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"39e35111-2400-4e38-bb9f-240f99ae8739"}],"id":"f59e945e-ff32-43a7-b362-5c2d4213c0a6","_postman_id":"f59e945e-ff32-43a7-b362-5c2d4213c0a6","description":""},{"name":"Check Customer Balance","item":[{"name":"Check customer balance","id":"cf00ed95-5226-49ce-8580-a715559f1763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/","urlObject":{"path":["transaction","balance",""],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf00ed95-5226-49ce-8580-a715559f1763"},{"name":"Check invalid customer balance","event":[{"listen":"test","script":{"exec":["pm.test(\"Checking Balance with Invalid Customer \", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"User not found\");\r","});"],"type":"text/javascript","packages":{},"id":"6b3ef02f-16f2-4ce3-8d31-a264556698a3"}}],"id":"d75f3eb5-706e-4d47-99af-a5f6ef089734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/0152359725","urlObject":{"path":["transaction","balance","0152359725"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d75f3eb5-706e-4d47-99af-a5f6ef089734"}],"id":"9844f002-0493-4abb-8aa6-ed3b1dfca41b","_postman_id":"9844f002-0493-4abb-8aa6-ed3b1dfca41b","description":""},{"name":"Send money","item":[{"name":"Customer to Customer send Money","event":[{"listen":"test","script":{"id":"f8466b03-d9bf-4c8e-8e78-675eb33849ab","exec":["pm.test(\"Sending Money Between two Customer\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Send money successful\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"32d577e9-f75c-4991-9e59-8b857f907fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/sendmoney","urlObject":{"path":["transaction","sendmoney"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"32d577e9-f75c-4991-9e59-8b857f907fa4"},{"name":"Can't send money to invalid customer","event":[{"listen":"test","script":{"exec":["pm.test(\" Can't Send Money Between Invalid Customers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"From/To Account does not exist\");\r","});"],"type":"text/javascript","packages":{},"id":"3beee1e8-acf1-4893-8bbe-d94231fb7bb9"}}],"id":"5fa83a4b-9e5f-4c9e-bf09-5efbb339e7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"0163578924\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/sendmoney","urlObject":{"path":["transaction","sendmoney"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fa83a4b-9e5f-4c9e-bf09-5efbb339e7ed"},{"name":"Can't send money to customer 2 because of insufficient balance","event":[{"listen":"test","script":{"exec":["pm.test(\"Can't send money customer 2 because of minimum amount range\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Insufficient balance\");\r","});"],"type":"text/javascript","packages":{},"id":"c89d14b9-646e-4251-a9d2-06d1ccf708c8"}}],"id":"123d754d-1a7a-494f-bb09-eff534342166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/sendmoney","urlObject":{"path":["transaction","sendmoney"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"123d754d-1a7a-494f-bb09-eff534342166"},{"name":"Can't send between customer to agent","event":[{"listen":"test","script":{"exec":["pm.test(\"Can't send money from customer to agent or merchant\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"From/To account should not be an agent account\");\r","});"],"type":"text/javascript","packages":{},"id":"b6f6ca8e-f310-4f62-b363-f8f33d3b65fa"}}],"id":"106931f2-f2bc-4310-a0be-65bf94a0afe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/sendmoney","urlObject":{"path":["transaction","sendmoney"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"106931f2-f2bc-4310-a0be-65bf94a0afe0"},{"name":"Can't send between same user account","event":[{"listen":"test","script":{"exec":["pm.test(\"Can't send money between same logged in account\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"From account and to account cannot be same\");\r","});"],"type":"text/javascript","packages":{},"id":"a392d2fb-824d-4221-9bc6-7da07e15491a"}}],"id":"ae6cc56a-ed17-4f31-ab98-97ae12e59867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\":\"\",\r\n    \"to_account\": \"\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/sendmoney","urlObject":{"path":["transaction","sendmoney"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6cc56a-ed17-4f31-ab98-97ae12e59867"}],"id":"f2c13487-26aa-4c53-89d8-761fde718e56","_postman_id":"f2c13487-26aa-4c53-89d8-761fde718e56","description":""},{"name":"Payment To Merchant","item":[{"name":"Pay to merchant By customer","id":"9f6d055a-f91d-4a14-8420-47009df0be03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/merchant","urlObject":{"path":["transaction","merchant"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f6d055a-f91d-4a14-8420-47009df0be03"},{"name":"can't payment to invalid customer","event":[{"listen":"test","script":{"exec":["pm.test(\"Can'y payment to ivalid customer\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Account does not exist\");\r","});\r","pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript","packages":{},"id":"a2e7f33e-bc56-48a7-87dc-dceef1d9d832"}}],"id":"9b408d3a-8ced-4b1a-8db9-a3d78fa28b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"0162594125\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/payment","urlObject":{"path":["transaction","payment"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b408d3a-8ced-4b1a-8db9-a3d78fa28b9d"},{"name":"can't payment to merchant because of payment limit","event":[{"listen":"test","script":{"exec":["pm.test(\"can't payment to merchant because of payment limit\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Minimum Payment amount 10 tk\");\r","pm.test(\"Status code is 208\", function () {\r","    pm.response.to.have.status(208);\r","});\r","});\r",""],"type":"text/javascript","packages":{},"id":"188a583b-6790-4a30-a499-523212438277"}}],"id":"3c1d62bd-2b39-4a29-be73-02a67ec8cd0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"01622519791\",\r\n    \"amount\":9\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/payment","urlObject":{"path":["transaction","payment"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c1d62bd-2b39-4a29-be73-02a67ec8cd0d"},{"name":"can't payment to merchant because of insufficient balance","event":[{"listen":"test","script":{"exec":["pm.test(\"can't payment to merchant because of insufficient balance\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Minimum Payment amount 10 tk \");\r","});\r",""],"type":"text/javascript","packages":{},"id":"a3fdd628-e786-4787-baa2-9f0e7dc37d3d"}}],"id":"32466d39-27c6-439c-825c-2dca62fdeef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"0162594125\",\r\n    \"amount\":10000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/payment","urlObject":{"path":["transaction","payment"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"32466d39-27c6-439c-825c-2dca62fdeef9"},{"name":"can't payment to agent /customer","event":[{"listen":"test","script":{"exec":["pm.test(\"can't payment to agent /customer\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.message).to.contain(\"Minimum Payment amount 10 tk \");\r","});\r",""],"type":"text/javascript","packages":{},"id":"9f6522e6-bdcc-461a-b675-b067f1b2dfc9"}}],"id":"bbd19105-6411-419b-8fd0-95283588e2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"from_account\": \"\",\r\n    \"to_account\": \"\",\r\n    \"amount\":100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://dmoney.roadtocareer.net/transaction/payment","urlObject":{"path":["transaction","payment"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbd19105-6411-419b-8fd0-95283588e2e8"}],"id":"6855e52f-e22f-43b9-8dfb-5e84ea9a9a21","_postman_id":"6855e52f-e22f-43b9-8dfb-5e84ea9a9a21","description":""},{"name":"Check Customer Balance & statement","item":[{"name":"Check Customer Balance","id":"ccb6cde1-6e2c-4c24-908b-e8aa63c8b996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/","urlObject":{"path":["transaction","balance",""],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccb6cde1-6e2c-4c24-908b-e8aa63c8b996"},{"name":"Check invalid Customer Balance","id":"cd9369ce-00ed-4184-a3f5-dcbfd2a6cb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/01256987412?","urlObject":{"path":["transaction","balance","01256987412"],"host":["http://dmoney.roadtocareer.net"],"query":[{"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"cd9369ce-00ed-4184-a3f5-dcbfd2a6cb21"},{"name":"Check Customer statement","id":"c5fddd4f-8015-480b-8c98-dde193679ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/statement/","urlObject":{"path":["transaction","statement",""],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5fddd4f-8015-480b-8c98-dde193679ca0"},{"name":"Check invalid Customer statement","id":"705af2d2-164a-413e-be2e-ecde7dffef49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/statement/01256987412","urlObject":{"path":["transaction","statement","01256987412"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"705af2d2-164a-413e-be2e-ecde7dffef49"}],"id":"14efcd71-469f-440e-84c5-daac16f0df9b","_postman_id":"14efcd71-469f-440e-84c5-daac16f0df9b","description":""},{"name":"check Merchant Balance","item":[{"name":"Check Merchant Balance","id":"b8bbc850-926f-43e8-882b-70830f31b576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ","type":"text"},{"key":"X-AUTH-SECRET-KEY","value":"ROADTOSDET","type":"text"}],"url":"http://dmoney.roadtocareer.net/transaction/balance/01596843594","urlObject":{"path":["transaction","balance","01596843594"],"host":["http://dmoney.roadtocareer.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8bbc850-926f-43e8-882b-70830f31b576"}],"id":"cdca86c6-d749-42d6-a89d-a60f21ed5e58","_postman_id":"cdca86c6-d749-42d6-a89d-a60f21ed5e58","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"4d951ce2-7f0f-4903-a4a0-2904d70210e3"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"e81c0b60-22ca-4c8b-93af-b2f6085c2fca"}}],"variable":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGlmaWVyIjoic2FsbWFuQHJvYWR0b2NhcmVlci5uZXQiLCJwYXNzd29yZCI6IjEyMzQiLCJpYXQiOjE3MjIxNDAzODksImV4cCI6MTcyMjE0Mzk4OX0.4GOv8OLaCwl8D9EUUGXbh_WSoUCrHOfqgQoD4zbMPHQ"},{"key":"baseUrl","value":"http://dmoney.roadtocareer.net","type":"string"},{"key":"secretkey","value":"ROADTOSDET","type":"string"},{"key":"phoneNumber","value":"01202081254"},{"key":"userid","value":8756},{"key":"agent_randomid","value":""},{"key":"rid2","value":""},{"key":"agent_phone_number","value":""},{"key":"customer_random","value":""},{"key":"customer_random2","value":""},{"key":"cus_phn_number1","value":""},{"key":"cus_phn_number2","value":""},{"key":"nid2","value":""},{"key":"agent_balance","value":""}]}