Last updated

Integraciones de Ecommerce

A través de los siguientes plugins para plataformas ecommerce puedes integrar fácilmente nuestro botón de pago en el sistema de ventas de tu comercio.

Prestashop

Follow these instructions to set up Khipu as a payment method on Prestashop:

  • Download the Khipupayment.zip file.
  • Open your PrestaShop store administrator in your browser and log in with your username and password.
  • In the menu, select "Modules" and then "Modules" again.
  • In the upper right corner, click on "Add a new module".
  • Locate the Khipupayment.zip file you downloaded in step 1, upload it in this section, and press "Install".
  • A warning window will appear, press "Proceed with the installation".
  • Now log in to your Khipu account here, then click on "Account Options", go to the last section "To integrate Khipu to your website" and find your Collector Id and the key there.
  • Copy the Collector Id, return to the Prestashop page, and paste it in the Collector Id field.
  • Repeat step 8, but this time copy and paste the Secret Key.
  • Then press "Save settings" or "Guardar" and you're done! Khipu will now be integrated into your PrestaShop site.

VTEX

Integrating Khipu into Vtex takes just 4 simple steps. It's a quick and easy integration. To learn more about the terms of service on this platform, contact comercial@khipu.com.

Watch this video of the payment experience Khipu in Vtex.

You can also view the installation and configuration manual for Khipu in Vtex in the following PDF:


Woocommerce

Follow these instructions to set up Khipu as a payment method on WooCommerce by installing a WordPress plugin:

  • Download the woocommerce-khipu-gateway.zip file, which contains the WooCommerce Khipu plugin for WordPress.
  • Open your WooCommerce store administrator in your browser and log in with your admin username and password.
  • In the menu, go to “Plugins”, then click on “Add New” and select “Upload Plugin”.
  • Browse and upload the file you downloaded in step 1, then click on “Activate Plugin”.
  • Look for the installed plugin called “WooCommerce Khipu” and activate it by clicking on “Activate”.
  • Repeat step 5 for the plugin “WooCommerce transferencia normal”.
  • In the menu, go to “WooCommerce” and click on “Settings”.
  • Select the “Checkout” tab and choose the “Khipu – Simplified Transfer” section.
  • Now log in to your Khipu account, then click on “Account Options”, go to the last section “To integrate Khipu to your website” and find your Collector Id and the key there.
  • Copy the Collector Id, return to the WooCommerce administration page, and paste it in the “Collector Id” field.
  • Repeat step 9, but this time copy and paste the Secret Key, then click on “Save Changes”.
  • Repeat the process from step 8 but in the “Khipu – Regular Transfer” section.
  • And you're done! Khipu will now be integrated into your WooCommerce site.

Opencart

Follow these instructions to set up Khipu as a payment method on OpenCart:

  • Download and unzip the extension for Opencart 1, the extension for Opencart 2, or the extension for Opencart 3.
  • Unzip the file and upload the contents of the admin and catalog folders to your OpenCart installation via FTP.
  • Go to the OpenCart admin panel, click on "Extensions" and then on "Payments".
  • Find the Khipu extensions and install the ones you want.
  • After installing them, select "Edit" on each one to activate them.
  • Now log in to your Khipu account, then click on "Account Options", go to the last section "To integrate Khipu to your website" and find your Collector Id and the key there.
  • Copy the Collector Id, return to the OpenCart page and paste it in the "Receiver ID" field.
  • Repeat step 6, but this time copy and paste the secret key into the "Secret" field.
  • Complete the following fields according to your preferences.
  • Click on "Save" and you're done! Khipu will now be integrated into your OpenCart site.

Jumpseller

Follow these instructions to set up Khipu as a payment method on Jumpseller:

  • Log in to your Khipu account, then click on "Account Options", go to the last section "To integrate Khipu to your website" and find your Collector Id and the key there.
  • Copy the Collector Id.
  • Access the Jumpseller administration page, click on "Settings" and then click on "Payments".
  • Here, paste the Collector Id you copied into the "Collector Id" field.
  • Repeat from step 1, but this time copy and paste the "Secret Key" into the Jumpseller configuration and you're done!! You can now receive payments with Khipu.

Magento 2

You can install the Khipu plugin for Magento 2 using Composer to set up Khipu as a payment method in Magento 2. Follow these instructions:

  • Go to the root of Magento 2.

  • Run the following command to install the plugin: composer require khipu/magento2-khipu and wait while the dependencies are installed.

  • Execute the following lines to enable the plugin:

    php bin/magento module:enable Khipu_Payment --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush
  • Enable and configure the plugin in the Magento Administration, under Stores / Configuration / Sales / Payment Methods / Khipu. And you're done!! You can now receive payments with Khipu.

For more information, visit our Github page