Tutorial - creating USSD string definition
This section presents a step-by-step solution to creating a new USSD String definition which is linked to a Qrios API USSD application. By creating such definition, the end user will be able to execute a Check balance
process by calling a shortcode string from a feature phone.
Requirements
- User is logged in.
- User chose the application.
Steps to follow
Open
USSD STRINGS
tab, if it's not already opened.Click the
A new and empty shortcode string definition appears.CREATE NEW
button in USSD Strings.Click its body, to expand it.
Change
Selected process
toExternal USSD App
.Fill the
USSD App Id
field.Optionally insert static parameters in the Code segments. Type numeric value in
This shortcode segment is considered static, because it will always be `489`, it doesn't change in any of the USSD calls.Code segments
field. Then press Enter on your keyboard or click theCreate "x"
buttonClick the
The button may be inactive, when there are errors in any of the shortcode definitions. Entering correct values fixes this issue and allows to save the changes. Upon saving, the changes are available after a few seconds. In this case, the end user can call shortcode string `*425*003*489#`, which will execute processes called `Check balance`.SAVE CHANGES
button to apply the newly created shortcode string definition.