paytabs / magento2
3rd party payment gateway
Installs: 1 724
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 3
Open Issues: 1
Type:magento2-module
pkg:composer/paytabs/magento2
Requires
- php: ^7.1|^8.1
- magento/module-checkout: 100.2.*||100.3.*||100.4.*
- magento/module-payment: 100.2.*||100.3.*||100.4.*
- magento/module-sales: 101.0.*||102.0.*||103.0.*
- magento/module-vault: 101.0.*||101.1.*||101.2.*
This package is auto-updated.
Last update: 2025-12-30 07:10:37 UTC
README
The Official Magento2 plugin for PayTabs
Installation
Install using FTP method
Note: Delete any previous PayTabs plugin.
- Download the latest release of the plugin
- Upload the content of the folder to magento2 installation directory:
app/code/PayTabs/PayPage - Run the following Magento commands:
php bin/magento setup:upgradephp bin/magento setup:static-content:deployphp bin/magento cache:clean
Install using Composer
composer require paytabs/magento2php bin/magento setup:upgradephp bin/magento setup:static-content:deployphp bin/magento cache:clean
Activating the Plugin
By default and after installing the module, it will be activated. To Disable/Enable the module:
Enable
php bin/magento module:enable PayTabs_PayPage
Disable
php bin/magento module:disable PayTabs_PayPage
Configure the Plugin
- Navigate to
"Magento admin panel" >> Stores >> Configuration - Open
"Sales >> Payment Methods - Select the preferred payment method from the available list of PayTabs payment methods
- Enable the
Payment Gateway - Enter the primary credentials:
- Profile ID: Enter the Profile ID of your PayTabs account
- Server Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
- Click
Save Config
Log Access
PayTabs custome log
- Access
debug_paytabs.logfile found at:/var/log/debug_paytabs.log
Done