{ "opencollection": "1.0.0", "info": { "name": "Bill Payment Validator Account Opening Mastercard API", "version": "1.0" }, "items": [ { "info": { "name": "Mastercard", "type": "folder" }, "items": [ { "info": { "name": "Add a New Fraud Record Using Minimal Input Parameters for Mastercard Built Transactions.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mastercard-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to add a new fraud record using minimal input parameters for Mastercard built transactions. To submit a transaction as fraud, a match has to be found in the Mastercard transaction data repository(Data Warehouse)." }, { "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." } ] } ], "bundled": true }