paytabs / magento2
3rd party payment gateway
Installs: 1 510
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
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.*
 
- dev-main
 - 3.26.2
 - 3.26.1
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.1
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.1
 - 3.19.0
 - 3.18.1
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.1
 - 3.15.0
 - 3.14.0
 - 3.13.1
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.1
 - 3.10.0
 - 3.9.2
 - 3.9.1
 - 3.9.0
 - 3.8.3
 - 3.8.2
 - 3.8.1
 - 3.8.0
 - 3.7.5
 - 3.7.4
 - 3.7.3
 - 3.7.2
 - dev-phone-ignore
 - dev-invoice
 - dev-alt_currency
 - dev-clickpay
 - dev-exclude_shipping_ui
 - dev-development-2b
 - dev-minicart-refresh
 
This package is auto-updated.
Last update: 2025-10-21 13:46:30 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