USSD simulator
USSD
USSD simulator
Test your USSD callback with the Beem sandbox simulator.
POST
USSD simulator
Your callback URL must be publicly reachable over HTTPS. The simulator forwards each request to your endpoint via
https://ussdsim.beem.africa/.How to use
1
Set the three body fields
Enter operator, msisdn, and callbackUrl, then click Try it.
2
Verify your handler
Confirm your callback returns the next menu prompt with HTTP 200.
Related
- USSD callback — implement your handler
- Receive USSD session callback — production callback format
Body
application/json
Mobile network operator to simulate.
Available options:
tigotz Example:
"tigotz"
Subscriber phone number (12 digits, e.g. 255712444555).
Example:
"255712444555"
Your publicly accessible USSD callback endpoint (HTTPS).
Example:
"https://your-app.example.com/ussd/callback"
Response
200 - application/json
Response from your callback handler
