Skip to main content

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

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"EQSIP settings fetched successfully"
dataobjectEQSIP configuration detailsRefer Data Object Fields

📦 Data Object Fields

FieldTypeDescription
allowed_transaction_typearray of stringsList of allowed transaction types for EQSIP
frequency_detailsobjectFrequency-wise EQSIP configuration

📘 Frequency Details

DAILY

FieldTypeDescriptionExample
installment_minintegerMinimum number of installments allowed1
installment_maxintegerMaximum number of installments allowed365
eqsip_min_amountintegerMinimum SIP investment amount500