> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/billing/how-to/how-to-add-or-change-payment-method.md).

# How to Add or Change Your Payment Method

You define how we charge you in **Payment Methods**.

You can use a **credit card** or a **SEPA direct debit**, and change the active method whenever you want.

### 1. Open Payment Methods

Go to **Payment Methods** from your menu. If you already have a method set up, you’ll see it here; to replace it, click **Change payment method**.

### 2. Choose the method

Select the one you are going to use and continue:

* **Credit card** — Visa, Mastercard, or American Express.
* **Bank direct debit** — SEPA debit from your account.

<figure><img src="/files/8910a2463ef1eaeed11b63b46168f0e8d2e496c1" alt=""><figcaption></figcaption></figure>

### 3a. If you choose card

Enter the **company name**, the **cardholder** and the **card number** with its expiration date (MM/YY) and CVC. Save it to leave it active.

<figure><img src="/files/b1347edfb771d7ddd3550c93fef71431b89dd28b" alt=""><figcaption></figcaption></figure>

### 3b. If you choose SEPA direct debit

Complete the **account details** (company name, account holder, and IBAN) and your **contact and address details** (email, mobile, country, province, postal code, city, and address).

<figure><img src="/files/43811671eb99147d9bca8d81d46c5a8b33db6f2c" alt=""><figcaption></figcaption></figure>

> #### ❗️ Valid email and mobile number
>
> To sign the mandate, we send you an email and a 4-digit code by SMS. If they are not correct, you will not be able to complete the process.

Finally, review the **SEPA direct debit order (CORE)**, check **I authorize the direct debit order** and save.

<figure><img src="/files/1f7c93210cb07c15e74c0fbb702e4b76dc1e2125" alt=""><figcaption></figcaption></figure>

### Conclusion

With the method set up, we can now charge you each period without you having to do anything else.

### Next steps

* Check the reference in [Payment Methods.](/docs-en/platform/billing/details/payment-methods.md)
* Review how we bill you in [How we bill you.](/docs-en/platform/billing/concepts/how-we-bill-you.md)


---

# 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.plenit.com/docs-en/platform/billing/how-to/how-to-add-or-change-payment-method.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.
