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

# Payments

As a Publisher, use the **Payments** tab to see how your payments are configured and the history of payments you have already received.

![](https://2421941036-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoiffCg2y27CXM9bLruG3%2Fuploads%2FLRxHxNcDBC7w5UgSZQH0%2Fpublisher-payments.png?alt=media\&token=b4abbbb2-f3b3-44cb-9beb-3cea9cec94a6)

## 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:

* **Payment Status**: Whether your account is approved or not.
* **Minimum Payout**: The threshold amount above which you get a payout.
* **Payment Frequency**: Whether automatic payments\* generate invoices **Weekly** or **Monthly**.
* **Total Amount Due**: The total that you are due to receive.

{% hint style="info" icon="asterisk" %}
Automatic payments generate invoices on a **Weekly** or **Monthly** basis, as you choose.
{% endhint %}

## 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.
* **Personal Income Tax**: Any Personal Income Tax on the payment.
* **Total**: The total amount of the payment including VAT.
* **Payment Date**: The date of the invoice’s payment.
* **Status**: Whether the payment is **Paid** or **Processing**.
* **Date**: The date the invoice was generated.
* **Due Date**: The date the invoice is expected to be paid by.

## Available Payment Types <a href="#available-payment-types" id="available-payment-types"></a>

You can enable any payment method you choose for payouts. To do this, go to your **Account Profile** in the Admin Panel and open **Payment Settings**. There you can choose from a number of payment methods, depending on what has been enabled for the ad server.

![](https://2421941036-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoiffCg2y27CXM9bLruG3%2Fuploads%2F55XK4xi9TFtBoPbvyzZX%2Faccountprofilepaymentsetting2.png?alt=media\&token=a45c0427-3f2c-4f35-9cde-68b2fa950db7)

* **Cryptocurrency (BitPay):** The payouts are paid in cryptocurrency through the payment gateway BitPay and into your cryptocurrency wallet. You need a registered BitPay wallet address.
  * First, make sure you have a verified BitPay account.
  * Then confirm the BitPay wallet address where you want to receive payouts.
  * Then set the minimum payout amount and the payment frequency for payouts.
  * Select USD or EUR in the payment details section. The cryptocurrency to receive payouts is configured in BitPay.
* **Cryptocurrency (XBO):** The payouts are paid through the XBO payment gateway into your cryptocurrency wallet address. You choose the cryptocurrency and the blockchain network you prefer.
  * First, select that you want to be paid in cryptocurrency.
  * Then select the cryptocurrency you want to be paid in.
  * Then select the blockchain network you prefer.
  * Then enter the blockchain wallet address where you want to receive payouts.
  * Then set the minimum payout amount and the payment frequency for payouts.
  * Note that for invoicing purposes, even though the payout is in cryptocurrency, the currency shown on your invoice is USD or EUR, depending on the currency on your account.

**Supported Cryptocurrency for XBO Payouts**

| Cryptocurrency | Network                                               |
| -------------- | ----------------------------------------------------- |
| AAVE           | Ethereum                                              |
| ADA            | Cardano                                               |
| ALGO           | Algorand                                              |
| APE            | Ethereum                                              |
| ATOM           | Cosmos                                                |
| AVAX           | Avalanche C-Chain                                     |
| BCH            | BCH                                                   |
| BIT            | Ethereum                                              |
| BTC            | Bitcoin                                               |
| DOGE           | Doge                                                  |
| DOT            | Polkadot                                              |
| EOS            | EOS                                                   |
| ETC            | Ethereum Classic                                      |
| ETH            | <p>Ethereum<br>BNB Smart Chain</p>                    |
| LINK           | Ethereum                                              |
| MATIC          | <p>Ethereum<br>Polygon</p>                            |
| QNT            | Ethereum                                              |
| SHIB           | Ethereum                                              |
| SOL            | Solana                                                |
| TRX            | Tron                                                  |
| UNI            | Ethereum                                              |
| USDC           | <p>Ethereum<br>Polygon<br>Tron</p>                    |
| USDT           | <p>BNB Smart Chain<br>Ethereum<br>Polygon<br>Tron</p> |
| XLM            | Stellar                                               |
| XRP            | Ripple                                                |
| XTZ            | Tezos                                                 |

* **Paxum:** The payouts are made through Paxum and the funds are transferred to your Paxum account.
* **PayPal:** The payouts are made through PayPal and funds are transferred to your PayPal wallet.
* **WebMoney:** The payouts are made through WebMoney and the funds are transferred to your WebMoney account.
* **Wire Transfer:** The payouts are made through wire transfer to your bank account. For Wire Transfer payouts, provide the following details:
  * **Bank Country:** The country where your bank is situated.
  * **Bank Name:** The name of the bank.
  * **IBAN:** Your IBAN.
  * **Name on Account:** The name of the bank account.
  * **SWIFT or BIC:** The unique identifier SWIFT or BIC of your bank.

{% hint style="info" %}
**Note**: You can also set the **Minimum Payout** and the **Payment Frequency** for the payment types listed above.
{% endhint %}


---

# 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.exads.com/publishers/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.
