Overview
Your API key is granted access to a specific list of loan products viaproductAccess. Attempting to initiate a product that is not in your list returns 403 Forbidden.
Journey Products
The EasyCred journey flow supports the following products:Personal Loan
Product Code:
ONLINE_PERSONALLegacy alias: PERSONAL_LOAN (also accepted)A fully digital personal loan journey — from eligibility check through to disbursal.Gold Loan
Product Code:
ONLINE_GOLDLegacy alias: GOLD_LOAN (also accepted)A gold-secured loan journey that includes branch selection and physical gold evaluation.Checking Your Enabled Products
Use the products endpoint to see exactly which products are enabled for your API key:products:read
Example response:
Product Codes
Gold Loan — Additional Requirements
When initiating a Gold Loan journey, you must include agoldLoanDetails object in the request body:
See Integration Steps for the full initiate request reference.