# FAQ

## How much are my users charged?

Your users are charged the price you set for a Charge plus any applicable VAT for the country they are in, along with a [processing fee](/misc/pricing.md#fee-breakdown) which is added to their invoice in any month they use a paid charge from your API.

### **Example**

If a British user makes 1000 requests to a charge of your API priced at £0.0015 , they will be charged £0.0015 \* 1000 = £0.15 + 20% VAT, so in total that month they will pay £0.018 + £1 (processing fee).&#x20;

{% hint style="info" %}
The price a user sees may be slightly different to what you set as your charge price as we will add any applicable taxes and pay them over to the appropriate tax authority.
{% endhint %}

## How do I receive a payout?

You can receive payouts when your pending balance is over the minimum payout amount (shown below).

| Currency | Min payout amount |
| -------- | ----------------- |
| USD      | $0.50             |
| GBP      | £1.00             |
| EUR      | €1.00             |

To receive a payout you must setup your payout account in the API Manager billing section. Until your account is setup and has the required information you cannot receive payouts. This process usually only takes a few minutes. &#x20;

![](/files/-Mflq7-1sjbI66ZzkwpH)

## When can I get my payout?

Payouts are paid out every month on the 20th of the month. Note that transactions up to 7 days before this date may be withheld from the payout for security, to allow time to resolve any disputes.&#x20;

## What is my Pending Balance?

Your pending balance is the total amount of unpaid PayPI subscriptions. When a subscriber pays for their usage for that month, this amount will be made available to you.&#x20;

## I need more help?

Sorry to hear we haven't made something clear! Not all is lost, just let us know on the live chat on our website or via email at <hello@paypi.dev> and we'll see what we can do.


---

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