POST
/
mobile360
/
otp
/
send
{
  "verification_id": "ABC00122",
  "mobile_number": "123456789",
  "status": "OTP_GENERATED",
  "reference_id": 123454,
  "name": "John Doe",
  "notification_modes": [
    "SMS",
    "WHATSAPP"
  ]
}

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.

Body

application/json

Find the request parameters for Mobile 360 Send OTP

Consent details for Mobile360 Send OTP

mobile_number
string
default:
9988777666
required

It is the 10 digit mobile number of individual.

notification_modes
string[]
required

Modes for sending Otp Possible value

  • SMS
  • WHATSAPP
verification_id
string
default:
test_verification_id
required

It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphaumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.

name
string
default:
John Doe

It is the name of the individual.

Response

200 - application/json

Response for Mobile360 Send OTP

mobile_number
string

Mobile number of the individual.

name
string

Name of the individual.

notification_modes
string[]

Modes for sending Otp Possible value

  • SMS
  • WHATSAPP
reference_id
integer

Reference ID for the transaction.

status
string

It displays the status of the API request. Possible value

  • OTP_GENERATED: The OTP has been successfully generated.
verification_id
string

Unique ID of the verification request.