post https://app.pinwallet.in/api/aeps/v1/kyc/sendotp
Sample Request :
{
"MobileNumber": "9966332266",
"AgentId": "RT6395789",
"Aadhaar": "897523696955",
"Consent": "Y",
"Email": "[email protected]",
"Latitude": "90",
"Longitude":"-90",
"Pan": "BKKPG34153D"
}
Sample Response :
{
"responseCode": 400,
"success": false,
"message": "The pan format is invalid.",
"data": {
"statuscode": "400",
"status": "The pan format is invalid.",
"message": null,
"aadhaar": null,
"otpReferenceID": null,
"hash": null
}
}
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | MobileNumber | String | Agent Mobile Number | M | N |
2. | AgentId | String | Unique Agent Id Who is doing aeps for kyc | M | N |
3. | Aadhaar | String | Agent Aadhar Number | M | N |
4. | Consent | String | Value Either "Y" or "N" | M | N |
5. | Stirng | Valid Email Address | M | N | |
6. | Latitude | Stirng | Location Latitude | M | N |
7. | Longitude | Stirng | Location Longitude | M | N |
8. | Pan | Stirng | Agent Unique PAN Number | M | N |