{"info":{"_postman_id":"108aac90-7ce4-4f19-a956-1e8786a9aa5d","name":"PayVerse-API","description":"<html><head></head><body><p>API Collection for Users, Transactions, and WebSocket</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"48798242","collectionId":"108aac90-7ce4-4f19-a956-1e8786a9aa5d","publishedId":"2sB3dPSVuu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-05T11:52:28.000Z"},"item":[{"name":"Users","item":[{"name":"Create User","id":"0464eb4d-0ae4-4c1e-91a1-388ec11bf38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@example.com\"\n}"},"url":"http://localhost:4000/api/users","urlObject":{"protocol":"http","port":"4000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df798d7e-66d7-46e8-aaaa-cb346f814b91","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@example.com\"\n}"},"url":"http://localhost:4000/api/users"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-M+zlgGnvVtS2eQaynxaDS/AnQG4\""},{"key":"Date","value":"Fri, 05 Dec 2025 11:47:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"email\": \"john@example.com\",\n    \"name\": \"John Doe\",\n    \"created_at\": \"2025-12-05T11:47:42.563Z\"\n}"}],"_postman_id":"0464eb4d-0ae4-4c1e-91a1-388ec11bf38a"},{"name":"List All Users","id":"379d8046-d267-4396-9247-9bb2af74a548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/users","urlObject":{"protocol":"http","port":"4000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8e326f30-4950-4123-9dcc-392e9624be04","name":"List All Users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"287"},{"key":"ETag","value":"W/\"11f-2oyW/VEqLgUgvELLh46gH52E82g\""},{"key":"Date","value":"Fri, 05 Dec 2025 11:47:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"email\": \"john@example.com\",\n        \"name\": \"John Doe\",\n        \"created_at\": \"2025-12-05T11:47:42.563Z\"\n    },\n    {\n        \"id\": 2,\n        \"email\": \"ada@example.com\",\n        \"name\": \"ada Okafor\",\n        \"created_at\": \"2025-12-03T13:13:35.701Z\"\n    },\n    {\n        \"id\": 1,\n        \"email\": \"mary@example.com\",\n        \"name\": \"Mary Okafor\",\n        \"created_at\": \"2025-12-03T08:11:09.161Z\"\n    }\n]"}],"_postman_id":"379d8046-d267-4396-9247-9bb2af74a548"},{"name":"Get User by ID","id":"a41928e1-67aa-4e64-9d7b-c4bfb0b931e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/users/:id","urlObject":{"protocol":"http","port":"4000","path":["api","users",":id"],"host":["localhost"],"query":[],"variable":[{"id":"7a1ce1bb-88fb-4124-93d2-d84eafe6b4d5","type":"any","value":"1","key":"id"}]}},"response":[{"id":"42c2c882-5f32-4184-a21d-4f972a7e872d","name":"Get User by ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/users/3"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-M+zlgGnvVtS2eQaynxaDS/AnQG4\""},{"key":"Date","value":"Fri, 05 Dec 2025 11:48:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"email\": \"john@example.com\",\n    \"name\": \"John Doe\",\n    \"created_at\": \"2025-12-05T11:47:42.563Z\"\n}"}],"_postman_id":"a41928e1-67aa-4e64-9d7b-c4bfb0b931e1"}],"id":"194bdb94-23b4-433d-9fca-f846985956c6","_postman_id":"194bdb94-23b4-433d-9fca-f846985956c6","description":""},{"name":"Transactions","item":[{"name":"Create Transaction","id":"7dfaea86-d929-4185-9076-587451be1f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userId\": 1,\n  \"amount\": 500,\n  \"type\": \"credit\"\n}"},"url":"http://localhost:4000/api/transactions","urlObject":{"protocol":"http","port":"4000","path":["api","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf6c3711-955a-4cee-bd47-0f4ea26864b6","name":"Create Transaction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userId\": 1,\n  \"amount\": 700,\n  \"type\": \"credit\"\n}"},"url":"http://localhost:4000/api/transactions"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-ngG4J4fdrRfKowy+X5mqe2Vq9jo\""},{"key":"Date","value":"Fri, 05 Dec 2025 11:48:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"user_id\": 1,\n    \"amount\": \"700.00\",\n    \"currency\": \"USD\",\n    \"status\": \"pending\",\n    \"reference\": null,\n    \"created_at\": \"2025-12-05T11:48:33.918Z\"\n}"}],"_postman_id":"7dfaea86-d929-4185-9076-587451be1f6c"},{"name":"Get User Transactions","id":"06d418e7-6d62-4bfc-93e6-d97e81956ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/transactions/:userId","urlObject":{"protocol":"http","port":"4000","path":["api","transactions",":userId"],"host":["localhost"],"query":[],"variable":[{"id":"6739af97-1d5c-4092-be57-b01d1cbccfba","type":"any","value":"1","key":"userId"}]}},"response":[{"id":"16a60a31-bcde-46ce-b56e-1418d3e1db8d","name":"Get User Transactions","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/transactions/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"398"},{"key":"ETag","value":"W/\"18e-ojxr1QPVW+pPYN1F5X/0JIbdBSA\""},{"key":"Date","value":"Fri, 05 Dec 2025 11:49:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"user_id\": 1,\n        \"amount\": \"700.00\",\n        \"currency\": \"USD\",\n        \"status\": \"pending\",\n        \"reference\": null,\n        \"created_at\": \"2025-12-05T11:48:33.918Z\"\n    },\n    {\n        \"id\": 3,\n        \"user_id\": 1,\n        \"amount\": \"500.00\",\n        \"currency\": \"NGN\",\n        \"status\": \"pending\",\n        \"reference\": null,\n        \"created_at\": \"2025-12-03T13:23:03.847Z\"\n    },\n    {\n        \"id\": 2,\n        \"user_id\": 1,\n        \"amount\": \"5000.00\",\n        \"currency\": \"USD\",\n        \"status\": \"pending\",\n        \"reference\": null,\n        \"created_at\": \"2025-12-03T08:53:00.438Z\"\n    }\n]"}],"_postman_id":"06d418e7-6d62-4bfc-93e6-d97e81956ae8"}],"id":"60b9618e-63ac-430f-ae4b-d6f8a08bd97d","_postman_id":"60b9618e-63ac-430f-ae4b-d6f8a08bd97d","description":""}]}