{"info":{"_postman_id":"bb65324f-fa47-4827-a957-57d2ff856ef1","name":"202 Team project","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2631439","collectionId":"bb65324f-fa47-4827-a957-57d2ff856ef1","publishedId":"SWE3dfYt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-05T20:57:08.000Z"},"item":[{"name":"Login","item":[{"name":"signup","id":"518111f9-2df1-41bb-bbee-623dab7f129f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\" : \"yash\",\n\t\"email\" : \"yash@gmail.com\",\n\t\"password\" : \"123456\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/api/users","description":"<p>signup new user to the bank application</p>\n","urlObject":{"protocol":"https","path":["prod","api","users"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"518111f9-2df1-41bb-bbee-623dab7f129f"},{"name":"login","id":"295bc7e9-53fe-4f12-898d-e7a8e64825f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"nivali@gmail.com\",\n\t\"password\" : \"123456\"\n}"},"url":"http://localhost:3000/api/auth","description":"<p>login existing users</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"295bc7e9-53fe-4f12-898d-e7a8e64825f5"}],"id":"e8b0fc38-f02e-4c1e-8b86-170abeaec6ea","_postman_id":"e8b0fc38-f02e-4c1e-8b86-170abeaec6ea","description":""},{"name":"Accounts","item":[{"name":"Add new accounts","id":"f4d0373a-f517-45e4-a490-63fb965e713b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"ramya@gmail.com\",\n\t\"type\" : \"checking\",\n\t\"balance\" : \"10\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/api/account","description":"<p>Add an account to the user</p>\n","urlObject":{"protocol":"https","path":["prod","api","account"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4d0373a-f517-45e4-a490-63fb965e713b"},{"name":"Close existing accounts","id":"9111f94d-d9b3-493a-9dd1-c840be0a0dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/api/account/ramya@gmail.com/checking","description":"<p>close an existing account</p>\n","urlObject":{"protocol":"https","path":["prod","api","account","ramya@gmail.com","checking"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9111f94d-d9b3-493a-9dd1-c840be0a0dfa"},{"name":"show account balance","id":"aafe6bc2-0e95-46c2-a49d-24a6e6e233dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/api/account/ramya@gmail.com/checking","description":"<p>Show the account balance of the user</p>\n","urlObject":{"protocol":"https","path":["prod","api","account","ramya@gmail.com","checking"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aafe6bc2-0e95-46c2-a49d-24a6e6e233dc"}],"id":"e0a49449-e7c0-4aff-b523-7177054b661d","_postman_id":"e0a49449-e7c0-4aff-b523-7177054b661d","description":""},{"name":"Transfer between accounts","item":[{"name":"transfer between accounts","id":"94300c57-1216-4756-adfd-838881417ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"nivali@gmail.com\",\n\t\"email2\": \"kowshhal@gmail.com\",\n\t\"type\" : \"savings\",\n\t\"transferAmount\":\"22\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/transferwithinbank","description":"<p>transfer amount from one account to another within same bank</p>\n","urlObject":{"protocol":"https","path":["prod","transferwithinbank"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94300c57-1216-4756-adfd-838881417ade"},{"name":"add transactions(admin only)","id":"99031eb2-1520-4534-9aff-db744d25e609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"nivali@gmail.com\",\n\t\"transferAmount\":\"12\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/admin","description":"<p>(Admin only) - Add transactions - such as manual refunds on fees</p>\n","urlObject":{"protocol":"https","path":["prod","admin"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99031eb2-1520-4534-9aff-db744d25e609"},{"name":"recurring credit","id":"0df0266a-ca79-4c72-9539-93e0acc180fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"nivali@gmail.com\",\n\t\"email2\" : \"kowshhal@gmail.com\",\n\t\"duration\" : \"10\",\n\t\"amount\" : \"50\",\n\t\"type\" : \"savings\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/recurringtransfer","description":"<p>Recurring transfer between accounts</p>\n","urlObject":{"protocol":"https","path":["prod","recurringtransfer"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0df0266a-ca79-4c72-9539-93e0acc180fa"},{"name":"recurring get","id":"9c889ad1-90fb-4e49-976a-401b3583eff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/recurringtransfer/nivali@gmail.com","description":"<p>Show Recurring transactions</p>\n","urlObject":{"protocol":"https","path":["prod","recurringtransfer","nivali@gmail.com"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c889ad1-90fb-4e49-976a-401b3583eff2"}],"id":"e984df79-2d69-4157-bad6-89d46043e6cd","_postman_id":"e984df79-2d69-4157-bad6-89d46043e6cd","description":""},{"name":"Transactions","item":[{"name":"transaction debit","id":"02b56317-bc8f-4771-965b-0342285c2a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"nivali@gmail.com\",\n\t\"type\" : \"savings\",\n\t\"transferAmount\":\"22\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/transfer","description":"<p>One-time Bill payment for external payees</p>\n","urlObject":{"protocol":"https","path":["prod","transfer"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02b56317-bc8f-4771-965b-0342285c2a7e"},{"name":"recurring transfer","id":"6935e1f4-73cd-412d-ad84-3f90e900a1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"nivali@gmail.com\",\n\t\"operation\" : \"credit\",\n\t\"duration\" : \"10\",\n\t\"Amount\" : \"50\",\n\t\"type\" : \"savings\"\n}"},"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/recurring","description":"<p>Recurring Bill payment for external payees</p>\n","urlObject":{"protocol":"https","path":["prod","recurring"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6935e1f4-73cd-412d-ad84-3f90e900a1c4"},{"name":"reccuring transfer","id":"503f58dd-e67d-4270-9529-b684d3be6149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/recurring/kowshhal@gmail.com","description":"<p>Show recurring bill payments</p>\n","urlObject":{"protocol":"https","path":["prod","recurring","kowshhal@gmail.com"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"503f58dd-e67d-4270-9529-b684d3be6149"}],"id":"9caff4cc-9f48-4e39-a146-ff38043457c4","_postman_id":"9caff4cc-9f48-4e39-a146-ff38043457c4","description":""},{"name":"View and Search Transactions","item":[{"name":"search transactions","id":"fdb383ee-2133-411f-8c9b-9a0078e5e420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://7nv97p9gxi.execute-api.us-west-2.amazonaws.com/prod/search/nivali@gmail.com","description":"<p>Search and view transactions for a user</p>\n","urlObject":{"protocol":"https","path":["prod","search","nivali@gmail.com"],"host":["7nv97p9gxi","execute-api","us-west-2","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdb383ee-2133-411f-8c9b-9a0078e5e420"}],"id":"441458ff-1626-456d-9459-4b71b18fae1e","_postman_id":"441458ff-1626-456d-9459-4b71b18fae1e","description":""}]}