{ "opencollection": "1.0.0", "info": { "name": "Kanmon Public V2 Bank Accounts Integrated MCA API", "version": "2.0.0" }, "items": [ { "info": { "name": "Integrated MCA", "type": "folder" }, "items": [ { "info": { "name": "Fetch integrated MCA receivables", "type": "http" }, "http": { "method": "GET", "url": "https://api.kanmon.com/api/platform/v2/integrated-mca-receivables", "params": [ { "name": "ids", "value": "60eaa08c-f7a5-4f3a-860d-a16dde5771d6,70eaa08c-f7a5-4f3a-860d-a16dde5771e34", "type": "query", "description": "A comma delimited list of Kanmon’s unique IDs for integrated MCA receivable." }, { "name": "issuedProductIds", "value": "60eaa08c-f7a5-4f3a-860d-a16dde5771d6,70eaa08c-f7a5-4f3a-860d-a16dde5771e34", "type": "query", "description": "A comma delimited list of Kanmon unique IDs for issued product." }, { "name": "transactionIds", "value": "12345,67890", "type": "query", "description": "A comma delimited list of your platform’s unique IDs for transaction." }, { "name": "offset", "value": "0", "type": "query", "description": "The number of records to skip when performing pagination. Defaults to `0`." }, { "name": "limit", "value": "100", "type": "query", "description": "The number of records to limit when performing pagination. Defaults to `100`, which is the max." }, { "name": "createdAtStart", "value": "2022-06-01 03:57:26.115000+00:00", "type": "query", "description": "Filter for records where `createdAt` is greater than or equal to this value. ISO 8601 format." }, { "name": "createdAtEnd", "value": "2022-06-01 03:57:26.115000+00:00", "type": "query", "description": "Filter for records where `createdAt` is less than or equal to this value. ISO 8601 format." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch integrated MCA receivables" }, { "info": { "name": "Create an integrated MCA receivable", "type": "http" }, "http": { "method": "POST", "url": "https://api.kanmon.com/api/platform/v2/integrated-mca-receivables", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create an integrated MCA receivable" }, { "info": { "name": "Fetch integrated MCA payment windows for an issued product", "type": "http" }, "http": { "method": "GET", "url": "https://api.kanmon.com/api/platform/v2/issued-products/:id/integrated-mca-payment-windows", "params": [ { "name": "id", "value": "60eaa08c-f7a5-4f3a-860d-a16dde5771d6", "type": "path", "description": "The Kanmon issued product UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch integrated MCA payment windows for an issued product" } ] } ], "bundled": true }