{ "opencollection": "1.0.0", "info": { "name": "Notch API (unreconciled capability model) Bank Accounts Payments API", "version": "0.0.0-unreconciled" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "List payments (unreconciled).", "type": "http" }, "http": { "method": "GET", "url": "https://api.notch.financial/payments" }, "docs": "List payments (unreconciled)." }, { "info": { "name": "Collect or record a payment (unreconciled).", "type": "http" }, "http": { "method": "POST", "url": "https://api.notch.financial/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Collect or record a payment (unreconciled)." }, { "info": { "name": "Retrieve a payment (unreconciled).", "type": "http" }, "http": { "method": "GET", "url": "https://api.notch.financial/payments/:paymentId", "params": [ { "name": "paymentId", "value": "", "type": "path" } ] }, "docs": "Retrieve a payment (unreconciled)." } ] } ], "bundled": true }