BOI
Simulator

Loan Operations & Webhook Workspace

Customer Workspace

{{ fullName(selectedLoan) }}

Request Reference: {{ selectedLoan.boi_loan_id }} (Alajo Request ID: {{ selectedLoan.alajo_request_id }})

Principal

{{ formatCurrency(selectedLoan.requested_amount) }}

Total Outstanding

{{ formatCurrency(selectedLoan.total_outstanding) }}

Tenure

{{ selectedLoan.tenure_months }} month(s)

Status

{{ businessStatusLabel(selectedLoan.status) }}

Loan Stage Timeline

{{ stage.index }}
{{ stage.label }}

Current Status Summary

{{ loanStage(selectedLoan).summary }}

{{ loanRequestState(selectedLoan.boi_loan_id).message }}

Next Action Gate

{{ nextAction(selectedLoan).title }}

{{ nextAction(selectedLoan).description }}

{{ nextAction(selectedLoan).helper }}

Selected Loan Activity Log

No recent activity recorded for this loan.

{{ activity.title }}

{{ activity.description }}

{{ formatTime(activity.timestamp) }}
JSON
{{ activity.technical }}

No customer loan profile selected

Select an active card from the left customer queue to view the workflow.

Simulator Event Configurations

Advanced parameters and API routing defaults.

Loan Reference Customer Details Requested Value System Status Action Payload Override
{{ loan.boi_loan_id }} Request: {{ loan.alajo_request_id }} {{ fullName(loan) }} BVN: {{ loan.bvn }} {{ formatCurrency(loan.requested_amount) }} {{ loan.status }}

Loan Record JSON

Full model attributes from sandbox database.

{{ JSON.stringify(detailsLoan, null, 2) }}