> 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/platform/billing/how-to/how-to-add-or-change-payment-method.md).

# Cómo Añadir o Cambiar tu Método de Pago

Defines con qué te cobramos en **Métodos de Pago**.

Puedes usar una **tarjeta de crédito** o una **domiciliación bancaria SEPA**, y cambiar el método activo cuando quieras.

### 1. Abre Métodos de Pago

Entra en **Métodos de Pago** desde tu menú. Si ya tienes un método configurado, lo verás aquí; para sustituirlo, pulsa **Cambiar método de pago**.

### 2. Elige el método

Selecciona el que vas a usar y continúa:

* **Tarjeta de crédito** — Visa, Mastercard o American Express.
* **Domiciliación bancaria** — adeudo SEPA en tu cuenta.

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

### 3a. Si eliges tarjeta

Introduce el **nombre de la empresa**, el **titular de la tarjeta** y el **número de tarjeta** con su caducidad (MM/AA) y CVC. Guarda para dejarla activa.

<figure><img src="/files/48QyR4MzvrUWZ6Vt4sVj" alt=""><figcaption></figcaption></figure>

### 3b. Si eliges domiciliación SEPA

Completa los **datos de la cuenta** (nombre de empresa, titular e IBAN) y tus **datos de contacto y dirección** (correo, móvil, país, provincia, código postal, ciudad y dirección).

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

> #### ❗️ Correo y móvil válidos
>
> Para firmar el mandato te enviamos un correo y un código de 4 dígitos por SMS. Si no son correctos, no podrás completar el proceso.

Por último, revisa la **orden de domiciliación de adeudo directo SEPA (CORE)**, marca **Autorizo la orden de domiciliación de adeudo** y guarda.

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

### Conclusión

Con el método configurado, ya te podemos cobrar cada periodo sin que tengas que hacer nada más.

### Siguientes pasos

* Consulta la referencia en [Métodos de Pago.](/platform/billing/details/payment-methods.md)
* Repasa cómo te facturamos en [Cómo te facturamos.](/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/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.
