{
"opencollection": "1.0.0",
"info": {
"name": "Mastercard Bill Payment Validator Account Opening Supported Parameters API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "Supported Parameters",
"type": "folder"
},
"items": [
{
"info": {
"name": "Mastercard Provide Supported Currencies",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/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": "Mastercard Provide Supported Mccs",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/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
}