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

# Create Conversion - via Dashboard

> Follow the steps below to create a new currency conversion through the UQPAY Global Account Dashboard

## Step 1: Sign In

Log in to your UQPAY account and navigate to **Global Account** → **Dashboard**.

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/create-conversion-via-dashboard-1.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=dbba0fce30d465258ccef4adab3f7fcb" alt="create conversion via dashboard 1" width="1590" height="610" data-path="images/global-account/create-conversion-via-dashboard-1.png" />

## Step 2: Start a New Conversion

On the Dashboard, click **Convert** and then select **New Conversion** to initiate a new currency exchange request.

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/create-conversion-via-dashboard-2.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=b2b2a1b96a747e6e4499399bcb31559e" alt="create conversion via dashboard 2" width="1592" height="498" data-path="images/global-account/create-conversion-via-dashboard-2.png" />

## Step 3: Select Currency Pair and Enter Amount

1. Choose the **sell currency** and **buy currency** for the conversion.
2. Enter the amount you wish to convert. The current conversion rate will be displayed in the middle of the screen for your reference.

> Ensure your sell currency account has sufficient balance before proceeding with the conversion.

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/create-conversion-via-dashboard-3.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=2e020d9ff0d0189101aba7baae60176e" alt="create conversion via dashboard 3" width="1214" height="1060" data-path="images/global-account/create-conversion-via-dashboard-3.png" />

## Step 4: Review Conversion Details

Review all the information carefully.

If you wish to make changes (e.g., adjust the amount), click Preview to return and update your input.

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/create-conversion-via-dashboard-4.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=d427e989bb468624cb8f1de24bd7b42d" alt="create conversion via dashboard 4" width="1214" height="1134" data-path="images/global-account/create-conversion-via-dashboard-4.png" />

After you make the conversion order, the system will trigger the following webhooks: conversion.funds.awaiting and conversion.funds.arrived.

* `conversion.funds.awaiting`: The conversion order has been placed successfully.
* `conversion.funds.arrived`: The funds in the sell currency account have been deducted.

## Step 5: Submit and Await Approval

After confirming all details, submit your conversion order.

Once submitted, the order will be sent to UQPAY for approval.

<img src="https://mintcdn.com/uqpay-0838527a/ynKaMDHkJfeg6L8y/images/global-account/create-conversion-via-dashboard-5.png?fit=max&auto=format&n=ynKaMDHkJfeg6L8y&q=85&s=2f0e5356298d4dae42d8f084c5fb0a41" alt="create conversion via dashboard 5" width="1216" height="1372" data-path="images/global-account/create-conversion-via-dashboard-5.png" />

Users may receive one of the following webhooks, depending on the outcome of the conversion order:

* `conversion.trade.failed`: The conversion order has failed or been cancelled.
* `conversion.trade.settled`: The conversion has successfully completed.

***

## Related

* [Conversion status](/global-account/v1.6/webhooks/conversion-status)
