USSD Activity Log
Gain insight into the activity logs of the USSD Session for a Customers Bank Account ID.
USSD Session Activity Logs
GET
{{baseUrl}}/bank-accounts/:bank_account_id/ussd/:ussd_session_code/activity-logs
GET
{{baseUrl}}/bank-accounts/:bank_account_id/ussd/:ussd_session_code/activity-logs
Path Parameters
bank_account_id*
String
ussd_session_code*
String
USSD Session States
“session-created”
"session-activated”
USSD webview page has been opened and the user is reading through the landing page/inserting their bank account and mobile number details.
"link-sent"
Device type has been identified as 'desktop', as such an SMS has been sent to the user.
“link-activated"
User has initiated the dialpad link.
"statement-received”
Statement has been received from the user.
"customer-linked”
Statement has been linked to the customerID
, bankAccountID
and ussdSessionCode
.
“statement-processed”
Statement has been processed and transaction data is available.
“session-expired”
ussdSessionCode
has expired. Expiry of the session is set at 30 minutes.
Last updated
Was this helpful?