> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq-developpeur/faq-modalites-de-revente-et-definition-des-taux-de-commission.md).

# FAQ : Modalités de Revente et Définition des Taux de Commission

**Introduction**

When managing products and services through digital marketplaces, understanding resale terms, including commission rates, is crucial for both resellers and service providers. This article aims to clarify how these elements fit into the flow of products you manage with your Token and to explain the importance of the "resell" node in this context.

**The “Resell” Node Explained**

When you receive the product data feed associated with your Token, you may encounter the following node:

```json
"resell": {
    "fee": 8.0
}
```

This code snippet indicates the percentage amount of commission that was awarded by the activity provider to your feed. The figure `8.0` therefore represents the commission rate, expressed as a percentage, that you, as a reseller, are required to pay to the service provider for each successful transaction.

**Importance of the Resale Commission**

The resale commission is an essential component in resale operations for several reasons:

1. **Provider Remuneration**: It ensures that service or product providers receive a fair share of the revenue generated, thus compensating their contribution in terms of value and services.
2. **Business Model Flexibility**: Depending on how your platform operates, this notion of commission may be optional. For example, in the context of a marketplace where the emphasis is placed on connecting buyers and sellers without a direct financial intermediary, the commission rate may not be applied. (for the benefit of retro commission billing a posteriori)
3. **Valuable Information for Resellers**: For resellers operating in a model where they collect on behalf of service providers, knowing the commission rate is crucial. This allows them to accurately calculate their margins and effectively manage financial flows.

**Resale Terms**

When integrating the "resell" node into your flow, here are some things to consider:

* **Transparency**: Make sure you clearly communicate the commission rate to your partners and customers to maintain a relationship of trust.
* **Adaptability**: Be prepared to adjust commission rates based on agreements negotiated with service providers to remain competitive while ensuring fair remuneration for all involved.
* **Technology**: Use tools and platforms that enable smooth, automatic commission and transaction management to minimize errors and maximize operational efficiency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yoplanning.support/en/faq-developpeur/faq-modalites-de-revente-et-definition-des-taux-de-commission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
