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
| Product Code | Display Name | Legacy Alias | Notes |
|---|---|---|---|
ONLINE_PERSONAL | Personal Loan | PERSONAL_LOAN | Standard journey flow |
ONLINE_GOLD | Gold Loan | GOLD_LOAN | Requires goldLoanDetails in initiate request |
Gold Loan — Additional Requirements
When initiating a Gold Loan journey, you must include agoldLoanDetails object in the request body:
| Field | Type | Required | Notes |
|---|---|---|---|
jewellaryList | string[] | Yes | At least one item, e.g. ["Gold chain 22K"] |
grams | string | Yes | Numeric string, e.g. "35.5" |