> For the complete documentation index, see [llms.txt](https://mtrsolution.gitbook.io/eventic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtrsolution.gitbook.io/eventic/payouts/payout-methods.md).

# Payout methods

## Definition

A payout method is a payment gateway chosen by the organizers to receive their revenue from Eventic. The administrator chooses to enable or disable the available payment gateways.

## Set up a payout method

To set up a Payout method, organizers must go to the Payouts > Payout methods in their dashboard, and click on set or edit.

![](/files/-MJMWiNLn2VX8KW3pCnu)

## Paypal REST API

* **Paypal Client Id:** A key provided by Paypal
* **Paypal Client Secret:** A key provided by Paypal

Follow the below steps to get your **Paypal** credentials&#x20;

1. Log in into [https://developer.paypal.com](https://developer.paypal.com/)
2. Go to the My apps & credentials section
3. Choose between Sandbox or Live
4. Click on the App name to show the credentials
5. Copy and paste them into the Payment Gateway form

## **Stripe Checkout**

* **Stripe publishable key:** A key provided by Stripe
* **Stripe secret key:** A key provided by Stripe

Follow the below steps to get your **Stripe** credentials&#x20;

1. Log in into your Stripe account
2. In your Dashboard > Home section, click on **Get your test API keys** or **Get your live API keys**
3. Copy and paste them into the Payment Gateway form


---

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