{ "opencollection": "1.0.0", "info": { "name": "CyberSource Merged Spec bankAccountValidation Decision Manager API", "version": "0.0.1" }, "items": [ { "info": { "name": "Decision Manager", "type": "folder" }, "items": [ { "info": { "name": "Create Decision Manager", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/risk/v1/decisions" }, "docs": "Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values." }, { "info": { "name": "List Management", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/risk/v1/lists/:type/entries", "params": [ { "name": "type", "value": "", "type": "path", "description": "The list to be updated. It can be 'positive', 'negative' or 'review'." } ] }, "docs": "This call adds/deletes/converts the request information in the negative list.\n\nProvide the list to be updated as the path parameter. This value can be 'postiive', 'negative' or 'review'.\n" }, { "info": { "name": "Take action on a DM post-transactional case", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/risk/v1/decisions/:id/actions", "params": [ { "name": "id", "value": "", "type": "path", "description": "An unique identification number generated by Cybersource to identify the submitted request." } ] }, "docs": "Take action on a DM post-transactional case" }, { "info": { "name": "Add a comment to a DM post-transactional case", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/risk/v1/decisions/:id/comments", "params": [ { "name": "id", "value": "", "type": "path", "description": "An unique identification number generated by Cybersource to identify the submitted request." } ] }, "docs": "Add a comment to a DM post-transactional case" }, { "info": { "name": "Fraud Marking", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/risk/v1/decisions/:id/marking", "params": [ { "name": "id", "value": "", "type": "path", "description": "Request ID of the transaction that you want to mark as suspect or remove from history." } ] }, "docs": "This can be used to -\n1. Add known fraudulent data to the fraud history\n2. Remove data added to history with Transaction Marking Tool or by uploading chargeback files\n3. Remove chargeback data from history that was automatically added.\nFor detailed information, contact your Cybersource representative\n\nPlace the request ID of the transaction you want to mark as suspect (or remove from history) as the path parameter in this request.\n" } ] } ], "bundled": true }