{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Offers API", "version": "1.0" }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Performs installments eligibility and returns a list of eligible offers.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/offers", "headers": [ { "name": "Correlation-Id", "value": "9110be3b-d729-44e4-848c-c1844174cfbf" }, { "name": "Accept-Language", "value": "en" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows customers to find eligible installment offers. It takes Primary Account Number (PAN), merchant information, and transaction information as input, performs installment eligibility, and returns a list of matching offers in response. If eligible offers are found, the API returns the details of each offer including tenure, interest rates, fees, terms and conditions, and a detailed loan repayment schedule etc., which can be presented to cardholders. If no eligible offers match th" } ] } ], "bundled": true }