A USSD OTP represents a one-time passcode session used to authenticate users through a USSD dial flow.Documentation Index
Fetch the complete documentation index at: https://docs.monime.io/llms.txt
Use this file to discover all available pages before exploring further.
It enables secure, phone-bound verification, ensuring that the person interacting via USSD is the legitimate account holder. In addition to generating and validating the OTP, the flow may include user-facing feedback messages that confirm the process.
Unique identifier for this USSD OTP session.
Status of the OTP session. One of:
- pending: Awaiting verification.
- verified: OTP was successfully confirmed.
- expired: OTP expired before verification.
pending verified expiredUSSD dial code that the user should dial (e.g., *715*12345#) to initiate the OTP verification.
Authorized phone number (MSISDN) associated with this OTP. May be masked for privacy.
Message shown to the user after successful verification, typically rendered on the USSD interface.MaxLength:
255Timestamp when this OTP session was created.
Expiration time after which the OTP becomes invalid.
Optional metadata for attaching additional context or tracking info to this OTP session.