-
Notifications
You must be signed in to change notification settings - Fork 1
/
ussid_response.json
21 lines (21 loc) · 1.37 KB
/
ussid_response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"welcome":"CON Would you like to register \n 1. Register Account \n 2. Cancel",
"register":"CON Enter your username",
"activate":"CON Want to activate your account? \n 1. Yes \n 2. No",
"activate_accept":"END request received. \n your will notified soon",
"activate_reject":"END account not activated",
"main":"CON Main Menu. \n 1. Topup \n 2. Withdraw \n 3. Balance \n 4. Statement \n 5. Deactivate \n 6. Cancel",
"cancel":"END This is E-wallet. \n Good Bye",
"reg_success":"END Account registered activation request has been sent \n please confirm the activaton fee by entering your mpesa pin",
"suspended":"END sorry this account has been suspended",
"top_up":"CON Enter your amount",
"top_up_invalid":"END Invalid Amount \n you can only top up 10 Ksh and above",
"check_balance":"END Your current Account balance is: ",
"statement":"END Your request is being processed",
"deactivate":"END Your accounth has been deactivated. \n You can no longer transact untill you reactivate",
"invalid":"END Invalid option",
"topup_success":"END A Transaction request have been made to your phone \n Confirm it by entering your mpesa pin",
"withdraw_success":"END Request received you will get a confirmation message soon",
"withdraw_invalid_amount":"END Invalid amount",
"withdraw":"CON Enter the amount you would like to withdraw"
}