Official WooCommerce plugin for PayTabs
Note: WooCommerce must be installed and activated for PayTabs plugin to work.
- Download the latest release of the plugin
- Upload the folder
paytabs-woocommerce
to the wordpress installation directory:wp-content/plugins/
Note: Delete any previous PayTabs plugin.
- Download the latest release of the plugin
- Go to
"WordPress admin panel" >> Plugins >> Add New
- Select
Upload Plugin
- Click
Browse
and select the downloaded zip file (paytabs-woocommerce.zip
) - Click
Install Now
- If a previous version exists, select
Replace current with uploaded
- Go to
"Wordpress admin panel" >> Plugins >> Installed Plugins
- Look for
PayTabs - WooCommerce Payment Gateway
and clickActivate
- Go to
"WordPress admin panel" >> WooCommerce >> Settings
- Select
Payments
tab - Select the preferred payment method from the available list of PayTabs payment methods
- Check the
Enable 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 changes
- In the configuration page select transaction type: Auth.
- The default order-status for Auth Orders is on-hold unless you change it from the configuration page.
- To Capture an Auth order you need to go to the order edit view >> change the order status to Completed then Save, the Capture will be done.
- To Void the Auth order, you need to go to the order edit view >> change the order status to Cancelled then Save, the Void will be done.
- In the configuration page select Payment form type: iFrame.
- Save the configuration.
- Access
debug_paytabs.log
file found at:/wp-content/debug_paytabs.log
Done