payabbhi / payabbhi-magento-v2
Payabbhi Magento 2.0 plugin for accepting payments.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=5.5.0
- payabbhi/payabbhi-php: *
Suggests
- magento/module-checkout-agreements: 100.0.*
This package is not auto-updated.
Last update: 2024-11-02 03:28:10 UTC
README
This extension is built on Payabbhi PHP Library to provide seamless integration of Payabbhi Checkout with Magento 2.x.x
Installation via Composer
Run the following commands from Magento installation root directory.
composer require payabbhi/magento2
bin/magento module:enable Payabbhi_Magento
On running bin/magento module:status
, you should be able to see Payabbhi_Magento
in the module list
Configuration
Make sure you have signed up for your Payabbhi Account and downloaded the API keys from the Portal.
- Navigate to
Magento Dashboard
->Stores
->Configuration
->Payment Methods
. - Click on
Payabbhi (Card / NetBanking / Wallet)
to configurePayabbhi
:
- Access ID
- Secret Key
- payment_auto_capture
Enabled
- Change toYes
- Save the settings.
If you do not see Payabbhi in your gateway list, please clear your Magento Cache from your admin
panel (System
-> Cache Management
).
Payabbhi Checkout is now enabled in Magento.