Skip to content

Home Menu View

The home menu view is the main ussd view and the start point for end users to interact with pipevest system.

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"
}
}
What the customer sees
Select an investment option:

1. Stocks
2. My Portfolio
USSD Home View

Check out an example of the ussd home view