{"info":{"_postman_id":"12df6bcc-a04d-49df-9182-c1a3f08b962c","name":"Tekana","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14144150","collectionId":"12df6bcc-a04d-49df-9182-c1a3f08b962c","publishedId":"2s8Z75S9jn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-08T00:46:24.000Z"},"item":[{"name":"Register","id":"608737a2-9b39-4351-a0de-c8b4f73fff63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"fullName\": \"jaja\",\n\t\"nationalId\": \"1234556667\",\n\t\"gender\": \"M\",\n\t\"email\": \"jajabenit@gmail.com\",\n\t\"password\": \"Password@10\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/customer/register","urlObject":{"path":["customer","register"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"4d70a02d-d35d-4bed-b46f-ad814c3d8174","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"fullName\": \"jaja\",\n\t\"nationalId\": \"1234556667\",\n\t\"gender\": \"M\",\n\t\"email\": \"jajabenit@gmail.com\",\n\t\"password\": \"Password@10\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/customer/register"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"608737a2-9b39-4351-a0de-c8b4f73fff63"},{"name":"Login","id":"d842fb14-a78b-4dd6-ade8-d64f372de1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"jajabenit@gmail.com\",\n\t\"password\": \"Password@10\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/customer/login","urlObject":{"path":["customer","login"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"6b2419e7-7566-484c-a7b3-819af0b647da","name":"Login","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"jajabenit@gmail.com\",\n\t\"password\": \"Password@10\"\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:3000/customer/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d842fb14-a78b-4dd6-ade8-d64f372de1d6"},{"name":"Customer by Id","id":"43679509-ee86-4727-802a-cc094f5b0991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/customer/6","urlObject":{"path":["customer","6"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"b3d47ba1-cb3b-48c6-b107-aceffdfcc6e3","name":"Customer by Id","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/customer/6"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"43679509-ee86-4727-802a-cc094f5b0991"},{"name":"Customers","id":"8d67140c-f381-47f4-8cee-c7e2c5a28a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/customer","urlObject":{"path":["customer"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"e660264c-799f-4f73-9ecb-9d2a59b456c2","name":"Customers","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-KCD+ew/05LoywcWA16jrt/QUIY4\""},{"key":"Date","value":"Sat, 07 Jan 2023 23:50:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"email\": \"jajabenit@gmail.com\",\n            \"fullName\": \"jaja\",\n            \"nationalId\": \"1234556667\",\n            \"gender\": \"M\"\n        }\n    ]\n}"}],"_postman_id":"8d67140c-f381-47f4-8cee-c7e2c5a28a00"},{"name":"Create Account","id":"8908f434-6542-444f-9621-4fdf07f192b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletType\": \"saving\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/wallet","urlObject":{"path":["wallet"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8908f434-6542-444f-9621-4fdf07f192b8"},{"name":"Accounts By Customer","id":"931f33a3-a70d-4fda-8781-01c8d3deaf47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/wallet","urlObject":{"path":["wallet"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"6178c8c6-0f42-4dd2-9bae-8c25215f5ca8","name":"Accounts By Customer","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"417"},{"key":"ETag","value":"W/\"1a1-plEtTKZd7SnG258PlDxACRdCp/w\""},{"key":"Date","value":"Sat, 07 Jan 2023 23:39:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"accNumber\": \"200-1-1673132486606\",\n            \"customerId\": 1,\n            \"walletType\": \"saving\",\n            \"balance\": 9900,\n            \"walletActivityLogs\": [\n                {\n                    \"transactionId\": 290002,\n                    \"action\": \"credit\",\n                    \"amount\": 10000\n                },\n                {\n                    \"transactionId\": 1,\n                    \"action\": \"debit\",\n                    \"amount\": 100\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"accNumber\": \"200-1-1673132625492\",\n            \"customerId\": 1,\n            \"walletType\": \"saving\",\n            \"balance\": 100,\n            \"walletActivityLogs\": [\n                {\n                    \"transactionId\": 1,\n                    \"action\": \"credit\",\n                    \"amount\": 100\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"931f33a3-a70d-4fda-8781-01c8d3deaf47"},{"name":"Add Balance for Testing","id":"ff361f8d-d983-4e95-8e3c-493f562e1d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accNumber\": \"200-1-1673132486606\",\n    \"amount\": 10000,\n    \"transactionId\": 290002\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/wallet/deposit","urlObject":{"path":["wallet","deposit"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"4e8cfcae-d9fb-4c4d-bf51-4480d805231b","name":"Add Balance for Testing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accNumber\": \"200-1-1673132486606\",\n    \"amount\": 10000,\n    \"transactionId\": 290002\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/wallet/deposit"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ff361f8d-d983-4e95-8e3c-493f562e1d33"},{"name":"Account By Acc Number","id":"b6d8fd1c-bae0-4265-a402-ff2cd9e70e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/wallet/200-6-1672993748555","urlObject":{"path":["wallet","200-6-1672993748555"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"179a3ee6-4f99-47af-873c-7befc3e4fb67","name":"Account By Acc Number","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/wallet/200-6-1672993748555"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"ETag","value":"W/\"c8-pFm1FYgeouEe/oe+/yKOP5iG4xE\""},{"key":"Date","value":"Fri, 06 Jan 2023 12:26:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 5,\n        \"accNumber\": \"200-6-1672993748555\",\n        \"customerId\": 6,\n        \"walletType\": \"personal\",\n        \"balance\": 50000,\n        \"walletActivityLogs\": [\n            {\n                \"transactionId\": 290002,\n                \"action\": \"credit\",\n                \"amount\": 10000\n            }\n        ]\n    }\n}"}],"_postman_id":"b6d8fd1c-bae0-4265-a402-ff2cd9e70e37"},{"name":"Create Transaction","id":"cf0aa2a0-92fa-416e-ab34-b97e183b1312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"receiverAcc\": \"200-1-1673132625492\",\n    \"senderAcc\": \"200-1-1673132486606\",\n    \"amount\": 100\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/transaction","urlObject":{"path":["transaction"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"539a5f9f-db5b-4a7d-b728-f89b1380e68f","name":"Create Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"receiverAcc\": \"200-1-1673132625492\",\n    \"senderAcc\": \"200-1-1673132486606\",\n    \"amount\": 100\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/transaction"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cf0aa2a0-92fa-416e-ab34-b97e183b1312"},{"name":"Transactions By Acc Number","id":"deb1ab0d-ae5c-43e6-b83e-3f979a16a3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/transaction/200-1-1673132625492","urlObject":{"path":["transaction","200-1-1673132625492"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"0a2b65d2-3985-487a-ad5a-0f4b2631c350","name":"Transactions By Acc Number","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/transaction/200-1-1673132625492"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-rL4ZzNLeg9LNyCjFRcax0W1BiS8\""},{"key":"Date","value":"Sat, 07 Jan 2023 23:39:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"senderAcc\": \"200-1-1673132486606\",\n            \"receiverAcc\": \"200-1-1673132625492\",\n            \"amount\": 100,\n            \"status\": \"completed\"\n        }\n    ]\n}"}],"_postman_id":"deb1ab0d-ae5c-43e6-b83e-3f979a16a3a3"}],"event":[{"listen":"prerequest","script":{"id":"df81bf10-5207-4e0b-830d-c3f02c607b01","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"19d28bc5-ed1e-4c7a-b687-9c8935cb95e0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"localhost:3000","type":"string"}]}