{ "opencollection": "1.0.0", "info": { "name": "Banno Admin Abilities Cards API", "version": "v0" }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "List Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/consumer/api/v0/users/:userId/cards", "params": [ { "name": "userId", "value": "", "type": "path", "description": "ID of the desired user (UUID format)." } ] }, "docs": "List Cards" }, { "info": { "name": "Authorize Card Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.banno.com/payments/v1/cards/authorizations", "body": { "type": "json", "data": "{}" } }, "docs": "Authorize Card Payment" } ] } ], "bundled": true }