Appearance
Skip to content
Are you an LLM? You can read better optimized documentation at /debug-tools/versions.md for this page in Markdown format
Versions

The Versions page shows the build-time version information for the Payment Nexus Management UI — what was deployed, where, and from which commit. All values are injected at build time; there is no live API call behind this page.
Permissions
| Action | Permission required |
|---|---|
| View version information | application:versions |
What is shown
| Field | Description |
|---|---|
| Version | The build version of the Management UI (e.g. v2.20260513.0) |
| Environment | The deployment environment (production, staging, etc.) |
| Commit SHA | The Git commit that produced this build |
| Dependencies | Versions of key internal packages and framework libraries |
The dependency list shows 11 packages: the @nhtio/* internal libraries, plus Nuxt, Vue, and Vuetify. Each entry links to that package's documentation. Versions are read from the pnpm lockfile at build time.
TIP
When reporting a bug or opening a support ticket, include the Version and Commit SHA — they uniquely identify the exact build and make it possible to reproduce and diagnose issues.