API Reference

SendOTP

Log in to see full request history
Sample Request :
 {
    "MobileNumber": "9966332266",
    "AgentId": "RT6395789",
    "Aadhaar": "897523696955",
    "Consent": "Y",
    "Email": "test@gmail.com",
    "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.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.MobileNumberStringAgent Mobile NumberMN
2.AgentIdStringUnique Agent Id Who is doing aeps for kycMN
3.AadhaarStringAgent Aadhar NumberMN
4.ConsentStringValue Either "Y" or "N"MN
5.EmailStirngValid Email AddressMN
6.LatitudeStirngLocation LatitudeMN
7.LongitudeStirngLocation LongitudeMN
8.PanStirngAgent Unique PAN NumberMN
Body Params
Headers
string
string
Response

Language
Credentials
Click Try It! to start a request and see the response here!