{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Scores API", "version": "1.0" }, "items": [ { "info": { "name": "Scores", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Fetches Monthly Aggregate Carbon Score for the Transactions Made for the Current Month.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuers/users/:userid/aggregate-carbon-scores", "params": [ { "name": "userid", "value": "f5d88571-ac15-465a-a0d8-1ad1327b9a06", "type": "path", "description": "Unique identifier for a user enrolled into Carbon Calculator Experience platform." } ] }, "docs": "Allows Issuers to retrieve an aggregate carbon footprint for the transactions done by a user." }, { "info": { "name": "Retrieval of Mastercard Transaction-based Credit Scores and Data Insights.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/scores", "body": { "type": "json", "data": "{}" } }, "docs": "Using the provided encrypted list of PAN and consent,\nreturns a delinquency score,\nthat can be used by lenders to make credit application decisions.\n" } ] } ], "bundled": true }