POST AadharSubmitOtp

Documentation for 'AadharSubmitOtp'.

Request Information

Parameters

NameDescriptionAdditional information
verifyOtp
Documentation for 'verifyOtp'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "otp": "sample string 1",
  "Token": "sample string 2",
  "OrderId": "sample string 3",
  "ref_id": "sample string 5"
}

text/xml

Sample:
<CashFreeEKYCEntities.AadharCardOTPVerifyRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <OrderId>sample string 3</OrderId>
  <Token>sample string 2</Token>
  <UserId>4</UserId>
  <otp>sample string 1</otp>
  <ref_id>sample string 5</ref_id>
</CashFreeEKYCEntities.AadharCardOTPVerifyRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body