Created
December 8, 2020 22:45
-
-
Save juque/7aa51256e3d84db11f3e6f40db81a014 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Respuesta Transbank | |
| `vci` (String) | |
| Puede tomar el valor | |
| * TSY (Autenticación exitosa), | |
| * TSN (Autenticación fallida), | |
| * TO (Tiempo máximo excedido para autenticación), | |
| * ABO (Autenticación abortada por tarjetahabiente), | |
| * U3 (Error interno en la autenticación), | |
| * NP (No Participa, probablemente por ser una tarjeta extranjera que no participa en el programa 3DSecure), | |
| * ACS2 (Autenticación fallida extranjera). Puede ser vacío si la transacción no se autenticó. | |
| Largo máximo: 3. | |
| -- | |
| `payment_type_code` | |
| * VD = Venta Débito. | |
| * VN = Venta Normal. | |
| * VC = Venta en cuotas. | |
| * SI = 3 cuotas sin interés. | |
| * S2 = 2 cuotas sin interés. | |
| * NC = N Cuotas sin interés | |
| * VP = Venta Prepago | |
| Fuente: | |
| https://www.transbankdevelopers.cl/referencia/webpay#confirmar-una-transaccion-webpay-plus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment