Descubre los últimos lanzamientos de funcionalidades, las mejoras de producto y las correcciones de errores de Kushki Card Present — Chile 🇨🇱.
Las entradas anteriores a septiembre de 2025 se mantienen en inglés. Puedes consultar el historial completo en la versión en inglés de esta página.
Mantente al día de los cambios y actualizaciones de la API Card Present de Kushki para Chile.Usamos ISO 8601 (YYYY-MM-DD) para las fechas y versionado semántico (MAJOR.MINOR.PATCH):1.
MAJOR — cambios incompatibles en la API
2.
MINOR — funcionalidad nueva retrocompatible
3.
PATCH — correcciones de errores retrocompatibles
NEW — funcionalidades nuevas
IMPROVEMENTS — cambios en funcionalidad existente
DEPRECATED — funcionalidades que se eliminarán pronto
REMOVED — funcionalidades eliminadas
FIX — correcciones de errores
SECURITY — vulnerabilidades de seguridad
Última versión#
1.4.0 — 2026-09-02#
🔖 Endpoint de alertas de fraude#
Ya está disponible un nuevo endpoint para consultar los registros de alertas de fraude que VISA y Mastercard ponen a disposición de Kushki, sin esperar a que un archivo se entregue manualmente por SFTP.El endpoint Query fraud alerts devuelve los registros de los dos programas de reporte de fraude de las marcas de tarjeta — TC40 (VISA) y SAFE (Mastercard). Cubre tanto las transacciones presenciales procesadas con API Raw como las no presenciales, y es el mismo endpoint documentado en Online Payments.Admite dos modos de consulta: por rango de fechas, con from y to y los filtros opcionales brand, country, fraud_type y merchant_id, o por identificador de transacción, con transaction_arn o transaction_reference. Los resultados se paginan con page y limit.La autenticación es a nivel de customer: envía tu credencial privada de customer en la cabecera Private-merchant-id y usa el campo merchant_id para limitar la consulta a sucursales concretas.⚠️ Disponibilidad: this report is only available for transactions made with VISA and MASTERCARD cards, and only for Kushki's acquiring.
ℹ️ Límite de rango de fechas: queries are limited to a maximum of 12 months from the current date, and from and to must use the exact format YYYY-MM-DDThh:mm:ss.
Notas de versión anteriores#
1.3.1 — 2026-04-07#
🔖 Nuevos campos opcionales en pos_details#
El objeto pos_details ahora acepta cinco campos opcionales nuevos en todas las operaciones presenciales: charge, preAuth, capture, reverse, void y refund.| Campo | Descripción |
|---|
user | Operator user of the device. |
friendly_name | Display name assigned to the terminal (e.g., "Caja principal"). |
serial | Serial number of the device. |
type | Physical type of the POS device. Allowed values: COUNTERTOP, MPOS, SMARTPOS, SELF_SERVICE, OTHER. |
connectivity | Network connectivity type. Allowed values: GPRS, WIFI, ETHERNET, DIAL_UP, OTHER. |
Estos campos son opcionales. Si los incluyes, se almacenan y se devuelven en las respuestas de listado de transacciones y en las notificaciones de webhook.1.2.1 — 2025-04-02#
Reversos sin tarjeta 🇨🇱#
Added support for performing same-day reversals without requiring the physical card.Use client_transaction_id from the original transaction.
Must be requested on the same day, before 23:59 Chile local time.
Reversal is always for the full transaction amount.
1.2.0 — 2025-02-27#
🇨🇱 Cuotas Comercio (Merchant Installments) — Beta#
Cuotas Comercio is currently in Beta phase for Chile. Contact the Kushki team to enable this feature.
Merchants can now offer Cuotas Comercio (Merchant Installments) — 2 to 12 months — by sending credit_type: "03" in the deferred object. The merchant absorbs the installment cost."deferred": {
"months": "6",
"credit_type": "03"
}
Added GET /deferred/v2/bin/{bin} — returns installment type "03" (Cuotas Comercio) in the response for eligible BINs.
Cardless operations fully available for Chile: omit_card: true supported for captures, reauthorizations, voids, and refunds.
1.1.1 — 2024-11-14#
Updated transaction status for voids and refunds.
1.0.4 — 2024-10-02#
ticket_number añadido en las respuestas#
ticket_number is now included in all approved transaction responses:Single payments — charges and deferred charges
Two-step payments — preauthorizations, captures, reauthorizations
Voids & Refunds — voids, reverses, and refunds
Query Transactions — transaction search results
1.0.1 — 2024-02-15#
Operaciones sin tarjeta#
Added omit_card field for card-free operations across all endpoints.
Added metadata field to attach additional information to any request.
New request examples: GL - Cardless Reauthorization, GL - Cardless Capture, GL - Cardless Void, GL - Cardless Refund.
Updated descriptions for reversal, reauthorization, capture, and void sections.
1.0.0 — 2024-01-18#
🇨🇱 API Card Present para Chile — Disponibilidad general#
Launching the Card Present raw API for Chile with the following supported operations:Single charge (ICC, MCR, NFC)
Deferred charge — Cuotas Emisor (Issuer Installments)
Pre-authorization and capture
BIN lookup and deferred options
Got a suggestion on this documentation? Contact us.