EDIS (Approval) Page Redirect – NSDL
This API facilitates the creation of a browser pop-up URL to request EDIS approval for securities delivery via NSDL. Upon user approval in the pop-up, the response is sent back to the parent application window for further processing.
📝Request Body Schema
| Field | Type | Description | Example |
|---|---|---|---|
| depository | string | Target Depository | "NSDL" |
| usercode | string | User code obtained from login response | "AABB12" |
userId | string | Unique Client Code (UCC) | "UCC12345" |
| groupId | string | Group Identifier | "HO" |
| managerIP | string | Manager system IP address | 10.0.01.15 |
| sessionID | string | Unique session Identifier | 0x0987YU7658990 |
| channel | string | Requested channel | MOB ,WEB |
| isin | string | ISIN of the main security | INE78765800 |
| isinName | string | Name of the main security | BHARAT ELECTRONICS LTD |
| exchangeCD | string | Exchange Code | NSE,BSE |
| product | integer | Product code (Cash segment = 1) | 1 |
| instrument | string | Type of Instrument | Equity |
| Quantity | integer | Quantity of the main security | 2 |
| dpID | string | Depository Participant ID | 1209020 |
| clientID | integer | ClientID | 120589663000 |
| productcode | string | Product Source/Application | ODINAERO , WAVE |
| ScripDetails | string | JSON string containing security details | {"ISIN":"INE263A01024","Quantity":2,"ISINName":"BHARAT ELECTRONICS LTD"} |
| ProductType | string | Product Type | D (Delivery), MF (MTF) |
| ReqId | string | Unique Request Identifier | GER123 |
| amo | string | After Market order flag | Y,N |
| SettlmtCycle | string | Settlement Cycle | T1,T2 |