User Status
Returns the user’s registration status.
The classifications are as follows-
Active- "0"
Existing User- "1"
New User- "2"
Closed- "3"
Pending- "4"
Request
POST https://move-uat.goverapay.com/customer/user/status
Request Body
Name
Type
Description
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
Used to Identify the type of transaction. Value: “04”
mobile
INT
mobile number server expect to start with 00249 continuous 9-digit mobile number
Sample Data:
{
"UUID": "1e056384-625a-43ba-9876-6ddd7d9a5d51",
"transType":"04",
"mobile": "099874563214"
} {
"responseCode": "00",
"responseMessage": "PENDING",
"transType": "04",
"UUID": "280e706b-e1d1-4fea-9780-fefaec992738",
"user_status": "4"
}Last updated
Was this helpful?