Appearance
Skip to content
Are you an LLM? You can read better optimized documentation at /administration/domains.md for this page in Markdown format
Domains

The Domains module is a read-only directory of all checkout domains registered in Payment Nexus. A domain is a fully qualified domain name (FQDN) that routes incoming checkout traffic to a specific tenant. Domains are managed through each tenant's own configuration — this module provides a system-wide view across all tenants.
Permissions
| Action | Permission required |
|---|---|
| View the directory | domain:read + application:administer |
| Open a domain record | domain:read + application:administer |
Directory columns
| Column | Description |
|---|---|
| ID | Internal domain identifier |
| Fully Qualified Domain Name | The hostname (e.g. checkout.example.com) |
| Usage Environment | Whether the domain is production or sandbox |
| Description | Optional note about the domain's purpose |
| Tenant | The tenant this domain is assigned to |
Production vs Sandbox
Each domain is classified as either production or sandbox:
- Production — Handles live transactions.
- Sandbox — Used for testing and integration development. Can optionally be restricted to a whitelist of IP addresses so only designated test systems can reach it.
To add, edit, or remove domains for a tenant, navigate to that tenant's record and use the Domains section there.