Magento

The module is designed to install the bank payment collection system into an online store based on a Magento e-commerce platform.

Latest module version: 1.3.4

Compatible with Magento v 2.x

Install using Composer

What's inside:

  • Multilanguage support; (Show payment-related messages in your shop's language)

  • Multi-IBAN support; (You can collect money on two or more different IBANs from different banks and even different countries)

  • Availability to accept payments from major EU and EEA banks; (Let customers pay directly from their bank accounts across Europe)

  • Seamless Integration; (Smooth integration with Magento's checkout process, providing a seamless payment experience for customers.

    User-friendly configuration options within the Magento admin panel)

  • Refunds;

    (Ability to process full or partial refunds directly from the back office)

  • Real-time Transaction Management:

    (Instant payment status notification to both the customer and the merchant Support for webhooks for real-time payment status updates)

  • Security and Compliance:

    (Regular security updates and patches to address any vulnerabilities.

    Compliance with industry security standards and regulations.

    Secure transmission of payment data using SSL encryption)

  • Error Handling and Notifications:

    (Effective error handling and messaging to guide customers in case of payment failures or issues)

  • Customer Support and Assistance:

    (Responsive customer support for questions regarding payment gateway integration or issues)

Installation using Composer

Before installation To proceed with the integration, you must have an active kevin. account. Make sure you’ve received all the necessary credentials, which you can get by creating an account on kevin.’s dashboard.

If you don’t have Composer installed, follow these installation instructions.

To install kevin.'s Magento 2 module, execute the following commands using the command line inside your Magento installation path:

composer require getkevin/kevin-magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean

FTP installation will not work as this module has requirements that will be auto-installed when using Composer.

Upgrade the module

Run the following command:

composer update getkevin/kevin-magento2

Troubleshooting

No payment method appears at checkout
  • Your API keys are entered incorrectly.

  • You didn’t enable the payment method.

  • You limited the availability of the payment method to specific countries or currencies.

Order cannot be created

Order may not be created at checkout for a few possible reasons:

  • Email is entered incorrectly.

  • Company Name does not contain alphanumeric characters only.

  • Company Bank Account is different from the agreement document with kevin.

Last updated