# Overview & Commission

Welcome to the Onside monetization guide! We offer a flexible, developer-first framework to help you generate revenue from your applications.

Your first and most important decision is **how you will process payments**. This choice determines which monetization models are available to you and what commission rate applies.

***

### Your Two Options for Processing Payments

{% columns %}
{% column %}
**Use Onside's Integrated Payments (Recommended)**

This is the most straightforward, feature-rich, and cost-effective way to monetize on our platform.

* **How it Works:** You integrate our simple [**Onside Payment SDK**](https://app.gitbook.com/s/ar2Jh3wLmverIdTKRpUi/payment-sdk/welcome). We handle all payment processing, security, and provide detailed analytics.
* **Available Monetization Models:** With this option, you can use **all** of Onside's monetization features:
  * [Paid Apps](https://docs.onside.io/console/monetization/paid_apps)
  * [In-App Purchases (IAPs)](https://docs.onside.io/console/monetization/in-app-purchases)
  * [Subscriptions](https://docs.onside.io/console/monetization/subscriptions)
* **Commission:** This option gives you access to our most favorable commission rates, **starting at a base rate of 10%**. Depending on your company size and app category, rates can range from **0% to 10%**.
  {% endcolumn %}

{% column %}
[**Use Your Own Third-Party Payment Provider**](https://docs.onside.io/console/monetization/using-a-third-party-payment-provider)

This option is for developers with specific, existing payment infrastructures.

{% hint style="warning" %}
**Important Limitation: Not for Paid Apps**&#x20;

You **cannot** use your own payment infrastructure if your app is a **Paid App**. The initial purchase of any paid application **must** be processed through Onside's integrated payment system. This option is only available for apps that are free to download.
{% endhint %}

* **How it Works:** You process payments for your in-app digital goods and services using your own provider (e.g., Stripe, Adyen).
* **Responsibilities:** You are responsible for the entire payment lifecycle and **must report all transactions** to us via our [**Transaction Reporting API**](https://app.gitbook.com/s/vu6GnA9QIMP7iX7RdyRJ/transactions-reporting-api).
* **Commission:** This option is subject to a different, higher commission structure, which will be outlined in your developer agreement.

[**Learn More About Using a Third-Party Provider →**](https://docs.onside.io/console/monetization/using-a-third-party-payment-provider)

{% endcolumn %}
{% endcolumns %}

***

### Onside's Monetization Models

If you choose to use our recommended **Integrated Payments**, you can leverage the following models.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="paid_apps"><strong>Paid Apps</strong> →</a></td><td>Offer your application for a one-time upfront price. This purchase is always processed through Onside's system.</td><td><a href="paid_apps">paid_apps</a></td></tr><tr><td><a href="in-app-purchases"><strong>In-App Purchases (IAPs)</strong> →</a></td><td>Sell digital content and features directly within your app, powered by our SDK.</td><td><a href="in-app-purchases">in-app-purchases</a></td></tr><tr><td><a href="subscriptions"><strong>Subscriptions</strong> →</a></td><td>Offer recurring access to content and services using our integrated subscription management.</td><td><a href="subscriptions">subscriptions</a></td></tr></tbody></table>

***

### Our Commission & Payout Fees

Our commission structure is designed to be transparent and developer-first. The rates below apply when using **Onside's Integrated Payments**.

Our base commission rate is **10%**.

We are ready to offer special, favorable conditions, with final rates ranging from **0% to 10%**. The rate is discussed individually and depends on factors like your company size and app category.

{% hint style="info" %}
Please note that in addition to our commission, standard transaction fees for processing payouts (pay-out fees) will be applied to your earnings.
{% endhint %}

***

### How We Handle Value-Added Tax (VAT) in the EU

Navigating taxes can be complex, so we simplify it for you.

For sales of apps and in-app content processed through Onside's system, **we are responsible for collecting and remitting Value-Added Tax (VAT)** to the appropriate tax authorities in the EU.

The price you set in the Onside Console is inclusive of any applicable VAT. We calculate the tax based on the customer's country and handle the payment on your behalf. This means you don't have to worry about the complexities of EU VAT.

> **Disclaimer:** While Onside handles VAT for sales on our platform, you are still responsible for any other taxes on your income (such as corporate or personal income tax) in accordance with the laws of your country. We always recommend consulting with a local tax advisor.


---

# 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.onside.io/console/monetization/overview-and-commission.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.
