Buyer Profile Initiate OTP Input

Input details for a buyer profile OTP initiate request.
JSON example
1{
2  "method": "SMS",
3  "reCaptchaToken": "03AFcWe45uIQZjl6LznRTupQwTySasFVbN7_8Pj9",
4  "type": "Verify"
5}
Properties
Name Type Description Required or Optional Available Version
method String The mode used to send one-time-password (OTP) for verification. Possible values are:
  • EMAIL
  • SMS
Required 64.0
reCaptchaToken String An encrypted response generated by Google reCAPTCHA. This token is used as a unique identifier to verify the user's identity. Required 64.0
type String The type for which one-time-password (OTP) is required to be sent. Possible values are:
  • StepUp
  • Verify
Required 64.0