post https://app.pinwallet.in/api/aeps/v1/kyc/verifyotp
Sample Request :
{
"MobileNumber": "9013300762",
"AgentId": "RT6256999",
"Otp": "288222",
"Hash": "HoxOOvJpCcRamDdiFTveQ4KHooVL2EnA+aR/6GHui3zztr0Nq7UXf8n2JviBiIn+OhjeVBctZFTvHQnrhRTEaEfI2tuOq4xLXgxCjM/nmvzUxMlGVyR5EtBTVPHqwFunJiqAbQyp6VIlyqyPpLJYARHcwkUZt77AxbbSZnT47PjUKGmMWrGs7C+tIokRBRhKwCdr0STY2bBADmsNajRKcKCHReR32DkT8dvQFEJQD02sOGXYidYiincB0Ib7x4NS",
"OtpReferenceID": "YmVkOWEyM2ItMGE2OC00MTA4LTk0ZjEtNWYxNzU0ZDY2ZDI3"
}
Sample Response :
{
"responseCode": 400,
"success": false,
"message": "System Error",
"data": {
"statuscode": "ISE",
"status": "System Error",
"message": null,
"onboardingId": 0,
"name": null,
"dateOfBirth": null,
"gender": null,
"pincode": null,
"state": null,
"districtName": null,
"address": null,
"profilePic": 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. | Otp | String | Otp Recevied in Agent Aadhar Registered Mobile Number | M | N |
4. | Hash | String | Value Received in Send OTP API ResponseClick Here | M | N |
5. | OtpReferenceID | Stirng | Value Received in Send OTP API Response Click Here | M | N |