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.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.MobileNumberStringAgent Mobile NumberMN
2.AgentIdStringUnique Agent Id Who is doing aeps for kycMN
3.OtpStringOtp Recevied in Agent Aadhar Registered Mobile NumberMN
4.HashStringValue Received in Send OTP API ResponseClick HereMN
5.OtpReferenceIDStirngValue Received in Send OTP API Response Click HereMN
Language
Authorization
http
Click Try It! to start a request and see the response here!