{ "opencollection": "1.0.0", "info": { "name": "Banno Admin Abilities Transactions API", "version": "v0" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Account Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/consumer/api/v0/users/:userId/accounts/:accountId/transactions", "params": [ { "name": "userId", "value": "", "type": "path", "description": "ID of the desired user (UUID format)." }, { "name": "accountId", "value": "", "type": "path", "description": "ID of the desired account (UUID format)." }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "List Account Transactions" }, { "info": { "name": "Get Transaction Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/consumer/api/v0/users/:userId/accounts/:accountId/transactions/:transactionId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "ID of the desired user (UUID format)." }, { "name": "accountId", "value": "", "type": "path", "description": "ID of the desired account (UUID format)." }, { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Get Transaction Details" }, { "info": { "name": "List Account Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/jxchange/v1/accounts/:accountNumber/transactions", "params": [ { "name": "accountNumber", "value": "", "type": "path" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "List Account Transactions" } ] } ], "bundled": true }