POST
/api/v1/NSDL-Bank/account_creation.php
NSDL Account Creation
Create savings/current account
Live API Testing
Parameters
api_key
String
Req Ex:
YOUR API KEYorderid
String
Req Ex:
ACC-DEMO-001account_type
Integer
Req Ex:
1agent_pancard
String
Req Ex:
ABCDE1234Fbcagent_id
String
Req Ex:
AGENT-DEMO-123first_name
String
Req Ex:
Johnlast_name
String
Req Ex:
Doeemail
String
Req Ex:
john.doe@example.comphone
String
Req Ex:
9876543210pancard
String
Req Ex:
ABCDE1234Fpincode
String
Req Ex:
110001return_url
String
Req Ex:
https://demo-return.com/callbackSuccess
{
"status_code": 200,
"status": "SUCCESS",
"message": "Account opening request submitted",
"data": {
"request_id": "IMBNSDLACC-DEMO-001",
"redirect_url": "/api/redirecting.php?txnid=DEMO-TXN-789",
"account_status": "submitted",
"account_type": "savings",
"is_refunded": false,
"is_completed": false
},
"order_id": "ACC-DEMO-001"
}
Errors
Error 400
{
"status_code": 400,
"status": "FAILED",
"message": "Invalid account type"
}