Bug #9429

WS - Verify mobile number OTP

Added by Chew Kim Hian almost 4 years ago. Updated almost 4 years ago.

Status:On HoldStart date:01 December 2020
Priority:HighDue date:
Assignee:Ron Zheng Yuan Tan% Done:

0%

Category:-Spent time:-
Target version:-
GETUP App Version:1.0.0.x.x iOS & Android GETUP Phase:Phase 1
GETUP System Version:1.0.0.x.x

Description

Parameter - OTP + standard mleb(language,currency,deviceid,token)
-check from the table which store the otp + mobile number + device id
-verify the otp and create user profile in mleb core
-create customer profile using mobile number (using 1house schema no more use mleb_common customer profile)
-customer profile have to cater for email as well.

History

#1 Updated by Poh KL almost 4 years ago

Request OTP :
https://dev.silverlakemobility.com/sg/cc_1house_ws/api/general/requestOtp {
"deviceId": "abcd1234",
"phoneCountryCode":"+60",
"phoneNumber":"165555555",
"currency":"MYR",
"lang":"en"
}

Verify OTP :
https://dev.silverlakemobility.com/sg/cc_1house_ws/api/general/verifyOtp {
"deviceId": "abcd1234",
"phoneCountryCode":"+60",
"phoneNumber":"165555555",
"otp":"123456",
"currency":"MYR",
"lang":"en"
}

BE not ready will hit error when calling.

#2 Updated by Poh KL almost 4 years ago

https://dev.silverlakemobility.com/sg/cc_1house_ws/api/secure/linkEmail

{
"deviceId": "abcd1234",
"sessionId":"XXXXXXXXXXXXXXXXXXXXXXXXX",
"email":"",
"currency":"MYR",
"lang":"en"
}

#3 Updated by Chew Kim Hian almost 4 years ago

  • Status changed from Assigned to On Hold

#4 Updated by Chew Kim Hian almost 4 years ago

  • Assignee changed from Poh KL to Ron Zheng Yuan Tan

Also available in: Atom PDF