{"info":{"_postman_id":"fe6eb5f2-b48a-44bb-be1f-4c1955115911","name":"Fintech Wallet API","description":"<html><head></head><body><p>This is a simple fintech API collection is showing how to send requests for payments, balances, and error handling. Built in Postman as part of my API documentation journey.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47844697","collectionId":"fe6eb5f2-b48a-44bb-be1f-4c1955115911","publishedId":"2sB3HevjFC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-26T13:28:27.000Z"},"item":[{"name":"Create User","id":"a054750d-5b6e-49ff-bf5f-2d4fc968e5f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"john_doe\",\n    \"email\": \"john@example.com\"\n}"},"url":"https://mockapi.io/users","description":"<p>Registers a new user in the fintech system and automatically creates a wallet for them.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>/users</code></p>\n</li>\n<li><p><strong>Body (JSON):</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["users"],"host":["mockapi","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a054750d-5b6e-49ff-bf5f-2d4fc968e5f0"},{"name":"Get Wallet Balance","id":"0cead161-42ed-4678-b99f-ef0b576b161d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mockapi.io/wallets/1","description":"<p>Fetches the current balance of a user’s fintech wallet.</p>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>/wallets/{walletId}/balance</code></p>\n</li>\n<li><p><strong>Params:</strong></p>\n<ul>\n<li><code>walletId</code> → The unique wallet ID.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["wallets","1"],"host":["mockapi","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cead161-42ed-4678-b99f-ef0b576b161d"},{"name":"Deposit Funds","id":"1bc4eaaa-248a-457f-8813-e15fa9e612e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 1000\n}"},"url":"https://mockapi.io/wallets/1/deposit","description":"<p>Deposits money into a user’s wallet.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>/wallets/{walletId}/deposit</code></p>\n</li>\n<li><p><strong>Body (JSON):</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["wallets","1","deposit"],"host":["mockapi","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bc4eaaa-248a-457f-8813-e15fa9e612e4"},{"name":"Transfer Funds","id":"4caa3368-7fb6-4ee7-a7eb-e10ded8463fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"to_user\": \"jane_doe\",\n    \"amount\": 500\n}"},"url":"https://mockapi.io/wallets/1/transfer","description":"<p>Transfers money from one wallet to another.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>/wallets/transfer</code></p>\n</li>\n<li><p><strong>Body</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["wallets","1","transfer"],"host":["mockapi","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4caa3368-7fb6-4ee7-a7eb-e10ded8463fa"},{"name":"Fintech Wallet API","id":"b7418092-57b6-4d6c-9428-b09510c26afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"john_doe\",\n    \"email\": \"john@example.com\"\n}"},"url":"https://mockapi.io/users","description":"<p>StartFragment</p>\n<p>Returns metadata about the fintech wallet API, including version, uptime, and available endpoints.</p>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>/api/info</code></p>\n</li>\n</ul>\n<p><strong>Success (200):</strong></p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["users"],"host":["mockapi","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7418092-57b6-4d6c-9428-b09510c26afb"}]}