Press "Enter" to skip to content

Ken Umemoto s vReality

3. Extract the Zip files to the appropriate folder.

¿Cómo puedo adaptar o cambiar la conexión con mi TPV virtual al nuevo tipo de firma SHA-256?

Por motivos de seguridad es necesario adaptar tu conexión con el TPV Virtual al nuevo tipo de firma basado en SHA-256. Este cambio es obligatorio, pues en breve el sistema actual dejará de funcionar.

Si estás cobrando los pedidos de tu tienda mediante nuestro TPV de Mabisy no necesitas realizar ningún cambio, en breve realizaremos el cambio por tí sin coste. .

  • Si provienes de la red de bancos Servired, continúa leyendo esta guía para saber cómo realizar el cambio.
  • Si provienes de la red de bancos Telebanco / 4B (por ejemplo Santander), continúa leyendo esta otra guía para realizar la migración correctamente: Configuración del nuevo TPV Redsys (desde una antigua pasarela de pago 4B.

Para realizar la migración al nuevo tipo de firma SHA-256 en tu tienda online Mabisy, sólo necesitas realizar estos sencillos pasos:

Obtención de la nueva clave SHA-256

  1. Inicia sesión en el módulo de administración de tu tpv en Redsys: https://sis.redsys.es/canales/
    • Si no encuentras tus datos de acceso, o si hubieras olvidado tu password de acceso, puedes pulsar sobre el enlace “¿Ha olvidado la contraseña?” para solicitar de nuevo tus credenciales de acceso (te enviarán los datos de acceso al correo electrónico de contacto que diste al contratar tu TPV)
  2. Selecciona la opción de Consulta de datos de comercio.
  3. Pulsa sobre Ver clave.
    Nota: Según cual sea tu entidad bancaria (por ejemplo en cuentas a través del banco Sabadell), es posible que no se te muestre la opción de ver clave. En tal caso, deberás ponerte en contacto con tu banco para que te envíen tu nueva clave SHA-256, la cual recibirás por e-mail ó SMS en tu teléfono móvil.

    Te solicitará que vuelvas a introducir tu contraseña de acceso al módulo de administración.

Actualizar la forma de pago al tipo Redsys

  1. Inicia sesión en el Panel de Control de tu tienda online.
  2. Accede a la sección Configuración > Formas de pago > Formas de pago.
  3. Selecciona la forma de pago que ya tenías creada como “TPV Servired”, “TPV Redsys” ó “Tarjeta de crédito”.
  4. Cambia el Proveedor de pago de la forma de pago a la opción “TPV Redsys“.
    • Pulsa sobre Guardar para aceptar los cambios.
  5. Vuelve al listado de formas de pago de tu tienda, y vuelve a seleccionar tu forma de pago para entrar de nuevo en su edición.
  6. Introduce la nueva contraseña que has obtenido de Redsys en “Clave de comercio (en entorno REAL)”

    • Nombre de Comercio: Nombre del comercio que aparecerá en el ticket del cliente
    • Código de comercio (FUC): Código numérico del comercio (te lo proporcionará tu entidad bancaria)
    • Moneda: Código numérico de la moneda (978 para EURO, para otras divisas consulta con tu banco)
    • Código de idioma: (opcional) Código del idioma en el que se mostrará la interfaz Si no estás seguro de qué poner aquí, pon un “0”
    • Activar modo Test: Selecciona “No” para configurar la pasarela de pago en el modo REAL.
    • Terminal (en entorno REAL): Código numérico del terminal de TPV usado en entorno REAL
    • Url de pasarela de pago (en entorno REAL): Url de la pasarela de pago a usar en entorno REAL
    • Luego podrás realizar la devolución del dinero cuyo hayas realizado, accediendo al módulo de administración de tu tpv y solicitando la devolución del cobro.

    ¿Te ha gustado? Si quieres puedes compartirlo aquí:

    Ken Umemoto’s vReality

    I’m a Sr. Systems Engineer at a Global Environmental Engineering company. I’ve been in IT since 1999 and from 2005, my focus has been VMware datacenter products. More recently, my attention has been for Microsoft Azure services. As the Global Service Owner for VMware Datacenter products, I’ve had the pleasure of having in-depth and hands-on experience with not only VMware products, but server, storage and networking technologies.

    Pages

    • Home
    • Powershell
    • PowerCLI
    • vCSA and ESXi Console Cmds
    • Linux
    • Helpful IT Links
    • Helpful Commands
    • PlayStation Dualshock 3 L3 Button Fix

    Wednesday, January 15, 2014

    Virtu-Al.net vCheck Setup Process

    ***Mar 16th 2017 – Please see the following post regarding updated instructions on running vCheck as a Scheduled Task:

    http://kenumemoto.blogspot.com/2017/03/how-to-schedule-vcheck-report.html

    What took me so long to find this Gem of a Tool.

    vCheck is a PowerShell Script used to gather critical information regarding your VMware infrastructure. The beauty of this script is that can be scheduled and configured to send you an email with the output.

    I no longer have to manually run PowerCLI scripts to find Open Snapshots, Datastore info etc. It’s automatically generated and emailed to me before my workday begins.

    Below are the steps I took to get vCheck version 6.15 up and running in my environment:

    Important Links:

    Prerequisites:
    PowerShell v2
    PowerCLI 5.01 or later
    vCenter 2.5 or Later
    I created a vCheck account in AD with Read-Only Access to our vCenter server.

    Initial Setup:
    1. Download a copy of the latest version of vCheck from the following location:
    https://github.com/alanrenouf/vCheck-vSphere

    2. Unblock the downloaded zip file.

    3. Extract the Zip files to the appropriate folder.

    4. Drill down to the Plugins folder. Each Plugin is a PS script which gathers information on a specific piece of the virtual infrastructure.

    I created a folder called “Excluded” and moved the plugins I didn’t want to run into it. Depending on your environment, some of these plugins may take hours to run. (ex. “Find VMs in uncontrolled snapshot mode.ps1”)

    5. Launch vSphere PowerCLI as an administrator. I then used the connect-viserver cmdlet to connect to our vCenter server using the account with Read-Only permissions. Run the vCheck.ps1 script:

    6. Go through the configuration wizard and enter the appropriate information:

    7. During the configuration process, you may need to supply admin credentials to your vCenter server. (ex. if the “vcenter services” plugin is selected) The credential information is stored in the Windowscreds.xml file (Encrypted).

    8. After populating all the required information, the script will run and provide you with a report.

    Scheduling:
    1. In my example, I’m running vCheck on a Server running Windows Server 2008 R2 Datacenter Edition. In Task Scheduler, I created a task with the following properties:

    Add Arguments:
    -PSConsoleFile “C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\vim.psc1” -file “D:\Scripts\vCheck.ps1” -noninteractive

    The vCheck account with Read-Only permissions was used to run the task.

    Additional Info:
    1. I received the following error when trying to schedule the job:
    Windows PowerShell console file “C:\ Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\vim.psc1” extension is not psc1. Windows PowerShell Console file extension must be psc1.

    Resolve by confirming the location and use of Quotation Marks.

    2. virtu-al.net uses the following path when scheduling the job:
    “C:\Program Files\VMware\Infrastructure\vSphere PowerCLI\vim.psc1″

    However, in my instance, the vim.psc1 file was located in the following location:
    “C:\ Program Files (x86) \VMware\Infrastructure\vSphere PowerCLI\vim.psc1″

    3. Additional email recipients can be added by using a “,” between the email addresses.
    ex. “user1@domain.com”,”user2@domain.com”

    4. To rerun the setup process, run the following:

    5. Job details can also be modified using the “GlobalVariables” file.

    6. In my environment, I created 2 jobs. One is run daily, and contains critical information. The second one is run one a week (Saturday) and contains plugins that are not as critical, and take an enormous amount of time to run.

    Thanks Alan Renouf!

    Kuba seben nece virtual ala bilerem

    Axwaminiz xeyir qizlar. qewey mama sumkasi hrdan ala bilerem?itagram sehifesi bilen vrsa atsin zehmet olmasa��

    Лучший комментарий

    yusifaliyev

    Men almiwm ele sade mekdeb çantası uwaga dayir süperdi bele yan sumka aldım uwaq sumkasi yola yaramir nawinla gedende yaxsidi

    3.7 года Нравится Ответить

    Комментарии

    bella.alieva
    3.7 года Нравится Ответить
    aytanbabai

    Men adi indi debde olan ruqzaq almışam.Rahatdı işime yarayır

    3.7 года Нравится Ответить
    yusifaliyev

    Men almiwm ele sade mekdeb çantası uwaga dayir süperdi bele yan sumka aldım uwaq sumkasi yola yaramir nawinla gedende yaxsidi

    3.7 года Нравится Ответить

    Mende de ele var ama biraz balacadii.uje yerlewmir

    3.7 года Нравится Ответить
    mirzeyeva99

    40manata var elcan usaq aleminde chicconun çox terifli deil ama yaxsisini gormusem men binede elitde 65manata idi ama super bisey idide��

    3.7 года Нравится Ответить

    @mirzeyeva99 hee Inwallah iwle mutleq.mende isdiyirem 2 3 yawina gelsun iwliyecem��

    3.7 года Нравится Ответить
    mirzeyeva99

    @murayy inşəAllah��işlemekden gozel hecne yoxdu vAllah

    3.7 года Нравится Ответить

    @mirzeyeva99 he hem baw qariwir.hemde ozunun pulun olur��

    3.7 года Нравится Ответить
    mirzeyeva99

    Mende isdeirem arxaya atilan çantalardan ama çox bahadie����

    3.7 года Нравится Ответить

    Mende normal qiynete isdiyerem.lap ele baha isdemirem��

    3.7 года Нравится Ответить

    Satiram ana ucun sumka teze maraqlansaz lickaya yazin

    3.7 года Нравится Ответить

    Siz teze satirsiz ya istifade olunub?

Comments are closed, but trackbacks and pingbacks are open.