{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability PaymentFlow API", "version": "v1" }, "items": [ { "info": { "name": "PaymentFlow", "type": "folder" }, "items": [ { "info": { "name": "list payment_flows", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/payment_flows", "params": [ { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "client_token", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "counterparty_id", "value": "", "type": "query" }, { "name": "receiving_account_id", "value": "", "type": "query" }, { "name": "originating_account_id", "value": "", "type": "query" }, { "name": "payment_order_id", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "list payment_flows" }, { "info": { "name": "create payment_flow", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/payment_flows", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "create payment_flow" }, { "info": { "name": "get payment_flow", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/payment_flows/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "get payment_flow" }, { "info": { "name": "update payment_flow", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/payment_flows/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "update payment_flow" } ] } ], "bundled": true }