{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Products API", "version": "1.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Search products", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/products/searches", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the product information using the card number provided for the requested date. If no date is provided, then current date will be used." } ] } ], "bundled": true }