{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Benefits API", "version": "1.0" }, "items": [ { "info": { "name": "Benefits", "type": "folder" }, "items": [ { "info": { "name": "Search benefits", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/benefits/searches", "body": { "type": "json", "data": "{}" } }, "docs": "Send cardholder information and a date, get the benefits that the cardholder had for that date. If no date is provided the current one is used." } ] } ], "bundled": true }