Skip to main content
The Prism Console is the management dashboard for your Prism integration. It’s where you create API keys, monitor transactions, and configure payment settings. Log in with your District Pass.

Getting Started

  1. Go to apps.fd.xyz/prism and sign in with your District Pass
  2. Create a new project or use the default project
  3. You’ll land on the dashboard showing an overview of your integration
Each project has its own API keys, payment configuration, and transaction history. Use separate projects for different applications or environments.

API Keys

Navigate to API Keys to create and manage credentials for the Prism Gateway.
  • Generate a key — Click “Create API Key” and give it a descriptive name
  • Per-project keys — Each project gets its own API key for access control
  • Rotate keys — Generate a new key and deprecate the old one without downtime
  • Security — API keys authenticate via the X-API-Key header. Never expose them in client-side code, public repositories, or logs
Treat your API key like a password. If compromised, rotate it immediately in the Console.

Transaction Monitoring

The Transactions view shows every payment processed through your integration:
  • Real-time feed — Transactions appear as they’re processed
  • Details — Each transaction shows amount, token, chain, status, timestamp, payer address, and transaction hash
  • Status tracking — Pending, completed, failed, and settled states
  • Filtering — Filter by date range, status, chain, or token
  • Export — Download transaction data for reconciliation
Click any transaction to see the full details, including the on-chain transaction link.

Payment Configuration

Under Settings → Payments, configure how your endpoints accept payments:
  • Accepted tokens — Select which tokens to accept. Prism supports any ERC-20 token that implements ERC-3009 (transferWithAuthorization). If the token you need isn’t listed, contact us.
  • Accepted chains — Select which chains to settle on. Prism can settle on any EVM-compatible chain. If your chain isn’t available yet, let us know.
  • Merchant wallet — Set the wallet address where settlement funds are received
  • Default pricing — Configure default price and currency for your endpoints
Accept payments on multiple chains for maximum compatibility with different agent wallets.

Analytics

The Analytics dashboard provides insight into your payment activity:
  • Revenue overview — Total revenue, daily, weekly, and monthly trends
  • Transaction volume — Number of transactions over time
  • Breakdown by endpoint — See which endpoints generate the most revenue
  • Chain distribution — Which chains your payments settle on

MCP Server

Prefer managing your integration from an AI assistant? The Prism MCP Server (https://prism-mcp.fd.xyz) exposes the same data and management capabilities — payments, earnings, API keys, wallets, Points of Service — as tools your AI agent can use directly. Connect any MCP-compatible client (Claude Desktop, Cursor, Windsurf) to https://prism-mcp.fd.xyz and authenticate with your District Pass. See MCP Server for setup and the full tool reference.
Last modified on April 2, 2026