# Transactions

### Overview

Admin can access the list of all transactions of appointments.

<figure><img src="/files/Ox4ILBLTjbKors6FfleS" alt=""><figcaption><p>Transaction List</p></figcaption></figure>

### Viewing&#x20;

* **Transaction Id:** In this column, you will find the transaction ID.
* **Date:** In which date the transaction will happen&#x20;
* **Status:** In this column, you will find the status of the transaction. There are three types of transactions: pending, completed, and cancelled
* **Service Provider Name:** For whom service provider appointment is booked.
* **Patient Name:** In this column list there is patient name for whom appointment is booked.
* **Price:** Charge of the appointment.
* **Service Name:** For what specialization patient booked the appointment.
* **Action:** Admin can download the transaction of the appointment.

### **Filtering and Search**

Admin can conveniently filter based on clinic name, service provider, patient name, services, date range filter, and filter on status. Admins can search for patient name, service provider name.&#x20;


---

# 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.omnivatelehealth.com/admin/reports/transactions.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.
