# FAQ

## When do I get charged for an API?

You are charged for your API usage at the end of each month. For any month that you use an API you are charged 20p + the cost of your API usage.&#x20;

{% hint style="info" %}
If you have used a free API or only free charges of an API you are not charged at all for your usage (this includes the 20p monthly fee)
{% endhint %}

## How do I use an API?

Your [Subscription Secret](/subscriptions.md#api-secret) which is used to make requests to the API is shown on the subscription page of the API. Documentation can be found on the website of the API Partner (if this is not present and clear, please report this to <report@paypi.dev>)

## How do I add a payment method?

To add a payment method to a Team, go to the Team settings by clicking on the icon in the Teams menu.&#x20;

![Showing Teams menu](/files/-MeLOJWQuwh5YkFcGDrA)

When in the Team settings, go to the Billing tab and select "Update payment method" to change or add a payment method.

![](/files/-MeLOURmg-DVoaKgOBK9)

## How do I remove my account?

You can remove your account for any reason, at any time, by contacting <hello@paypi.dev>.


---

# 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.paypi.dev/support/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.
