{ "opencollection": "1.0.0", "info": { "name": "Mastercard Confirmed Fraud", "version": "1.3.06" }, "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": "https://api.mastercard.com/fld/confirmed-frauds/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": "https://api.mastercard.com/fld/confirmed-frauds/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." } ] }, { "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": "https://api.mastercard.com/fld/confirmed-frauds/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": "https://api.mastercard.com/fld/confirmed-frauds/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." } ] }, { "info": { "name": "Fraud", "type": "folder" }, "items": [ { "info": { "name": "Delete an Existing Fraud Record or Confirm a Suspended Fraud Record for Both Mastercard and Issuer Built Transactions.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mastercard.com/fld/confirmed-frauds/fraud-states", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to delete an existing fraud record or confirm a suspended fraud record for both Mastercard and Issuer built transactions. Operation type FDD will delete existing fraud records from FLD, irrespective of the fraud state i.e., success / rejected / suspended. And operation type FDE will confirm an existing fraud record which was suspended due to reasons such as potential duplicates, billing variance, suspicious amounts, etc." }, { "info": { "name": "Get Status of an Existing Fraud Record for Both Mastercard and Issuer Built Transactions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.mastercard.com/fld/confirmed-frauds/fraud-statuses/icas/:ica", "params": [ { "name": "ica", "value": "1076", "type": "path", "description": "Refers to the ICA of the fraud record which needs to be searched for its status. It is mandatory parameter along with Ref ID or ACN.." }, { "name": "ref_id", "value": "", "type": "query", "description": "Refers to the reference ID of the API call which was used to submit fraud record. This is optional parameter if ACN is present in the request." }, { "name": "acn", "value": "", "type": "query", "description": "Refers to the ACN of the fraud record whose status is to be fetched. This is optional parameter for record submitted through APIs." } ] }, "docs": "This endpoint allows the initiator to get the status of an existing fraud record using combination of ICA, Ref ID & ACN, for both Mastercard and Issuer built transactions. The initiator can get status of fraud transaction submitted via any channel GFT, File upload, Online & API." } ] } ], "bundled": true }