{ "opencollection": "1.0.0", "info": { "name": "API Reference accounts cbaas API", "version": "1.0.0" }, "items": [ { "info": { "name": "cbaas", "type": "folder" }, "items": [ { "info": { "name": "Create Transaction Hold", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/credit-lines/:credit_line_id/hold/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "credit_line_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Transaction Hold" }, { "info": { "name": "Clear Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/credit-lines/:credit_line_id/transactions/:transaction_id/clear/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "credit_line_id", "value": "", "type": "path" }, { "name": "transaction_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clear Transaction" }, { "info": { "name": "Close Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/credit-lines/:credit_line_id/transactions/:transaction_id/close/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "credit_line_id", "value": "", "type": "path" }, { "name": "transaction_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Close Transaction" }, { "info": { "name": "Cancel Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/credit-lines/:credit_line_id/transactions/:transaction_id/cancel/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "credit_line_id", "value": "", "type": "path" }, { "name": "transaction_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel Transaction" }, { "info": { "name": "Reverse Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/credit-lines/:credit_line_id/transactions/:transaction_id/reverse/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "credit_line_id", "value": "", "type": "path" }, { "name": "transaction_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reverse Transaction" } ] } ], "bundled": true }