Skip to main content

Overview

Iron Partner Dashboard home screen
The Iron Partner Dashboard is where you manage API keys, customers, Autoramp settings, bank accounts, and external addresses. This guide explains how to access the dashboard and use its features.

Accessing the Dashboard

To begin using the Iron Partner Dashboard:
1

Request Access

  • Reach out to the Iron team at support@iron.xyz to request access to your partner dashboard.
  • You’ll receive login credentials or an invitation link.
2

Sign In

Dashboard Features

Customer Management

View and manage customer information:
Customer management list view

Customer detail view with KYC status and account details
  • View customer profiles with real time status, KYC or KYB progress and account details
  • Monitor onboarding milestones including terms signing, KYC review and activation
  • Generate and share signup links to onboard new customers via the hosted UI
  • Review banking capabilities for deposits and payouts by currency and rail
  • Inspect transaction summaries and currencies used
  • Upload and manage required compliance documents such as source of funds
For the API equivalent, see Onboarding.

Stablecoin Operations

Configure and adjust your Autoramps:
Autoramp configuration screen

Autoramp creation for a selected customer
  • Create and view autoramps either for you directly or while impersonating a customer
  • Configure Autoramps: virtual account on-ramps, off-ramp addresses, stable to stable routes, and quotes
  • View all customer autoramps with real time status and lifecycle updates
  • Inspect routing details including rails, destination wallets, and deposit addresses
For the API equivalent, see Autoramps.

Transaction Details

Transaction history list

Transaction detail view with amounts, status, and routing
  • View detailed transaction information including amounts, currencies, chains, and timestamps
  • Track transaction lifecycle status from fund detection through exchange and completion
  • Inspect fee breakdowns by component and settlement method
  • Review source and destination details including wallets, bank accounts, and rails
  • Access recipient information such as holder name, institution, network, and address
For the API equivalent, see Transaction status.

External Address Management

Securely manage crypto and fiat addresses used for transactions:
  • Create crypto and fiat addresses for use as transaction sources or destinations
  • Attach metadata, ownership details, and compliance information to each address
  • Review address status
  • Disable or remove addresses that are no longer required
  • Support Travel Rule compliance by associating required beneficiary and originator data
For the API equivalent, see Crypto addresses and Fiat addresses.

API Key Management

View and manage your API keys directly:
API key management screen
  • Create a New API Key: Add keys for new integrations.
  • Disable an API Key: Immediately revoke access when a key is no longer needed.
For how keys authenticate requests, see Authentication.

Webhook Management

Register and manage the endpoints Iron calls when events happen on your account:
Webhook console listing registered endpoints with status and topics
  • Register a webhook with an https:// endpoint URL and the event topics you want to receive
  • Copy the webhook secret shown once after creation, used to verify signatures
  • Enable or disable an endpoint without deleting it
  • Send a test ping to confirm your endpoint receives and acknowledges events
  • Review delivery failures flagged with a warning icon, with retry details on hover
For payload schemas, signature verification, and sample code, see the Webhooks reference.