Skip to main contentSkip to content

Updated Aug 20, 2026

Header actions

Last updated: 2026–05-27

The detail page header (below the breadcrumb) holds global actions that apply regardless of which tab is active.

Auditor warning: Request OTP, Update Status, and Schedule are hidden entirely for the Auditor role. Download Application PDF remains available.


Download Application PDF

ItemDetail
ControlDownload icon with tooltip “Download Application PDF”
ActionGenerates/downloads a PDF snapshot for the current session
RolesAvailable to all roles that can open application detail, including Auditor

Use case

Export a point-in-time summary for compliance, mail packages, or offline review.


Update Status

ItemDetail
ControlPrimary button labeled Update Status
OpensDropdown of allowed transitions, then a confirmation modal
APIUpdateAppStageAPIView — updates stage flags, may run workflows, webhooks, and emails

Status options (manual)

UI labelAPI status codeTypical effect
Approve1Sets stage to Approved, may continue workflow, triggers application.approved webhook
Decline8Sets stage to Declined, triggers application.declined webhook
Doc Requested5Sets stage to Document, triggers application.request_docs webhook
Withdrawn100Sets stage to Withdrawn, may send withdrawn email template
Closed10Sets stage to Closed
Processing0Resets to Processing stage

Which options appear depends on the current stage (for example, from Approved you can still Decline, request docs, withdraw, move to Processing, or Close).

FieldRequiredPurpose
OutcomeOftenTenant-configured assignment tied to the action
Tab / stepSometimesFor doc request or decline flows tied to a template tab
NoteOptionalAppended to activity log; may also create an application note server-side
Approve variablesOn Approve (if configured)Extra fields collected before approval is finalized

Approve with variables

If the product defines approve variables, choosing Approve opens a secondary confirmation to capture those values before the status API runs.

Use cases

ScenarioSteps
Manual approval after reviewUpdate StatusApprove → select outcome → add note → confirm
Request paystubDoc Requested → pick tab/step if prompted → confirm
Wrong approvalDecline or Processing (if available) per policy, then re-run workflow from Application tab

Edge cases

SituationSystem behavior
RAI tenantApprove may route to a review queue and send continue-application email
Was in review/doc state before approveMay run child decision tree or continue_application instead of simple approve
DealerTrack sourceStatus change may notify external dealer system; failures can block the API response
Sandbox sessionWebhooks and async jobs use the sandbox database queue

Implementation notes

  • The UI component is named UpdateStage in code but the button reads Update Status—it does not move a separate “pipeline stage” (Application → Underwriting → Funding).
  • Decline uses assignment action mapping 8 in the UI but may map outcomes with action === 2 in the outcome picker.
  • Notes entered here can be duplicated into the structured app_notes array on the application record.

Request OTP

ItemDetail
ControlRequest OTP button → modal
MethodsEmail and/or mobile (based on applicant contact data)
FlowSend → applicant receives code → agent can verify six-digit OTP in modal
ExpiryOTP send state tracked ~30 minutes per session (client-side persistence)

Use cases

Verify applicant identity before discussing account details on a phone call, or before sensitive manual steps.

Edge cases

SituationBehavior
Missing email and phoneMethod selection may be limited
ResendAvailable after initial send
Verify failureUser stays in modal; no status change

Schedule (Cashmax only)

ItemDetail
VisibilityShown only when the application’s tenant domain includes cashmax
ControlSchedule secondary button
ModalScheduleAppointment — books an appointment linked to the application

Non-Cashmax tenants never see this control.


What is not in the header

FeatureActual location
Edit applicant wizard fieldsEditApplication modal exists in code but is not exposed via a header edit icon in the current build—use Application tab section edit
Assign / tagsOverview panel
Revert workflow stepApplication tab per-section Revert to this step

← Application detail hub

LendAPI Field Guide.