# Overview

The Payments Overview section records all actions from payment gateways, providing a detailed record of transaction activities.

**Payment Overview:**

1. **Transaction Categories:** The overview categorizes transactions based on their status: created, paid, unpaid, cancelled, and expired.

* **Created:** Transactions that have been initiated but not yet completed.
* **Paid:** Transactions that have been successfully completed and paid.
* **Unpaid:** Transactions that are pending payment.
* **Cancelled:** Transactions that have been cancelled by the user or system.
* **Expired:** Transactions that were not completed within the allotted time frame and have expired.

2. **Days Filter:** Users can apply a filter at the top right corner to view transactions from specific time periods, allowing for flexible and targeted review of transaction data.

**Recent Transactions:**

1. **Top Ten Transactions:** Below the overview, the ten most recent transactions are displayed for quick access and review.
2. **Details at a Glance:** Each recent transaction includes essential details such as customer name, amount, description, creation date, status, and payment link ID, ensuring that users can quickly grasp the context and current state of these transactions.

In conclusion, the Payments Overview in Ownchat categorizes transactions into created, paid, unpaid, cancelled or expired, allowing businesses to easily track and manage their financial activities. This organized view ensures efficient financial operations and prompt action on recent transactions.


---

# 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.ownchat.app/payment-links/overview.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.
