Skip to main content

PAUSE / RESUME / CANCEL EQ SIP ORDER API

This API allows you to pause, resume, or cancel an existing EQ SIP order.

🔗 Path Parameters

ParameterTypeRequiredDescriptionExample
sipidstringYesSIP Identifier"SI1411220001"
orderStatusstringYesCurrent SIP status"PENDING"
scripNamestringYesScrip symbol"SBIN"
transactionTypestringYesTransaction type"BUY"
investmentTypestringYesInvestment type"QUANTITY"
qtyOrValintegerYesQuantity or value1

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
client_idstringNoClient ID to fetch SIP data for end userclient_id=VISHAL1

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringSpecifies the media type of the requestapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize the request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-101"
messagestringSuccess message"SIP status updated successfully"