EQSIP SETTING DETAILS
This API returns the Equity SIP (EQSIP) configuration and eligibility settings applicable to the user, including allowed transaction types, supported frequencies, and investment limits.
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "EQSIP settings fetched successfully" |
| data | object | EQSIP configuration details | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description |
|---|
| allowed_transaction_type | array of strings | List of allowed transaction types for EQSIP |
| frequency_details | object | Frequency-wise EQSIP configuration |
📘 Frequency Details
DAILY
| Field | Type | Description | Example |
|---|
| installment_min | integer | Minimum number of installments allowed | 1 |
| installment_max | integer | Maximum number of installments allowed | 365 |
| eqsip_min_amount | integer | Minimum SIP investment amount | 500 |