# The payout request process

In this section, we are going to highlight the payout process, from its request, to its approval

## Definition

A payout is requested by an organizer in order to receive his revenue for a specific event date.

## Conditions

A payout can only be requested if:

* At least one payout method is already set by the organizer
* The event date has a ticket that is not free
* The organizer revenue from this event date is greater than zero
* There is no other pending payout request

## How is a payout requested in Eventic?

![](/files/-MJMUD5GIyODciXLtJbw)

1. Organizers go the My events section in their dashboard
2. Select the three points next to the event, and choose Request payout
3. Choose the specific event date&#x20;
4. Review the payout request details, choose a payment method from the ones you have set up and confirm
5. The administrator can approve the payout request or deny it
6. A payment form depending on the payment method chosen by the organizer will open, the administrator will fill in the fields to pay the organizer
7. Email notification are sent once the payout request is processed

{% hint style="info" %}
Once the payout request submitted, the event date will be locked and the sales will be suspended for the specific event date. Organizers can wait until the start date of the event date before requesting the payout. Organizers can cancel the payout request any time before it is processed.
{% endhint %}

{% hint style="info" %}
The administrator can enable or disable the available payout method the Payment settings
{% endhint %}


---

# 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://mtrsolution.gitbook.io/eventic/payouts/the-payout-request-process.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.
