ussd/services/registration/pp.csv
2024-08-31 12:58:48 +03:00

1.5 KiB

1flagflag_language_set8checks whether the user has set their prefered language
2flagflag_account_created9this is set when an account has been created on the API
3flagflag_account_pending10this is set when an account does not have a status of SUCCESS
4flagflag_account_success11this is set when an account has a status of SUCCESS
5flagflag_account_authorized12this is set to allow a user access guarded nodes after providing a correct PIN
6flagflag_invalid_recipient13this is set when the transaction recipient is invalid
7flagflag_invalid_recipient_with_invite14this is set when the transaction recipient is valid but not on the platform
8flagflag_incorrect_pin15this is set when the provided PIN is invalid or does not match the current account's PIN
9flagflag_allow_update16this is set to allow a user to update their profile data
10flagflag_invalid_amount17this is set when the given transaction amount is invalid
11flagflag_pin_set18this is set when a newly registered user sets a PIN. This must be present for an account to access the main menu
12flagflag_valid_pin19this is set when the given PIN is valid
13flagflag_pin_mismatch20this is set when the confirmation PIN matches the initial PIN during registration
14flagflag_incorrect_date_format21this is set when the given year of birth is invalid
15flagflag_account_creation_failed22this is set when there's an error from the API during account creation
16flagflag_single_edit23this is set to allow a user to edit a single profile item such as year of birth