> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/espanol/products/bills/banks.md).

# Cuentas bancarias

Los contratos de Factura también pueden ser utilizados por los bancos para interactuar con sus clientes y permitirles depositar/retirar dinero en/de sus cuentas.

Lee esta guía para entender cómo desplegar tu propio contrato de Factura y agregar cuentas a él.

* El primer paso es desplegar un contrato de Factura (con el parámetro **¿Es pagadero?** establecido en Sí ya que las cuentas pueden realizar retiros)

{% content-ref url="/pages/yNz38d8G2CEtYzmzOImA" %}
[Facturas](/espanol/products/bills.md)
{% endcontent-ref %}

## Depósito de Dinero en Cuentas

Aquí tienes una guía paso a paso para depositar dinero en tu cuenta en un contrato de Factura:

* Ve a tu contrato de Factura y haz clic en el botón **Detalles** para exponer su panel
* Haz clic en el ID de tu cuenta para seleccionarlo

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

* Ahora haz clic en el botón **Panel de Control** y luego en el botón **Depósito** en el menú del panel de control

<div><figure><img src="/files/gAKK0lu1Xnn2sCNeT0nQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/eVbPQXksXHUIrgeWbG30" alt=""><figcaption></figcaption></figure></div>

* Completa los campos con el ID de tu cuenta y la cantidad que deseas depositar en tu cuenta, luego valida la transacción

¡Felicidades! Has depositado fondos con éxito en tu cuenta. En nuestro caso de uso bancario, todos los fondos depositados deberían estar disponibles para retiro en cualquier momento.

## Retiro de Dinero de Cuentas

Aquí tienes una guía paso a paso para retirar dinero de tu cuenta en un contrato de Factura:

* Ve a tu contrato de Factura y haz clic en el botón **Detalles** para exponer su panel
* Haz clic en el ID de tu cuenta para seleccionarlo

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

* Ahora haz clic en el botón **Panel de Control** y luego en el botón **Retiro** en el menú del panel de control

<div><figure><img src="/files/gAKK0lu1Xnn2sCNeT0nQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ITGjgvgCnVZaFQMXbOn8" alt=""><figcaption></figcaption></figure></div>

* Completa los campos con el ID de tu cuenta y la cantidad que deseas retirar de tu cuenta, luego valida la transacción


---

# 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.payswap.org/espanol/products/bills/banks.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.
