> For the complete documentation index, see [llms.txt](https://docs.lidiacommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lidiacommerce.com/components/lidia-merchant-console/features/payment-and-payout-management.md).

# Payment and Payout Management

## Overview

The **Payment and Payout Management** feature helps merchants track their payments, manage pending transactions, and automate payouts. The platform integrates with multiple payment gateways to streamline transactions and offers detailed financial reporting for reconciliation purposes.

## Key Features

* **Payment Tracking**: Monitor the status of payments for completed and pending transactions.
* **Automated Payouts**: Automatically receive payouts once orders are fulfilled.
* **Financial Reporting**: Access transaction, commission, and payout reports.

### How to Use

{% hint style="info" %}
Please follow the [link ](/components/lidia-merchant-console/merchant-console-user-guide.md)to access detailed navigation and user guide.
{% endhint %}

1. **Payment Tracking**:
   * Navigate to **Payments** from the dashboard.
   * Review transaction statuses such as **Pending**, **Completed**, or **Failed**.
   * Click on any transaction to view more details, including payment method, date, and order reference.
2. **Automated Payouts**:
   * Under **Payouts**, see all upcoming scheduled payouts.
   * The system calculates the net payout after deducting platform commissions.
   * You can review past payouts and export payout reports for accounting purposes.
3. **Financial Reporting**:
   * In the **Reports** section, choose the **Payments** tab to view detailed reports on all transactions.
   * Filter by date range, order ID, or customer for a more refined view.
   * Export financial reports to CSV or Excel for further analysis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.lidiacommerce.com/components/lidia-merchant-console/features/payment-and-payout-management.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.
