Skip to main content

EDIS-DPDetails

This API returns the Depository Participant (DP) details and Beneficiary account details associated with the EDIS (Electronic Delivery Instruction Slip) process for a client.

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authorizationaccess-token
Content-typestringContent type of the requestapplication/json
x-api-keystringAPI key for authenticationx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the stauts of the API request"success"
codestringA Response code indicating the result of the API call"s-101"
messagestringMessage describing the response"DP Gateway Fetched successfully"
dataobjectContains DP and beneficiary detailsSee details below

📃Data Object Info Fields

FieldTypeDescriptionExample/ENUM
sCleintIdstringUnique Identifier of the client"Demo131"
sGroupIdstringIdentifier for the client's group"HO"
sClientCodestringCleint code for account information"NXWAD"
nBeneficiaryAccountNumberstringBeneficiary account number used in EDIS"00005674"
sDpIdstringDepository Participant (DP) ID"12090878"
sDepositorystringName of the depository"CDSL"
nBenficiaryStatusintegerStatus of the beneficiary account1
nPriorityintegerPriority of the DP account for transaction usage1
sDPBankIdstringBank ID linked to the DP account"Bank00123"
get/transactional/v1/getDPDetailsEDIS