> ## Documentation Index
> Fetch the complete documentation index at: https://dev.enterprise.moonpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Web UI for managing partners, customers, API keys, webhooks, autoramps, and compliance workflows at app.iron.xyz.

## Overview

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/n7qW5skWimR7VLSx/images/home.png?fit=max&auto=format&n=n7qW5skWimR7VLSx&q=85&s=af0862e694d17cdebe9f636377edb01b" alt="MoonPay Enterprise Partner Dashboard home screen" width="1434" height="962" data-path="images/home.png" />
</Frame>

The MoonPay Enterprise 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.

* **Production:** [https://app.iron.xyz/](https://app.iron.xyz/)
* **Sandbox:** [https://app.sandbox.iron.xyz/](https://app.sandbox.iron.xyz/)

## Accessing the Dashboard

To begin using the MoonPay Enterprise Partner Dashboard:

<Steps>
  <Step title="Request Access">
    * Reach out to the MoonPay Enterprise team at [developers@iron.xyz](mailto:developers@iron.xyz) to request access to your partner dashboard.
    * You'll receive login credentials or an invitation link.
  </Step>

  <Step title="Sign In">
    * Go to [https://app.iron.xyz/](https://app.iron.xyz/) or [https://app.sandbox.iron.xyz/](https://app.sandbox.iron.xyz/).
    * Enter your credentials and complete the authentication process.
  </Step>
</Steps>

## Dashboard Features

### Customer Management

View and manage customer information:

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/manageCustomer.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=c144c1e6c3971ddf067a83fec879e143" alt="Customer management list view" width="1434" height="962" data-path="images/manageCustomer.png" />
</Frame>

<br />

<Accordion title="View Customer Details">
  <Frame quality="high">
    <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/detailCustomer.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=5ff11e4b2181c212efc6c2bce301fdfb" alt="Customer detail view with KYC status and account details" width="1434" height="2344" data-path="images/detailCustomer.png" />
  </Frame>
</Accordion>

* **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](/onboarding).

### Stablecoin Operations

Configure and adjust your Autoramps:

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/onRamp.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=7e926843b3b4a5b677b59c534f5eb09d" alt="Autoramp configuration screen" width="1434" height="962" data-path="images/onRamp.png" />
</Frame>

<br />

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/86TP0wcwIPVgOKxc/images/onRampSelectdCustomer.png?fit=max&auto=format&n=86TP0wcwIPVgOKxc&q=85&s=df29f5477a3168a30b3990830bfea891" alt="Autoramp creation for a selected customer" width="1434" height="962" data-path="images/onRampSelectdCustomer.png" />
</Frame>

* **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](/autoramp).

### Transaction Details

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/transactionHistory.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=574dedcb5246fc2ca4fa044c50c15777" alt="Transaction history list" width="1434" height="962" data-path="images/transactionHistory.png" />
</Frame>

<br />

<Accordion title="View Transaction Details">
  <Frame quality="high">
    <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/transactionDetails.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=8ff110dffb9e4475ed8383d6bca8f9b5" alt="Transaction detail view with amounts, status, and routing" width="1434" height="1398" data-path="images/transactionDetails.png" />
  </Frame>
</Accordion>

* **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](/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](/crypto-addresses) and [Fiat addresses](/fiat-addresses).

### API Key Management

View and manage your API keys directly:

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/G0FY6zyU6gCVEqa8/images/manageAPIKeys.png?fit=max&auto=format&n=G0FY6zyU6gCVEqa8&q=85&s=b5687c83ac4fb620c12423a28099fadf" alt="API key management screen" width="1434" height="962" data-path="images/manageAPIKeys.png" />
</Frame>

* **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](/authentication).

### Webhook Management

Register and manage the endpoints MoonPay Enterprise calls when events happen on your account:

<Frame quality="high">
  <img src="https://mintcdn.com/moonpayiron/jrW2cYmQhpVX6ZgJ/images/da33e77171c5ea7fbae47887550979b76d566dc966640162b65c62c7c89ded27-Screenshot_2025-05-27_at_15.41.33.png?fit=max&auto=format&n=jrW2cYmQhpVX6ZgJ&q=85&s=f5953f771c768beff7fa0f61a2d5e0b8" alt="Webhook console listing registered endpoints with status and topics" width="2896" height="1962" data-path="images/da33e77171c5ea7fbae47887550979b76d566dc966640162b65c62c7c89ded27-Screenshot_2025-05-27_at_15.41.33.png" />
</Frame>

* **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](/webhooks) reference.
