# Platform Fees

Below you'll find our Pricing details. Check it on our [website](https://fungies.io/pricing/):&#x20;

<figure><img src="/files/7webcoWNxWTFBV3jZYBL" alt=""><figcaption><p>Simple pricing - we only take 5% + $0.5 per transaction</p></figcaption></figure>

How does it work?

We use something called Stripe Connect which is intended for Marketplaces like Uber or AirBnB - where there's one Master Merchant account - that's Fungies, and many Sub-Merchant accounts - like Game Developers. More information about Stripe Connect can be found [here](https://stripe.com/en-pl/connect).

<figure><img src="/files/qxOQweHBbd5Gl73tWxEQ" alt=""><figcaption><p>The money flow for Connected Accounts (Stripe Express) - you own the Connected Account</p></figcaption></figure>

1. The customer pays to our Stripe account using 400+ paymen methods available globally
2. We receive the amount and then it's redirected instantly to your Stripe Sub-Merchant account
3. We deduct our Platform Fee which is 5%+$0.5 per every transaction that's occured on your Web Store
4. We pay Stripe fees
5. You receive the net amount
6. Taxes are colleced, calculated and reported by us - you receive Net Revenue


---

# 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://help.fungies.io/for-game-developers/platform-fees.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.
