Skip to main content

EQ SIP Setting Details

This API call returns the configuration settings for Equity Systematic Investment Plans (EQSIP), including allowed transaction types, frequency details, and the minimum amount allowed.

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
AuthorizationstringYesBearer token for authentication.Bearer {{access_token}}
x-api-keystringYesAPI provided for access{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the status of the API call"success"
codestringA Response code indicating the result of the API request"s-101"
messagestringDescriptive message about the API call."EQSIP Setting Fetched Successfully"
dataobjectContains EQ SIP configuration details.See details below

📦Data Object Info Fields

FieldTypeDescriptionExample
allowed transaction typearray of stringsList of transaction types allowed for EQ SIP"BUY", "SELL"
frequency_detailsobjectContains frequency related configurationsSee details below
eqsip_min_amountnumberMinimum investment amount for EQ SIP (in INR)"500"

🧾Frequency Object Info Fields

FieldTypeDescriptionExample
MonthlyobjectMonthly SIP Configurtion details["1"–"30"]
FothnightlyobjectFortnightly SIP configuration details[15, 30]
WeeklyObjectWeekly SIP configuration details["MONDAY"–"FRIDAY"]
DailyObjectDaily SIP configuration details"1-365"

⚠️Note : Each of the above frequency types (MONTHLY, FORTHNIGHTLY, WEEKLY, DAILY) generally includes configuration details like the available options (days/dates), and the default option.

get/transactional/{version}/eqsipSettingDetails