Skip to main content
POST
Mobile 360 Verify OTP

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

x-api-version
string
required

API version to be used. Format is in YYYY-MM-DD

Body

application/json

Find the request parameters for Mobile 360 Verify OTP

verification_id
string
default:test_verification_id
required

The same unique ID provided during the Send OTP request.

Example:

"test_verification_id"

otp
string
default:123456
required

The OTP sent to the mobile number provided in the Send OTP request.

Example:

"123456"

Response

Response for Mobile360 Verify OTP.

verification_id
string

Unique ID of the verification request.

Example:

"test_verification_id_123"

reference_id
integer

Unique reference ID for the transaction.

Example:

987654

status
string

It displays the status of the API request. Possible values are

  • SUCCESS: Data has been successfully fetched using the provided mobile number.
  • DETAILS_NOT_FOUND: No data for the given mobile number could be retrieved.
Example:

"SUCCESS"

personal_details
object

Personal information of the individual.

phone_numbers
object[]
emails
object[]
passport_details
object[]
bank_account_details
object[]
aadhaar_details
object[]
ration_card_details
object[]
driving_license_details
object[]
voter_details
object[]
pan_details
object[]
addresses
object[]
employment_details
object

Employment details of the individual.

telco_details
object

Telco information of the individual.