{ "opencollection": "1.0.0", "info": { "name": "Mastercard Suspected Fraud", "version": "1.2.11" }, "items": [ { "info": { "name": "Mastercard", "type": "folder" }, "items": [ { "info": { "name": "Add a New Suspected Fraud Record Using Minimal Input Parameters for Mastercard Built Transactions.", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/fld/suspected-frauds/mastercard-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to add a new suspected fraud record using minimal input parameters for Mastercard built transactions. To submit a transaction as suspected fraud, a match has to be found in the Mastercard transaction data repository(Data Warehouse)." }, { "info": { "name": "Change an Existing Suspected Fraud Record Using Minimal Input Parameters for Mastercard Built Transactions.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mastercard.com/fld/suspected-frauds/mastercard-frauds", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to change an existing suspected fraud record using minimal input parameters for Mastercard built transactions. The initiator can modify both successful and rejected suspected fraud transactions and also modify transactions which are submitted via other channels Online and API." } ] }, { "info": { "name": "Fraud", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Confirm, Delete or Mark Record as Not Fraud for an Existing Suspected Fraud Record.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mastercard.com/fld/suspected-frauds/fraud-states", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows the initiator to change an existing suspected fraud to confirmed fraud, delete suspected fraud record or mark the suspected transaction as not fraud." }, { "info": { "name": "Get Status of an Existing Suspected Fraud Record for Mastercard Built Transactions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.mastercard.com/fld/suspected-frauds/fraud-statuses/icas/:ica", "params": [ { "name": "ica", "value": "1076", "type": "path", "description": "Refers to the ICA of the suspected 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 suspected 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 suspected 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 suspected fraud record using combination of ICA and Ref ID or ACN, for Mastercard built transactions. The initiator can get status of the suspected fraud transaction submitted via Online & API channel." } ] } ], "bundled": true }