{
"opencollection": "1.0.0",
"info": {
"name": "Mastercard Bill Payment Validator Account Opening Languages API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "Languages",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get consent languages",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/consent-languages",
"params": [
{
"name": "locale",
"value": "en-US",
"type": "query",
"description": "Locale of the requested consent language. An optional field, if not passed then en-US will be used."
},
{
"name": "consent_types",
"value": "INDIA_FRICTIONLESS",
"type": "query",
"description": "List of Consent Type for different services. An optional query parameter, if not provided then all type of consent languages will be returned in the response
Possible values are INDIA_FRICTIONLESS, DEVICE_AUTH and FRICTIONLESS_DEVICE_AUTH
Multiple values can be sent in the request in order to receive multiple consents in response."
}
]
},
"docs": "Get the consent language text for enrolled service(s). A merchant/psp can use this API to get the text for their enrollment and cache it for later use."
}
]
}
],
"bundled": true
}