GunTab Payment Gateway
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);Actions
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);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| o*y*a*.com (WP 6.1.10) | F | 2026-04-17 16:28:59 | |
| m*x*g*n*.com (WP 6.8.3) | F | 2026-04-16 13:03:33 | |
| s*e*d*b.com | D | 2026-04-16 04:59:14 | |
| j*o*k*g*n*.com (WP 6.9.4) | F | 2026-04-13 07:38:04 | |
| c*m*o*w*a*t*a*m*r*v*.com (WP 6.9.4) | B | 2026-04-05 12:39:30 | |
| u*h*r*i*r*l*a*i*g*l*.com | — | 2025-11-11 07:00:49 | |
| u*f*i*a*v*n*a*e*a*t*c*l.com | — | 2025-11-11 06:02:33 | |
| p*t*i*k*o*s*i*n*g*n.com | — | 2025-11-09 18:08:48 | |
| p*r*b*l*u*c*m*a*s*s*e*s*l*.com | — | 2025-11-09 17:34:16 | |
| m*k*h*u*e.com | — | 2025-11-09 08:59:34 | |
| i*o*a*m*r*.com | — | 2025-11-08 06:24:25 | |
| h*r*a*t*c*l.com | — | 2025-11-08 05:25:37 |
Page 1 of 1