{
"opencollection": "1.0.0",
"info": {
"name": "Mastercard Bill Payment Validator Account Opening Merchant Participation API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "Merchant Participation",
"type": "folder"
},
"items": [
{
"info": {
"name": "Provides status of merchant participation updates",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/merchants/participations",
"params": [
{
"name": "request_id",
"value": "7223372036854776000",
"type": "query",
"description": "The request ID is obtained by calling POST /merchants/participations API."
},
{
"name": "offset",
"value": "100",
"type": "query",
"description": "Determines the number of items needed in the start of the list, to retrieve the list starting from the offset."
},
{
"name": "limit",
"value": "100",
"type": "query",
"description": "Controls the maximum number of items in the list."
}
]
},
"docs": "Allows registered partners to fetch a list of merchants with participation details whose participation request is completed successfully. If query parameter 'request_id' is supplied then the response will be limited to only those merchant objects with any status (PENDING, COMPLETED) that were part of that particular request.
For details on mandatory fields in response, please consult the description section of the POST: /merchants/participations endpoint.
In case of request fai"
},
{
"info": {
"name": "Allows a registered partner to create or update merchant participation details",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/merchants/participations",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This endpoint enables registered partners to manage merchant participation details, indicating whether a merchant has opted into or out of Buy Now Pay Later. A unique MAID-based merchant is identified by a combination of acquirerICA, merchantLegalName, and countryCode.
It facilitates the creation of a merchant with participation and allows updates to existing participation information, such as adding more MIDs, toggling opt-in flags, modifying address fields, and updating wallet informa"
}
]
}
],
"bundled": true
}