{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Confirmed Fraud Submission API", "version": "1.0" }, "items": [ { "info": { "name": "Confirmed Fraud Submission", "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": "Add a New Fraud Record Using Complete Input Parameters for Both Mastercard and Issuer Built Transactions.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuer-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to add a new fraud record using complete input parameters for both Mastercard and Issuer built transactions. The transaction will be looked up in the Mastercard transaction data repository (Data Warehouse) and if a match is found, it is submitted as a Mastercard built fraud record. If no match is found, the transaction will be submitted as an Issuer built fraud record." } ] } ], "bundled": true }