> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/reverse-a-transfer.md).

# Revertir una transferencia

Solo se pueden revertir las transferencias que aún no se han completado. Una vez que una transferencia se revierte, se procesará una segunda transacción para completar la reversión.

{% hint style="warning" %}
**Importante:** Una transacción revertida puede aparecer en dos facturas diferentes como dos pagos separados. Por ejemplo, un pago de $100 se revierte y ahora aparece como -$100 en la segunda factura.
{% endhint %}

1. Desde la barra de navegación superior, selecciona **tu saldo** → **Transferencias**.
2. Pase el cursor sobre la fila de la tabla de la transferencia que desea revertir y luego, al final de la fila, seleccione ![](/files/e623b6985bea839e92dc82c3889750228a7b7af5) **\[Más]** → **Revertir**.
3. Lea el mensaje de advertencia y luego seleccione **De acuerdo**.

   <div data-with-frame="true"><figure><img src="/files/85069d0f55f73b34b500c5f2a2d37b6d11446c99" alt=""><figcaption></figcaption></figure></div>

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Advertencia:</strong> Una vez que las transferencias se revierten, no se pueden recuperar. Debe <a href="/pages/07e85624047445e50649ed0487e89958b38bce28">crear una nueva transferencia</a> si revierte una por error.</p></div>

   * Consulte [Detalles de la transferencia](/brand/es/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/view-transfer-details.md) para aprender cómo encontrar sus transacciones revertidas.


---

# 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://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/reverse-a-transfer.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.
