Hosted flows
Branded payment links, checkout sessions, and recipient portals — polished UX that still settles through Cloak.
Links · expiry · success URLs
Your money behaves the way you planned—allocated as intended, privately executed, and governed by your rules.
Developers wire up checkout with a server-side API key; you choose the public pay-link URL per key in the dashboard (or rely on Treasurix defaults). Hosted links still settle into the same treasury you see here.
import { TreasurixCheckoutClient } from "treasurix-checkout-sdk";
// For a self-hosted or local Treasurix, set TREASURIX_ORIGIN (or treasurixOrigin) on this server.
// Public pay-link host is configured by the owner in the dashboard (per API key).
const client = new TreasurixCheckoutClient({
apiKey: process.env.TREASURIX_API_KEY!,
});
const session = await client.createCheckoutSession({
label: "Invoice #4291",
amount: "25.00",
asset: "Mock USDC",
customerEmail: "billing@customer.com",
});
console.log(session.checkoutUrl);Server-side only — never expose trx_live_ keys in the browser. Install: treasurix-checkout-sdk
Modern payment infrastructure that respects privacy and meets your operational needs.
Branded payment links, checkout sessions, and recipient portals — polished UX that still settles through Cloak.
Links · expiry · success URLs
Issue hosted checkouts from your backend with treasurix-checkout-sdk — API keys map to your treasury pool and dashboard.
TypeScript · trx_live_ keys · retries
Groth16-verified transfers, viewing-key exports, and AI-assisted audit memos when you need plain-language records.
ZK · exports · narratives
Define amount, currency (SOL or mock USDC), and flow — invoice, checkout, or treasury move.
Treasurix submits Cloak transacts on Solana devnet; amounts and parties stay off the public ledger.
Webhooks fire across shielding, transfer, and withdrawal; your systems automate fulfillment and reporting.
All operations are verified locally before being submitted to the Solana Devnet.
Built for individuals and teams of all sizes.
Growth
$29/ mo
Illustrative — active merchants
Enterprise
Custom
Volume, SLAs, dedicated envs
Straight answers for operators evaluating private settlement on Solana.
Private business payments on Solana: checkout, invoices, and treasury — with Cloak shielding, business-level SDKs, and webhook-driven automation.
Merchants, finance teams, treasury operators, and developers who need stablecoin or SOL payouts without exposing amounts and routing on-chain.
You can model flows in minutes with the SDK and devnet; production hardening follows your auth, key management, and compliance requirements.
Viewing keys stay with your organisation. Export periods, scan notes, and generate audit narratives — shielded history is not leaked by default.
Start accepting private payments on Solana today with Treasurix Checkout and Treasury infrastructure.