{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Update API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Update", "type": "folder" }, "items": [ { "info": { "name": "Provide details of the payment outcome", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/fraudsight/update/payment", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provide payment outcome information.\n\n__Note:__ This should only be provided if using a different gateway for the payment.\n" }, { "info": { "name": "Provide details of a payment that resulted in fraud", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/fraudsight/update/fraud", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provide payment fraud information." }, { "info": { "name": "Provide details of a payment that resulted in a chargeback", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/fraudsight/update/chargeback", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provide payment chargeback information." } ] } ], "bundled": true }