/hr/me/pay/stubs/:id.
Overview
The Pay Stub detail page (PayStubDetailPage, HR-07) renders the full detail view for a single pay stub identified by its :id URL parameter. The page loads stub data via usePayStubDetail and renders the content using PayStubDetailView. A back button navigates to /hr/me/pay (the employee payroll self-service page). This page is part of the employee self-service module (selfServiceRoutes) and handles PHI/PII-adjacent compensation data.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Pay stubs are generated as part of payroll runs.
- Navigate to
/hr/me/payto see your pay history and find the stub you need.
Steps
- Navigate to
/hr/me/payto view your payroll self-service page. - Click a pay stub in the list to open its detail page at
/hr/me/pay/stubs/:id. - Review the earnings, deductions, and net pay information.
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr/self-service-routes.tsx
- src/cores/hr/self-service/pages/PayStubDetailPage.tsx
- src/cores/hr/self-service/hooks/usePayStubDetail.ts