# Create paid tickets

## Connecting Stripe

Before you can create paid tickets, you'll need to connect an existing Stripe account or create a new one in the **Payment Processing** tab within **Settings**.

<div align="center"><figure><img src="/files/Gc2g2jYNakz6bLq0xWdK" alt=""><figcaption></figcaption></figure></div>

## Creating Paid Tickets

After you've linked your Stripe account, you're ready to create paid tickets in the event editor. To create a paid ticket, simply enter any price greater than $1 in the **Ticket Price** input.

<figure><img src="/files/Ub2quYadhPvc7N6XCvya" alt=""><figcaption></figcaption></figure>

## tokenproof Fees

tokenproof charges a **4% transaction fee** that is added to every transaction and paid for by users at the time of checkout.&#x20;

Additionally, Portal users will be charged **2.9% + $0.30 credit card processing fee** per transaction by Stripe. The fee will automatically be deducted from your Stripe account.

For questions about pricing and fees, email <support@tokenproof.xyz>.


---

# 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.tokenproof.xyz/documentation/tokenproof-apps/portal/events/creating-an-event/ticket-types/create-paid-tickets.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.
