vella / vellapay-magento2x
VellaPay Payment gateway for accepting fiat and crypto payments globally
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2024-12-04 14:19:23 UTC
README
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.
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.