{ "opencollection": "1.0.0", "info": { "name": "CyberSource Merged Spec bankAccountValidation SecureFileShare API", "version": "0.0.1" }, "items": [ { "info": { "name": "SecureFileShare", "type": "folder" }, "items": [ { "info": { "name": "Get List of Files", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sfs/v1/file-details", "params": [ { "name": "startDate", "value": "", "type": "query", "description": "Valid start date in **ISO 8601 format**\nPlease refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)\n\n **Example date format:**\n - yyyy-MM-dd\n" }, { "name": "endDate", "value": "", "type": "query", "description": "Valid end date in **ISO 8601 format**\nPlease refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)\n\n **Example date format:**\n - yyyy-MM-dd\n" }, { "name": "organizationId", "value": "", "type": "query", "description": "Valid Cybersource Organization Id" }, { "name": "name", "value": "", "type": "query", "description": "**Tailored to searches for specific files with in given Date range**\nexample : MyTransactionDetailreport.xml\n" } ] }, "docs": "Get list of files and it's information of them available inside the report directory" }, { "info": { "name": "Download a File with File Identifier", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sfs/v1/files/:fileId", "params": [ { "name": "fileId", "value": "", "type": "path", "description": "Unique identifier for each file" }, { "name": "organizationId", "value": "", "type": "query", "description": "Valid Cybersource Organization Id" } ] }, "docs": "Download a file for the given file identifier" } ] } ], "bundled": true }