Project

General

Profile

Actions

Sub-task #520

open
NB NB

[FE] - web - identify verification (before thaid)

Sub-task #520: [FE] - web - identify verification (before thaid)

Added by nanon buaphet about 2 months ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
Start date:
04/23/2026
Due date:
% Done:

0%

Estimated time:

Description

get params registerId and token

post https://uat.finansiaportal.com/api/v1/user/verify/email/check?token=8c46c892-56c7-452a-9baf-60c5ca6a1e28&code=0e4a4a01-7def-4a91-9a29-2f725a567551

recheck response

if(200){
  store registerId in session
  return
}

if(message === "user already verified email"){
   ->use registerId to get user.pageId and user.isCreate
   ->if user.isCreate === true
       ->redirect to success page
       return
   ->switch pageId
       case: 700
          ->redirect thaid
          return
       case: 800
          -> redirect thaid success
          return
}

else kick
Actions

Also available in: PDF Atom