Uploaded by Oscar Valdez

Instructivo para generar DeviceFingerPrint..

advertisement
ADMINISTRADORA DE TARJETAS DE CRÉDITO S.A.
INSTRUCTIVOS PARA GENERAR
DEVICE FINGER PRINT
Página 1 de 4
I.
IDENTIFICACIÓN DEL INSTRUCTIVO
VERSIÓN V.1.0
CÓDIGO:
NOMBRE:
II.
Generacion DeviceFingerPrint (Test y Producción)
IDENTIFICACIÓN DE LAS TAREAS
A.
FLUJO DE INFROMACION
Se cuenta para la generación del Device Finger Print dos opciones:
IMPORTANTE: Señalar a cada comercio que los Org_id son los que cambian de acuerdo al ambiente y
opción:
Org IDs con Flash:
1snn5n9w
Ambiente Testing
k8vif92e
Ambiente de
producción
Org IDs sin flash: IMPORTANTE: Solicitar la habilitación el DFP sin Flash a Cybersource para los dos
ambientes Testing y Producción
Elaborado por: Equipo E commerce
Revisado por: Equipo Ecommerce
Fecha: 07/06/2020
ADMINISTRADORA DE TARJETAS DE CRÉDITO S.A.
INSTRUCTIVOS PARA GENERAR
DEVICE FINGER PRINT
Página 2 de 4
45ssiuz3
Ambiente Testing
9ozphlqx
Ambiente de
producción
B.
ARMADO DE LA SESION
1. SECURE ACEPTANCE HOSTED CHECKOUT:
Opcion 1:
En la parte inferior habilitar la casilla Device Finger Print:
Y salvar y activar el profile.
Opcion 2:
Envio en el head el siguiente script
ARMADO DEL SESSION ID
https://h.online-metrix.net/fp/tags.js?org_id=orgid&session_id=comercio_mid IDSESION
Por Ejemplo:
Elaborado por: Equipo E commerce
Revisado por: Equipo Ecommerce
Fecha: 07/06/2020
ADMINISTRADORA DE TARJETAS DE CRÉDITO S.A.
INSTRUCTIVOS PARA GENERAR
DEVICE FINGER PRINT
Página 3 de 4
Ord_id= de acuerdo al ambiente de testing o producción
Comercio_Mid=redenlace_0000000
IDSESION: 123456789 para TEST
Armado de Sesion de Ejemplo:
https://h.online-metrix.net/fp/tags.js?org_id=1snn5n9w&session_id=redenlace_400469123456789
Luego en el boddy incluir el campo device_finger_print_id:
'device_fingerprint_id'=IDSESION
(Esto debe estar de acuerdo al lenguaje de programación utilizado)
2. SECURE ACEPTANCE CHEKC OUT API:
Envio en el head el siguiente script
ARMADO DEL SESSION ID
https://h.online-metrix.net/fp/tags.js?org_id=orgid&session_id=comercio_mid IDSESION
Por Ejemplo:
Ord_id= de acuerdo al ambiente de testing o producción
Comercio_Mid=redenlace_0000000
IDSESION: 123456789 para TEST
Armado de Sesion de Ejemplo:
https://h.online-metrix.net/fp/tags.js?org_id=1snn5n9w&session_id=redenlace_400469123456789
Luego en el boddy incluir el campo device_finger_print_id:
'device_fingerprint_id'=IDSESION
(Esto debe estar de acuerdo al lenguaje de programación utilizado)
Elaborado por: Equipo E commerce
Revisado por: Equipo Ecommerce
Fecha: 07/06/2020
ADMINISTRADORA DE TARJETAS DE CRÉDITO S.A.
INSTRUCTIVOS PARA GENERAR
DEVICE FINGER PRINT
Página 4 de 4
3. ARMADO DE LA SESIÓN: PARA REST/ SOAP:
Envio en el head el siguiente script
ARMADO DEL SESSION ID
https://h.online-metrix.net/fp/tags.js?org_id=orgid&session_id=comercio_mid IDSESION
Por Ejemplo:
Ord_id= de acuerdo al ambiente de testing o producción
Comercio_Mid=redenlace_0000000
IDSESION: 123456789 para TEST
En el body s deberá incluir el siguiente dataset:
"deviceInformation": {
"fingerprintSessionId": "IDSESION"
}
Elaborado por: Equipo E commerce
Revisado por: Equipo Ecommerce
Fecha: 07/06/2020
Download