post https://dextox.in/api/psdmt/service/DmtEkyc
Use this API to do Remitter Ekyc
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
mobile | long | YES | Remitter Mobile Number |
aadhaar_number | long | YES | Remitter Aadhar Number |
lat | string | YES | Latitude |
long | string | YES | Longitude |
data | string | YES | xml Data |
accessmode | string | NO |
Sample Request
{
"mobile":80XXXXXXXX0,
"aadhaar_number":56XXXXXXXX,
"lat":"21.XXXX",
"long":"71.XXXX",
"data":"<XML>",
"accessmode":""
}
Sample Response
{
"status":true,
"response_code":1,
"message":"Kyc completed and OTP has been sent to remitter mobile number.",
"data":{
"mobile":"89XXXXXX02",
"ekyc_id":"58XX6",
"stateresp":"53XXXXX43"
},
"txn_status":0
}