{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Statuses API", "version": "1.0" }, "items": [ { "info": { "name": "Statuses", "type": "folder" }, "items": [ { "info": { "name": "isEcbMcRateIssued", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rate-statuses", "params": [ { "name": "request_date", "value": "2023-02-27", "type": "query", "description": "Rate issued date (YYYY-mm-dd)" } ] }, "docs": "Helps determine if the present days Mastercard and ECB conversion rates are available. Refer the Support section for more information on the Mastercard and ECB rate publication schedule." }, { "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 }