Configure EMI² Methods
Configure the EMI² methods or instruments of your choice to perform the eligibility check.
You can check eligibility for specific EMI² methods or instruments by passing the instruments
array. If you do not pass the instruments
array, the eligibility check is performed on all applicable EMI² instruments by default.
Use the sample codes below to specify the methods or instruments of your choice:
Use the code given below to check eligibility for HDFC EMI:
{"instruments": [ // optional{"method": "emi","issuers": ["HDFC"],"types": ["debit" // only supports debit]}]}
Use the code given below to check eligibility on a specific Cardless EMI:
{"instruments": [ // optional{"method": "cardless_emi","providers": ["zestmoney"]}]}
Use the code given below to check eligibility on specific Cardless EMI and Pay Later options:
{"instruments": [ //optional{"method": "cardless_emi","providers": ["walnut369"]},{"method": "paylater","providers": ["rzpx_postpaid","getsimpl","icic"]}]}
Was this page helpful?