# Payments

{% hint style="warning" %}
Please note that this section/document is still <mark style="color:purple;">**Work in Progress**</mark><mark style="color:purple;">.</mark> It might be updated, revised, or changed entirely in the near future.&#x20;
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1ihFJFIqKjN3pkSYtoQk2HgbN0yNRCyvC/view?usp=drive_link>" %}
Managing Your Orders
{% endembed %}

### <mark style="color:purple;">**Features:**</mark>

The Payments tab serves as your central hub for all transactional information, streamlining your sales management process with comprehensive insights into each order.

* **Amount:** Displays the total cost of each transaction, allowing you to keep track of sales at a glance.
* **Status:** Indicates whether an order was successful, declined, or pending, providing insight into transaction outcomes.
* **Description:** Offers a brief overview of each order, including items purchased.
* **Customer Email:** Shows the email address of the customer for each transaction, useful for follow-ups or customer service inquiries.
* **PDF Invoice:** A link to download a detailed invoice for each order, ideal for record-keeping or customer requests.
* **Order Date:** The date when each transaction was processed, helping you track sales over time.

<br>


---

# 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.pennicart.io/managing-your-store/dashboard/payments.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.
