> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-payments.md).

# Customer Portal - Payments

The Payments Module is crafted to streamline the management of payment transactions with ease and efficiency. It provides users with a centralized platform to view, track, and manage all payments related to their orders. With a user-friendly interface, the module empowers users to effortlessly navigate through payment details, ensuring transparency and control over their financial interactions.

### Payments Module Fields

<table><thead><tr><th width="196">Field</th><th>Description</th></tr></thead><tbody><tr><td>Payment#</td><td>This field displays the unique identifier assigned to the payment transaction for tracking and reference purposes.</td></tr><tr><td>Date</td><td>This field shows the date the payment was made.</td></tr><tr><td>Status</td><td>This field displays the current status of the payment, such as 'Cleared', ''Pending, etc.</td></tr><tr><td>Total</td><td>This field displays the total amount of the payment made by the customer.</td></tr><tr><td>Method</td><td>This field displays the payment method used by the customer, such as 'Credit Card', 'Bank Transfer', 'PayPal', etc.</td></tr></tbody></table>

### Payments Module Filters

The Payments module in the customer portal includes a range of filters that allow users to refine and tailor the data display according to specific criteria.&#x20;

To access the filters, click on the "Grid" icon at the module's top-left corner.&#x20;

<figure><img src="/files/w0qbPTVGLGSpgNVbS79T" alt=""><figcaption></figcaption></figure>

Once the filters panel is open, you can use the following options:

* **Date Filter**: Use this filter to search for invoices issued within a particular time frame. Users can set a start and end date to view the payments made within that period, making it easy to track financial activity over specific intervals.

After setting the desired filter criteria, click on the "Appl&#x79;**"** button to apply the filters and refresh the payments accordingly.

### Payments Module Options

* **Print:** This option allows you to print and download the selected payment details.

<figure><img src="/files/7snm2hOAROy1PO5JQAEG" alt=""><figcaption></figcaption></figure>

### Header Level Icons

These features cater to diverse needs, providing users a seamless experience while navigating and managing order information.

* **Refresh:** This functionality empowers users to refresh search results based on selected criteria, ensuring that the displayed information is always up-to-date.
* **Save:** Save feature enables users to preserve any updated user interface (UI) settings, ensuring a personalized and consistent experience during future interactions with the module.
* **Columns:** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.&#x20;
* **Download:** This versatile feature allows users to export and download data in various file formats, providing a summarized overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.

<figure><img src="/files/71SisIsW9Ywe3GOAXJvp" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
