GunTab Payment Gateway is a WordPress Plugin Directory app by GunTab.
AppRanks verdict
Generated from live marketplace data — refreshed daily
GunTab Payment Gateway is a newly-listed WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by GunTab — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from GunTab Payment Gateway?
See GunTab Payment Gateway's alternatives ranked by audit score, rating, and review velocity.
How GunTab Payment Gateway works
Show full descriptionShow less
GunTab is the only transaction platform built for firearm and ammunition e-commerce. It enables you get paid safely and easily online. We even guarantee against chargebacks. Learn more at GunTab.com.
Activate the plugin in WordPress
Go to Plugins > Add New.
Search for “GunTab”.
Select “Install Now”.
After installation is complete, select “Activate”.
Enable the plugin in WooCommerce
Go to WooCommerce > Settings > Payments.
Select to enable “GunTab Payments”.
Select “Save changes”.
After the page reloads, select to “Manage” GunTab Payments. Now you may set your preferences.
Filters Alter the invoice data before it gets sent to GunTab:
use GunTab\Api\GunTab\Abstracts\Invoice;
function guntabAlterInvoice(Invoice $invoice, \WC_Order $order) { // Your code return $invoice; }
add_filter('guntab_alter_invoice', 'guntabAlterInvoice');
Alter the order status when the status must change due to a webhook request from GunTab:
function getNewOrderStatus(string $suggestedStatus, \stdClass $jsonDataFromGunTab) { // Your code return 'wc-complete'; // Choose a different WooCommerce order status based on $jsonDataFromGunTab->status }
add_filter('guntab_get_new_order_status', 'getNewOrderStatus', 10, 2);<h3>Actions</h3>
Called when GunTab sends a request to your webhook endpoint. It runs after the plugin processes the request:
function your_function_name(\WC_Order $order, \stdClass $postedJsonData) { // Your code }
add_action('guntab_on_webhook', 'your_function_name', 10, 2);
Competitors & alternatives
AppRanks tracks competitor sets per category. For GunTab Payment Gateway, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is GunTab Payment Gateway?
GunTab Payment Gateway is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by GunTab.