Skip to content

Versions

Versions page showing the Management UI version, environment, commit SHA, and a list of key dependency versions with links to their documentation

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

ActionPermission required
View version informationapplication:versions

What is shown

FieldDescription
VersionThe build version of the Management UI (e.g. v2.20260513.0)
EnvironmentThe deployment environment (production, staging, etc.)
Commit SHAThe Git commit that produced this build
DependenciesVersions 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.