Skip to main content
POST
/
v1
/
links
Crear link bancario
curl --request POST \
  --url https://api.rail.cl/v1/links \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credentials": {
    "rut": "<string>",
    "password": ""
  },
  "external_user_id": "<string>"
}
'

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.

Authorizations

Authorization
string
header
required

API key emitida desde el dashboard. Servidor-a-servidor con sk_, browser-to-server con pk_. El prefijo identifica modo (test/live).

Body

application/json
bank_id
enum<string>
required
Available options:
santander,
banco_chile,
banco_estado,
banco_falabella,
bci,
itau,
scotia,
bice,
cencosud,
mercado_pago
credentials
object
required
external_user_id
string
Minimum string length: 1

Response

200

Default Response