{ "opencollection": "1.0.0", "info": { "name": "Mastercard Doconomy Aland Index", "version": "1.0.0" }, "items": [ { "info": { "name": "Footprints", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Calculate Transaction Footprints", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.mastercard.com/doconomy/transaction-footprints", "body": { "type": "json", "data": "{}" } }, "docs": "This service calculates carbon emission based on payment transaction amount and the merchant category code. You can send one or more transactions together to get the transaction footprints." } ] }, { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Provide Supported Currencies", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.mastercard.com/doconomy/supported-currencies" }, "docs": "This service provides list of currencies supported by the application. While sending a transaction amount in Amount object, 'currencyCode' should be from one of the supported currencies. It is recommended to cache this list and use it for checking before sending transactions for footprint calculation.

Generally this list doesn't change that often but it is recommended to refresh this data every 24-hours." } ] }, { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Provide Supported Mccs", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.mastercard.com/doconomy/supported-merchant-categories" }, "docs": "This service provides list of merchant category codes supported by the application. While sending a transaction data in Transaction object, 'mcc' should be from one of the supported merchant categories. It is recommended to cache this list and use it for checking before sending transactions for footprint calculation.

Generally this list doesn't change that often but it is recommended to refresh this data every 24-hours." } ] } ], "bundled": true }