# 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: 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/payout-methods.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.
