Documentation Index
Fetch the complete documentation index at: https://docs.rail.cl/llms.txt
Use this file to discover all available pages before exploring further.
Chile 🇨🇱
BancoEstado
| Type | Portal | History | Products | Currency |
|---|
Personas banco_estado | bancoestado.cl | 90 días (hasta 12 meses con refresh_type: historical) | ✅ CuentaRUT ✅ Vista ✅ Corriente ✅ Ahorro Plazo ✅ Ahorro Vivienda | ✅ CLP |
BancoEstado puede tardar 60-90 segundos en detectar una clave equivocada porque su login es asíncrono. Si tu usuario reporta que la conexión “se queda pegada”, esperá al menos 90s antes de asumir error.
Banco Santander
| Type | Portal | History | Products | Currency |
|---|
Personas santander | santander.cl | 60 días | ✅ Cuenta Corriente ✅ Cuenta Vista ✅ Tarjeta de Crédito | ✅ CLP |
Santander requiere MFA en cada sync (clave dinámica). Cada refresh_intent va a pasar por requires_mfa y vas a tener que reabrir el widget para que el user resuelva el código. Diseñá tu UX considerando esto.
Banco de Chile
| Type | Portal | History | Products | Currency |
|---|
Personas banco_chile | portalpersonas.bancochile.cl | 90 días | ✅ Cuenta Corriente ✅ Tarjeta de Crédito | ✅ CLP |
BCI
| Type | Portal | History | Products | Currency |
|---|
Personas bci | bci.cl | 60 días | ✅ Cuenta Corriente ✅ Tarjeta de Crédito | ✅ CLP |
BCI requiere clave dinámica en cada login. Mismo patrón que Santander — esperá requires_mfa en cada sync.
Banco Falabella
| Type | Portal | History | Products | Currency |
|---|
Personas banco_falabella | bancofalabella.cl | 90 días | ✅ CMR Visa | ✅ CLP |
Falabella solo soporta la tarjeta de crédito CMR. No incluye cuenta vista ni otros productos del Banco Falabella retail.
BICE
| Type | Portal | History | Products | Currency |
|---|
Personas bice | bice.cl | 60 días | ✅ Cuenta Corriente ✅ Tarjeta de Crédito | ✅ CLP |
Itaú
| Type | Portal | History | Products | Currency |
|---|
Personas itau 🟡 Beta | itau.cl | 60 días | ✅ Cuenta Corriente | ✅ CLP |
Scotiabank
| Type | Portal | History | Products | Currency |
|---|
Personas scotiabank 🔴 Próximamente | scotiabank.cl | — | — | — |
Próximamente
- Banco Security (
security)
- BICE Empresas (
bice_empresas)
- Santander Empresas (
santander_empresas)
Estados
| Estado | Significa |
|---|
| (sin marca) | Activo. Sync automático cada 4h. SLA estándar. |
| 🟡 Beta | Funcionando pero con downtimes esperables o cambios de schema. Validá data crítica antes de usar. |
| 🔴 Próximamente | El widget muestra el banco como deshabilitado. Se está integrando. |
Cómo verificar disponibilidad programáticamente
curl https://api.rail.cl/v1/banks \
-H "Authorization: Bearer rail_sk_live_…"
Response:
[
{
"object": "bank",
"id": "banco_estado",
"name": "BancoEstado",
"status": "active",
"logo_url": "https://rail.cl/banks/banco_estado.svg",
"products": ["checking", "savings"]
}
]
Filtrá por status: "active" para mostrar solo los disponibles en tu UI.