{"info":{"_postman_id":"45f29203-d34f-4ace-a1b5-9840b5ab07d8","name":"Bank_api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12575851","collectionId":"45f29203-d34f-4ace-a1b5-9840b5ab07d8","publishedId":"UVeMJj4M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-11T20:09:54.000Z"},"item":[{"name":"Withdraw from an account","item":[{"name":"http://localhost:8000/api/depositOrWitdraw/67487982428","id":"a2f20d14-23f5-411c-a20a-c4a1e6bd0e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_no","value":"763498743723\n","type":"text"},{"key":"customer","value":"Bespoke","type":"text"},{"key":"dc","value":"W","type":"text"},{"key":"amount","value":"750","type":"text"},{"key":"accountNo","value":"763498743723\n","type":"text"}]},"url":"http://localhost:8000/api/depositOrWitdraw/67487982428","description":"<p>To withdraw, specify the transfer type dc as W </p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","depositOrWitdraw","67487982428"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2f20d14-23f5-411c-a20a-c4a1e6bd0e72"}],"id":"5d961cf4-b964-4f33-a2d9-badce60f77bd","_postman_id":"5d961cf4-b964-4f33-a2d9-badce60f77bd","description":""},{"name":"Get Accounts","item":[{"name":"http://localhost:8000/api/accounts","id":"25661dbc-1206-4e72-ad2a-e02f8c9b5952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/accounts","description":"<p>To fetch all accounts of a user </p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"25661dbc-1206-4e72-ad2a-e02f8c9b5952"}],"id":"991a1a8d-e731-4f50-a9dc-e80502cea49f","_postman_id":"991a1a8d-e731-4f50-a9dc-e80502cea49f","description":""},{"name":"Register New User","item":[{"name":"http://127.0.0.1:8000/api/register","id":"672580ea-f2e8-4ca6-8899-b1fc53d18c43","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Great","type":"text"},{"key":"email","value":"faithnneba@gmail.com","type":"text"},{"key":"password","value":"12345","type":"text"},{"key":"password_confirmation","value":"12345","type":"text"}]},"url":"http://127.0.0.1:8000/api/register","urlObject":{"protocol":"http","port":"8000","path":["api","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"672580ea-f2e8-4ca6-8899-b1fc53d18c43"}],"id":"eb4903b3-11df-4e4c-86d0-b41029e5fe7c","_postman_id":"eb4903b3-11df-4e4c-86d0-b41029e5fe7c","description":""},{"name":"Fetch all transactions","item":[{"name":"http://localhost:8000/api/transactions","id":"213d2595-3144-4681-91e2-c62beba10428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/transactions","urlObject":{"protocol":"http","port":"8000","path":["api","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"213d2595-3144-4681-91e2-c62beba10428"}],"id":"14f86d11-e19a-4715-a392-a5ee7296172d","_postman_id":"14f86d11-e19a-4715-a392-a5ee7296172d","description":""},{"name":"Get recent transaction details","item":[{"name":"http://localhost:8000/api/gettransaction/763498743723","id":"743cdf2d-b443-4117-ae9c-38bedfe8c4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/gettransaction/763498743723","urlObject":{"protocol":"http","port":"8000","path":["api","gettransaction","763498743723"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"743cdf2d-b443-4117-ae9c-38bedfe8c4c6"}],"id":"a6fe1cc1-1a16-4031-bf01-f7eda3c82a0c","_postman_id":"a6fe1cc1-1a16-4031-bf01-f7eda3c82a0c","description":""},{"name":"Transfer to an account","item":[{"name":"http://localhost:8000/api/depositOrWitdraw/67487982428","id":"f1163ee3-c1e9-4f77-ad73-a492741e3b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_no","value":"763498743723","type":"text"},{"key":"customer","value":"Bespoke","type":"text"},{"key":"dc","value":"D","type":"text"},{"key":"amount","value":"500","type":"text"},{"key":"accountNo","value":"763498743723\n","type":"text"}]},"url":"http://localhost:8000/api/depositOrWitdraw/67487982428","urlObject":{"protocol":"http","port":"8000","path":["api","depositOrWitdraw","67487982428"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1163ee3-c1e9-4f77-ad73-a492741e3b5e"}],"id":"498a7b67-4c24-4574-859c-32b8f2bb0720","_postman_id":"498a7b67-4c24-4574-859c-32b8f2bb0720","description":""},{"name":"Get account by account_id","item":[{"name":"http://localhost:8000/api/getaccount/763498743723","id":"4aa26594-3d24-4d7a-8b38-dc84ef57b3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/getaccount/763498743723","urlObject":{"protocol":"http","port":"8000","path":["api","getaccount","763498743723"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aa26594-3d24-4d7a-8b38-dc84ef57b3cd"}],"id":"09e27622-e16e-4b7f-9985-7530381c8a93","_postman_id":"09e27622-e16e-4b7f-9985-7530381c8a93","description":""},{"name":"Create bank account","item":[{"name":"http://localhost:8000/api/create","id":"b3c506fd-a4a0-4dfb-85fa-c904efaf5c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_no","value":"67487982428","type":"text"},{"key":"account_name","value":"Dave","type":"text"},{"key":"account_signatory","value":"F.R","type":"text"},{"key":"balance","value":"7000","type":"text"}]},"url":"http://localhost:8000/api/create","urlObject":{"protocol":"http","port":"8000","path":["api","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3c506fd-a4a0-4dfb-85fa-c904efaf5c2e"}],"id":"137d7056-4473-491e-9775-2d93142fc731","_postman_id":"137d7056-4473-491e-9775-2d93142fc731","description":""}]}