1. Verification
Finzep-API Document
  • Getting Started
  • Payout API
    • Introduction
    • Status Check
      GET
    • Payout
      POST
  • Collect
    • UPI Intent
      POST
    • Collect UPI
      POST
    • Status Check
      POST
    • GenerateStaticQR2
      POST
    • GetDynamicQR2
      POST
  • Verification
    • Account Verification
      POST
    • Mobile to Account Verification
      POST
    • VPA to Account Verification
      POST
    • UPI Validation
      POST
    • Mobile to Name Verification
      POST
    • Mobile to UPI Verification
      POST
    • Credit Score Verification
      POST
    • PAN Verification
      GET
    • GST Verification
      POST
    • Account Verification Without Penny Drop
      POST
    • Aadhar Verification (Generate OTP)
      GET
    • Aadhar Verification (Validate OTP)
      GET
  • Resource
    • Balance Check
      GET
    • Dispute URL
      GET
    • Get Resource
      POST
  • Schemas
    • Schemas
      • _SenderRequest
      • AddBeneRequest
      • APIRequestOutlet
      • APIUserGIRequest
      • AppAmountRequest
      • AppDMTRecieptReq
      • AppReceiptRequest
      • AppSendMoneyReq
      • AppSessionReq
      • BeneDetail
      • BeneficiaryReq
      • BeneficiaryReqDMTAPIRequest
      • BeneficiaryVerifyRrequest
      • BeneficiaryVerifyRrequestDMTAPIRequest
      • ConnectPayoutRequest
      • CreateBeneficiaryRequest
      • CreateBeneficiaryRequestDMTAPIRequest
      • CreateDMTSenderReq
      • CreateDMTSenderReqDMTAPIRequest
      • Data
      • DecimalAPIRequestBase
      • DeleteBeneficiaryReq
      • DeleteBeneficiaryReqDMTAPIRequest
      • DeviceAdditionalInfo
      • DeviceInfo
      • DMTNTransactionReq
      • DMTNTransactionReqDMTAPIRequest
      • GetHelpTopicReq
      • GetSenderReq
      • GetSenderReqDMTAPIRequest
      • GetTicketReq
      • GetTicketReqAppSessionReq
      • ICICIAuth
      • Int32AppSessionReq
      • IntiateUPIRequest
      • IPGeolocationInfo
      • Location
      • MatchOTPForWalletService
      • OMBeneficiary
      • OMSender
      • OpenMoneyRequest
      • OutletKYCDoc
      • OutletRequest
      • Param
      • PaymentConfirmationModel
      • PayoutTransactionRequest
      • PidData
      • PidDataTypeEnum
      • PlansRespModel
      • PSHLRResponse
      • QRAPIUserDyanamicRequest
      • QRAPIUserRequest
      • RechargeRequest
      • ReqSendMoney
      • Resp
      • SDKIntitateRequest
      • SDKRequest
      • SDKTrxStatusRequest
      • SenderDetailReq
      • Skey
      • SubjectGet
      • SubjectGetAppSessionReq
      • UPIStatusCheckAPIReq
      • ValidateDMTBioMatReq
      • ValidateDMTBioMatReqDMTAPIRequest
      • VerifyAccountReq
      • VerifyAccountReqDMTAPIRequest
      • VerifyUPICashoutOTPAPIReq
      • VerifyUPICashoutOTPAPIReqAPIRequestBase
      • WalletServiceRequest
      • XPressServiceProcRequest
  1. Verification

Aadhar Verification (Validate OTP)

GET
/APIVerification/ValidateAadharOTP
This API validates the OTP received by the user after calling the Generate Aadhaar OTP API. It confirms if the OTP is correct and Aadhaar authentication is successful.

Request

Query Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.finzep.com/APIVerification/ValidateAadharOTP?UserID&Token&AccountNo&SPKey&ReferenceID&OTP'
Response Response Example
{
  "ErrorCode": "200",
  "Statuscode": 1,
  "Msg": "Successful",
  "IsAadharValid": true,
  "IsNumberLinked": true,
  "Profile": "XXXX-XXXX-1234",
  "FullName": "Rahul Sharma",
  "DOB": "1993-08-14",
  "PostOffice": "New Ashok Nagar",
  "Gender": "M",
  "Country": "India",
  "SubDistrict": "Noida",
  "District": "Gautam Buddha Nagar",
  "State": "Uttar Pradesh",
  "Pincode": "201301",
  "IsMobileVerified": true
}
Modified at 2025-09-09 05:45:51
Previous
Aadhar Verification (Generate OTP)
Next
Balance Check
Built with