# Withdrawal

The Withdrawal tab contains a table with all withdrawal transactions for the selected project.

> To switch between projects, click your username in the top-right corner, then select the desired project from the dropdown list.

<details>

<summary>Table columns</summary>

Each row contains the following information:

* **Project** — the project within which the transaction was carried out.
* **Payment system** — the payment system that was used for the transaction.
* **Amount** — transaction amount before commission is applied.
* **Amount after commission** — transaction amount after commission deduction (final amount)
* **Currency** — transaction currency.
* **Custom user id** — internal unique user identifier.
* **Custom transaction id** — internal unique transaction identifier.
* **Status** — current transaction status.
* **Created at** — date and time of transaction creation.
* **Updated at** — date and time of transaction last update.
* **Activated at** — date and time of deposit activation.
* **Order id** — internal unique order identifier.
* **Data User** — data received in the request.
* **Transaction ID** — unique transaction identifier.
* **Actions** — available actions (e.g., copy row).

</details>

### Available actions

**View and search withdrawals**\
Browse all withdrawal orders in the project or find specific ones by applying filters.

**Manually create a withdrawal order**

1. Click **Add manual** in the top-right corner of the page.\
   ![](/files/sTd46UThrx7QDQ6XJ2su)
2. Fill in the form in the popup window.&#x20;
   1. Enter the account details required for the withdrawal.\
      If you are unsure how to fill in a field, hover over the **?** icon to see a hint.
3. Click **Send withdrawal request**.\
   ![](/files/ozQnUhjZ3uH5qY385i8a)
4. The order will appear in the table and be processed like any other withdrawal order.

**Export data**\
Data export to `.xlsx` format is available in this table.\
Follow the[ standard export instructions](https://app.gitbook.com/o/LNbZs3dNMDs1xm16Y9hk/s/4GiUD4nehhLIWqxaI99h/dashboard/interface/transactions#export-data).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.a-pay.one/faq/a-pay-merchant-portal/interface/transactions/withdrawal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
