# Ticket Pricing & Absorb Fee

When creating a **Paid Ticket**, you can decide how the platform and Stripe fees are handled:

#### 1. Buyer Pays the Fees (Default – Unchecked)

* The buyer pays a slightly higher amount to cover fees.
* You receive the full ticket price you set.

**Example:**

* Your Ticket Price: **$10**
* Buyer Price: **$11.12**
* Your Payout: **$10**

<figure><img src="/files/p78mxOVUOwv8PLessDYb" alt="" width="188"><figcaption></figcaption></figure>

***

#### 2. Organizer Pays the Fees (Checked – Absorb Fee)

* The buyer pays exactly the ticket price you set.
* Fees are deducted from your payout.

**Example:**

* Your Ticket Price: **$10**
* Buyer Price: **$10**
* Your Payout: **$8.96**

<figure><img src="/files/jci2MmU0ET9utLs8iBad" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="warning" %}
Tap **“How Ticket Pricing Works?”** in the app at any time to view a detailed fee breakdown.
{% 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://docs.coralyourevent.com/event-discovery-and-management/create-and-manage-events/create-and-publish-an-event/ticket-pricing-and-absorb-fee.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.
