> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Iniciar checkout

> Genera enlace de checkout para suscribirse.

**Autenticación:** Bearer JWT

<CodeGroup>
  ```json Request theme={null}
  {
    "plan": "business",
    "gateway": "mercadopago"
  }
  ```

  ```json Response 200 theme={null}
  {
    "checkout_url": "https://www.mercadopago.cl/checkout/v1/redirect?pref_id=...",
    "expires_at": "2026-04-09T16:00:00Z"
  }
  ```
</CodeGroup>

| Código | Descripción             |
| ------ | ----------------------- |
| `400`  | Plan o gateway inválido |
