> For the complete documentation index, see [llms.txt](https://partner.paypi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner.paypi.dev/misc/pricing.md).

# Pricing

### Fee Breakdown

{% hint style="info" %}
Free APIs (i.e API's with only free charges), are free to use. We take no fees from them.
{% endhint %}

{% hint style="info" %}

#### Partner Fees

PayPI charges fees on payments taken on the platform. PayPI takes **8%** of the payment value and the rest will be transfered into your balance, minus any currency [conversion fees](/misc/charge-currencies.md#exchange-rates).&#x20;
{% endhint %}

{% hint style="info" %}

#### Subscriber Fees

Subscribers are charged £1 or $2 or €1.3 each month they make a request to a paid API depending on their currency.&#x20;

For example, if a UK subscriber makes paid requests to two paid APIs in a month they will be charged £2. If the next month they make paid requests to only one paid API they will be charged £1 for that month. If they make requests to only free APIs, or free charges, they will be charged nothing.
{% endhint %}

### Pricing example

If you have a charge for £0.01 per request and a subscriber makes 100 requests, totalling £1 of usage. PayPI will take 8% which is £0.08, leaving £0.92 which will be transfered into your balance and paid out at the next payout date (note this value does not account for [currency conversion fees](/misc/charge-currencies.md#exchange-rates) which may be applicable). The subscriber will be charged £1 for their usage (plus any applicable tax), along with a £1 processing fee for that month.&#x20;


---

# 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://partner.paypi.dev/misc/pricing.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.
