> For the complete documentation index, see [llms.txt](https://help.flycode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flycode.com/es/flycode-and-shopify.md).

# FlyCode y Shopify

FlyCode recupera pagos de suscripciones fallidos para comerciantes de Shopify trabajando junto con la aplicación de suscripciones ya instalada en la tienda (Recharge, Skio, Stay AI y otras). Detecta renovaciones fallidas, las reintenta con tiempos de aprendizaje automático específicos por comerciante, cobra métodos de pago de respaldo cuando están disponibles y coordina los correos electrónicos a los clientes, sin cambiar la tienda, el tema ni el proceso de pago. Esta colección cubre compatibilidad, configuración y soporte.

{% hint style="info" %}
**Respuesta rápida:** conecta FlyCode iniciando sesión con tu cuenta de Shopify y aprobando la conexión; la configuración toma minutos y no requiere desarrollador. FlyCode funciona con aplicaciones de suscripción de Shopify en lugar de reemplazarlas, y puede mejorar o asumir los flujos de cobro fallido existentes sin enviar correos electrónicos duplicados.
{% endhint %}

## En esta sección

* [Compatibilidad y soporte de la app](https://help.flycode.com/flycode-and-shopify/compatibility-and-app-support): cómo funciona FlyCode con las suscripciones de Shopify, qué aplicaciones son compatibles, la coexistencia con el cobro fallido de Recharge o Skio, y el soporte.
* [Configuración y requisitos](https://help.flycode.com/flycode-and-shopify/setup-and-requirements): no hay nada que cambiar en Shopify, conectar tu tienda y no se necesita desarrollador.

## Guías paso a paso

* [Cómo gestiona FlyCode los pagos fallidos de suscripciones de Shopify](https://docs.flycode.com/docs/integrations/how-flycode-handles-shopify-subscription-failed-payments) (detalles específicos de Recharge, Skio, Stay AI y Loop)
* [Integra FlyCode con Recharge](https://docs.flycode.com/docs/integrations/step-by-step-integrate-flycode-with-recharge)
* [Instala FlyCode en Skio](https://docs.flycode.com/docs/integrations/how-to-install-flycode-on-skio)
* [Recupera pagos fallidos de suscripciones de Shopify con FlyCode](https://www.flycode.com/shopify/benefits)


---

# 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.flycode.com/es/flycode-and-shopify.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.
