Bug #9429
WS - Verify mobile number OTP
Status: | Closed | Start date: | 01 December 2020 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % 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 about 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 about 4 years ago
https://dev.silverlakemobility.com/sg/cc_1house_ws/api/secure/linkEmail
{
"deviceId": "abcd1234",
"sessionId":"XXXXXXXXXXXXXXXXXXXXXXXXX",
"email":"something@gmail.com",
"currency":"MYR",
"lang":"en"
}
#3 Updated by Chew Kim Hian about 4 years ago
- Status changed from Assigned to On Hold
#4 Updated by Chew Kim Hian about 4 years ago
- Assignee changed from Poh KL to Ron Zheng Yuan Tan
#5 Updated by Ron Zheng Yuan Tan 2 months ago
- Status changed from On Hold to Closed
- Assignee deleted (
Ron Zheng Yuan Tan)
Closed, no further action on this project