Individual Stock View
The individual stocks view contains the available operations/options for a given stock.
Accessing the individual stock view
In the example request below, the user has chosen option 1
from the stocks
menu view
Example Response
Enabling input purchase mode
Returns a view that prompts the user to input the stock purchase amount.
Example Response
When confirming the stock input purchase amount, {amount}
in the url must be
swapped with the user input.
Enabling detail mode
Returns a more detailed view of the stock details.
Example Response
Query parameters
query | Definition | Required |
---|---|---|
customerId | The unique customer identifer | Yes |
symbol | The stock symbol | Yes |
inputMode | Returns a view that prompts the user to input the stock purchase amount. Default is false | No |
detailMode | Returns a more detailed view of the stock details. Default is false | No |
Stocks View Example
USSD Individual Stock View
Check out an example of the ussd individual stock view