{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Currencies API", "version": "1.0" }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Provide Supported Currencies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/supported-currencies" }, "docs": "Provides the list of currencies supported by the application. While sending a transaction amount in the 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": "Mastercard Getcurrencyratedata", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/settlement-currencies" }, "docs": "Provides a list of currencies for which Mastercard publishes currency conversion rates." }, { "info": { "name": "getEnhancedMCCurrencyData", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mc-currencies" }, "docs": "Provides a list of Mastercard currencies for which Mastercard publishes a rate." }, { "info": { "name": "getEcbCurrenciesList", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/ecb-currencies" }, "docs": "Provides the list of currencies for which the ECB publishes an euro foreign exchange reference rate." } ] } ], "bundled": true }