Enterprise Infrastructure

Deploy a dedicated, on-premise node for your organization.

Most Popular

On-Prem Node

Full data sovereignty with our 24/7 SLA and dedicated hardware cluster.

$135k / perpetual license
  • Single-tenant architecture
  • SOC2 Type II Certified
  • Dedicated TAM

Ready to deploy?

Secure ACH/Wire via Mercury

Customer Portal

Enter your work email to access pending orders and secure payment links.

Demo Account: buyer@acme.corp

Welcome back,

Your Orders

0 Pending Orders
Secure Checkout

Order Summary

Item Name

Order Ref: REF

Total Due $0.00

Payment Details

Please confirm your billing details to proceed.

Billed To
Acme Corp
Contact
John Doe
Email
john@acme.corp

Bank Transfer (Wire/ACH)

You will be securely redirected to our banking partner to complete the transfer via your corporate account.

Backend System State

Lifecycle manager & simulated polling engine.

Order Ledger

Quote ID Company Mercury Inv ID Amount Fulfillment State

No receivables generated yet.

Mock Database (Users & Quotes)

In production, these are synchronized from Salesforce or Hubspot.

"buyer@acme.corp": {
  company: "Acme Corp",
  contact: "Jane Buyer",
  quotes: [
    { id: "ACM-101", item: "Enterprise SLA - 1 Year", amount: 45000 },
    { id: "ACM-102", item: "On-Prem Deployment Node", amount: 135000 }
  ]
}
                    

The Polling Fallback

Because Mercury does not currently broadcast an invoice.paid webhook, this architecture relies on a background task scheduler (like WP Action Scheduler or a cron job) to poll the GET /api/v1/ar/invoices/{id} endpoint.

When the status changes from unpaid to paid, the order state is updated and fulfillment is triggered.