The home menu view is the main ussd view and the start point for end users to interact with pipevest system.
Accessing the Home View
This is the menu that is displayed once a customer session is created. From here the customer can choose to view stocks or their portfolio.
Example Response
{
"message": "USSD session created successfully",
"data": {
"sessionId": "ussd_5310deea137a9cd999b02ae68a7bbbec",
"currentState": "HOME",
"menu": {
"state": "HOME",
"text": "Select an investment option:",
"options": [
{
"key": "1",
"label": "Stocks",
"nextState": "STOCKS"
},
{
"key": "2",
"label": "My Portfolio",
"nextState": "MY_PORTFOLIO"
}
],
"isEndState": false
},
"ussdText": "Select an investment option:\n\n1. Stocks\n2. My Portfolio",
"expiresAt": "2025-11-06T14:58:33.942Z"
}
}
Home View Example
USSD Home View
Check out an example of the ussd home view