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

# Payments Tab

In the **Payments** tab, you can see how your payments are configured and the history of payments you have already received.

![addashboard](https://docs.exoclick.com/assets/images/publisher-payments-bd44f49d66d2c45da29c315d29de58ae.png)

## The Payment Information section <a href="#the-payment-information-section" id="the-payment-information-section"></a>

In the **Payment Information** section at the top of the screen you can see:

* **The Account Status**: Whether your account is approved or not.
* **Minimum Payout**: This is the threshold amount above which the Publisher will get a payout.
* **Payment Frequency**: Whether automatic payments\* generate invoices **Weekly** or **Monthly**
* **Next Payment Date**: The next date that you are due to receive payment.
* **Next Payment Period**: The period that your next payment will cover.
* **Due on Next Period**: The amount that is due on your next payment.
* **Total Due**: The total that you are due to receive.

\*Automatic payments will generate invoices automatically on a **Weekly** or **Monthly** basis and as chosen by the Publisher.

## Payment History <a href="#payment-history" id="payment-history"></a>

In the **Payment History** section at the bottom of the screen, you can see the history of the payments you have received:

* **Period**: The period covered by the payment.
* **Amount**: The amount of the payment.
* **Referrals**: The amount of revenue you have received from **Referrals**.
* **VAT**: Any VAT you paid on the payment.
* **Total**: The Total amount of the payment including VAT.
* **Date**: The date the invoice was generated.
* **Due Date**: The date the invoice is expected to be paid by.
* **Payment Date**: The date of the invoice’s payment.
* **Status**: Whether the payment is **Paid** or **Pending**.


---

# 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.exoclick.com/publishers/payments/publisher-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.
