> 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/details/payment-methods.md).

# Payment Methods

In **Payment Methods** defines how we charge you.

The screen is a wizard, **Update payment method**, which guides you step by step depending on the method you choose.

There are two methods:

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

### Step 1: choose the method

Select **Credit card** or **Bank direct debit** and continue. From there, the requested data depends on the method.<br>

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

### Credit card

You enter the card information:

| Field        | What it is                                    |
| ------------ | --------------------------------------------- |
| Company name | The account-holding company.                  |
| Cardholder   | The name exactly as it appears on the card.   |
| Card number  | The number, expiration date (MM/YY), and CVC. |

### Bank direct debit (SEPA)

The direct debit is completed in three steps: method, details, and mandate.

#### Account details

| Field          | What it is                       |
| -------------- | -------------------------------- |
| Company name   | The account-holding company.     |
| Account holder | The individual or entity holder. |
| IBAN           | The account number.              |

And the contact and address details: email, mobile, country, province, postal code, city, and address.

> ❗️ Valid email and mobile number
>
> To sign the mandate, we send an email and a 4-digit code by SMS. Make sure the email and mobile number are correct, or you won't be able to complete the process.

#### SEPA mandate

The last step is the **SEPA direct debit order (CORE)**, with the creditor's and debtor's details and the payment type (recurring or one-off). To finish, check the box **I authorize the direct debit order** and save.

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

### Your current method

If you already have a method set up, the screen shows it to you (for example, a direct debit with its company, holder, and IBAN) and offers you **Change payment method** to replace it.<br>

> 📘 Your tax details
>
> The tax details we use to invoice you (company name, holder, and address) are collected here, within the payment method setup.<br>

### Next steps

* Learn how to change it in [Add or change your payment method.](/docs-en/platform/billing/how-to/how-to-add-or-change-payment-method.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/details/payment-methods.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.
