{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Confirmed Fraud Management API", "version": "1.0" }, "items": [ { "info": { "name": "Confirmed Fraud Management", "type": "folder" }, "items": [ { "info": { "name": "Change an Existing Fraud Record Using Minimal Input Parameters for Mastercard Built Transactions.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/mastercard-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to change an existing fraud record using minimal input parameters for Mastercard built transactions. The initiator can modify both successful and rejected fraud transactions and also modify transactions which are submitted via other channels such as GFT, file upload, and online." }, { "info": { "name": "Change an Existing Fraud Record Using Complete Input Parameters for Both Mastercard and Issuer Built Transactions.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/issuer-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to change an existing fraud record using complete input parameters for both Mastercard and Issuer built transactions. The initiator can modify both successful and rejected fraud transactions and also modify transactions which are submitted via other channels such as GFT, file upload, and online." } ] } ], "bundled": true }