{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Ica API", "version": "1.0" }, "items": [ { "info": { "name": "Ica", "type": "folder" }, "items": [ { "info": { "name": "Get Status of an Existing Fraud Record for Both Mastercard and Issuer Built Transactions.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/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 }