{ "opencollection": "1.0.0", "info": { "name": "TMF666 Account Management API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List Financial Account Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.mtn.com/tmf-api/financialProfile/v1/financialAccount/:id/transaction", "params": [ { "name": "id", "value": "", "type": "path", "description": "Financial Account identifier" }, { "name": "debitCredit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "searchBasedOn", "value": "", "type": "query" }, { "name": "serviced", "value": "", "type": "query" } ] }, "docs": "List Financial Account Transactions" }, { "info": { "name": "Retrieve Financial Account Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.mtn.com/tmf-api/financialProfile/v1/financialAccount/:id/transaction/:tid", "params": [ { "name": "id", "value": "", "type": "path", "description": "Financial Account identifier" }, { "name": "tid", "value": "", "type": "path", "description": "Transaction identifier" } ] }, "docs": "Retrieve Financial Account Transaction" }, { "info": { "name": "Retrieve Financial Account Outstanding Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.mtn.com/tmf-api/financialProfile/v1/financialAccount/:id/outstandingBalance", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "outStandingBasedOn", "value": "", "type": "query" } ] }, "docs": "Retrieve Financial Account Outstanding Balance" }, { "info": { "name": "Retrieve Financial Account Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.mtn.com/tmf-api/financialProfile/v1/financialAccount/:id/balance", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "balanceLevel", "value": "", "type": "query" }, { "name": "outStandingBasedOn", "value": "", "type": "query" } ] }, "docs": "Retrieve Financial Account Balance" } ], "bundled": true }