vella/vellapay-magento2x

VellaPay Payment gateway for accepting fiat and crypto payments globally

1.1.2 2023-04-04 11:00 UTC

This package is auto-updated.

Last update: 2024-05-04 13:06:05 UTC


README

All Contributors

Vella payment gateway Magento2 extension

Accept payment using Vella Checkout widget for Magento2

Installation

  • Go to Magento2 root folder

  • Enter following command to install module:

composer require vella/vellapay-magento2x

Manual Installation

  • Click the Download Zip button and save to your local machine.
  • Unpack(Extract) the archive.
  • Create a Vella/Pay folder in your Magento's app/code directory.
  • Copy the content into your Magento's app/code/Vella/Pay directory.

Enable the Vella Payments module:

  • From your commandline, in your magento root directory, run
php bin/magento module:enable Vella_Pay --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compile
  • Once the setup:upgrade completes the module will be available in the Store Admin.

Configure the plugin

Configuration can be done using the Administrator section of your Magento store.

  • From the admin dashboard, using the left menu navigate to Stores > Configuration > Sales > Payment Methods.
  • Select VellaPay Payment Gateway from the list of recommended modules.
  • Set Enable to Yes and fill the rest of the config form accordingly, then click Save Config to save and activate. Note: Your Key and merchant ID is required to activate this module for cart checkout.

vellapay admin

Suggestions

For issues and feature request, click here.

License

GPL-3. See LICENSE.txt

Security

If you discover any security related issues, please email hello@vella.finance instead of using the issue tracker.