# Payment Methods

The [**Payment Methods**](https://creator.tebex.io/payment-methods) page in your **Control Panel** allows you to manage which payment options your store accepts.

#### **Accessing the Payment Methods Page**

1. From the left-hand sidebar, click **Payments**.
2. Then, select **Payment Methods**.

***

#### **What You'll See on the Page**

Each available payment method includes the following details:

* **Supported Countries** – Where the method can be used
* **Accepted Currencies** – What currencies are supported
* **Gateway Fee** – The processing fee for each method
* **Settlement Time** – How long it takes for funds to settle
* **Subscription Support** – Whether the method supports recurring billing

You can **enable or disable** payment methods using the toggle switches on the right-hand side of the page.

> 🔒 **Note**: By default, all payment methods are enabled except [**PaysafeCard**](https://docs.tebex.io/creators/tebex-checkout/requirements-for-paysafecard), which requires additional approval.

***

#### **Additional Resources**

* View the [full list of supported payment methods](https://www.tebex.io/payment-methods) and fees – Available even if you haven’t created a store yet.
* [Fees Overview](https://docs.tebex.io/creators/pricing-overview/tebex-fees-and-billing-overview) – Learn more about how gateway fees work.


---

# 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.tebex.io/creators/tebex-control-panel/payments-overview/payment-methods.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.
