"Pay with GunTab" buttons/links

If you make it safe and easy for buyers to pay, they are far more likely to buy from you.

Big change  (July 2024)

"Checkout" buttons/links are now called "Pay with GunTab" buttons/links, because they no longer lead to immediate checkout.

Now when a buyer clicks a "Pay with GunTab" button, we instruct them to either 1) send you a payment offer or 2) invite you to send them a payment request.

Previously we asked the buyer to complete checkout immediately, but they sometimes double-purchased. We asked buyers to enter any information that was missing, but they sometimes made mistakes. Also, on GunBroker, we asked buyers to pay after winning an auction or clicking "Buy Now", but they sometimes did not and another person would win the item. Because of all these problems, we decided to change our approach.

You don't need to change anything about how you're using "Pay with GunTab" buttons/links. You can continue using your existing HTML snippets the same way. However, now your HTML snippets lead to offer/request guidance, not immediate checkout.

If you want to offer immediate checkout on your marketplace listings, please ask your marketplace to integrate GunTab.

What are "Pay with GunTab" buttons/links?

These buttons/links make it easy for buyers to understand how to pay. Sellers simply copy-paste a unique HTML snippet into their marketplace listings, and buyers will see a "Pay with GunTab" button or link in the listing, like this one:

Why are they useful?

Buyers don't want to give you their credit card number or mail you a money order, because they know that's how people get scammed. They also don't want to use a payment platform, because they know that's how people get banned and get their money seized. They want to pay safely and easily, completely online, without exposing their payment information.

"Pay with GunTab" buttons/links help buyers understand how to pay you the way they want – safely and easily.

Who should use them?

You should use "Pay with GunTab" buttons/links if you are selling on a marketplace like GunBroker or Armslist, or your own website.

What marketplaces are compatible?

All marketplaces are compatible, including:

What website builders are compatible?

All website builders are compatible, including:

What are the alternatives?

If you don't want to use "Pay with GunTab" buttons/links to help automate your sales, you can use any of these other options:

How do I add them to my listings?

There are two ways to add "Pay with GunTab" buttons/links to your listings:

Copy-paste an HTML snippet

To add "Pay with GunTab" buttons/links to your marketplace listing, copy-paste one of your HTML snippets below into your listing's item description.

You must copy-paste your HTML snippets exactly as shown. Marketplaces are sensitive about third-party links, and will strip them from your item description if you use an incorrect format.

1. Copy your HTML snippet below

First, please sign in to view your HTML snippets. In the "Marketplace" column below, find the marketplace you are using. In that marketplace row, click the Copy to clipboard example button to copy your HTML snippet (it's on the right side).

2. Paste your HTML snippet into your listing

Go to your marketplace listing. Click to edit the "item description" (or equivalent). Click at the end of the text (or wherever you want the HTML snippet to appear). Paste your HTML snippet.

Tip: After you save the change to your item description, check how your listing looks to the public. Make sure your HTML snippet appears as you want.

Your HTML snippets

If the recommended HTML snippet doesn't work for you, try the next one down.

Marketplace Type Example HTML snippet
  • Armslist
  • BuySellAmmo
  • Gun Owners Club
  • Wasatch Firearm Network
Checkout UUID 55555555-5555-5555-5555-555555555555 Sign in to view
Button 'Pay with GunTab' checkout button Sign in to view
Link Pay with GunTab Sign in to view
  • Armslist
  • Tacswap
  • Texas Gun Trader (guide)
URL https://www.guntab.com/checkouts/new?checkout_uuid=55555555-5555-5555-5555-555555555555 Sign in to view

Integrate by generating HTML buttons

If you control your website, you should generate your own HTML buttons. It's easy, and GunTab can do the software development for you. You can even be eligible for revenue sharing. To generate your own HTML buttons, you simply add the Checkout UUID and the listing page URL to this template:

What is the CHECKOUT_UUID?

If you are a seller, you should use your own Checkout UUID (displayed in the table above). If you are a marketplace that supports multiple sellers, you should use each seller's Checkout UUID. In other words, you should allow sellers to copy-paste their GunTab Checkout UUID on their account page in your website.

What is the LISTING_PAGE_URL?

Determining the listing page URL is easy. For example, in Javascript you use window.location.href, or in Ruby on Rails you use request.original_url.

Frequently asked questions