{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Categories API", "version": "1.0" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Provide Supported MCCs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/supported-merchant-categories" }, "docs": "Provides a list of merchant category codes supported by the application. While sending transaction data in the 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." }, { "info": { "name": "Mastercard Get a List of Merchant Categories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/categories" }, "docs": "Returns a list of merchant categories" } ] } ], "bundled": true }