The best Discord shop bot depends on one question: do you want the bot to process card payments for you (a hosted-checkout bot like Sellix or SellAuth, with fees) or do you already take payments through PayPal, UPI or crypto and want a free bot that runs the catalog, cart, order tickets, invoices, vouchers and reviews (Noxyr)? Below is an honest comparison of both approaches, plus the "build it yourself" option, so you can pick without reinstalling three bots.

A shopper adds an item to their cart, the cart count rises, and checkout produces a paid invoice. Wireless Mouse $29 Add to cart 1 2 3 Invoice #1042 Paid

What a Discord store bot actually has to do

Strip away the marketing and a Discord shop is a short pipeline. The bot is good if it handles every stage without you copy-pasting between tools:

  • Catalog: a browsable, always-current list of products with prices, stock and categories.
  • Cart: pick several items and quantities before talking to a human.
  • Checkout: either a hosted payment page or a private order ticket where payment is arranged.
  • Invoice: a branded receipt with an order ID that both sides can look up later.
  • Vouchers: discount codes with limits and expiry.
  • Reviews: public proof that people got what they paid for.
  • Records: sales reports, top buyers, transcripts of every order.

Judge every bot below against that list, not against its feature page.

1. Noxyr: free catalog, cart, order tickets, invoices and reviews

Best for: servers that already get paid via PayPal, UPI, crypto, Cash App or bank transfer and want the whole storefront in one free bot.

Noxyr posts a product catalog into a channel (categories, multi-currency prices in USD, EUR and INR, stock, a terms-of-service button) and keeps it refreshed automatically when you edit products from the web dashboard. A cart button lets buyers add items and quantities; Checkout opens a private order ticket with the cart contents and total, using whichever ticket panel and staff role you link. Staff then send payment details, apply a voucher if there is one, and generate a branded invoice image with /invoice create: your logo, ID prefix, accent colour, up to five products, discount, payment method and status. Invoices are searchable by order ID, feed sales and top-buyer reports, and can be exported from the dashboard. Reviews with star ratings, optional screenshots and staff approval post to a reviews channel.

What it does not do: process payments. Money moves on your own accounts. That is a feature for sellers in regions where card processors are painful, and a limitation if you want fully automated delivery the moment a card clears.

Price: free, no per-sale fee, no premium tier. See the shop bot page.

2. Sellix, SellAuth and other hosted-checkout bots

Best for: digital products with instant automated delivery and card payments.

These are e-commerce platforms first and Discord bots second. You build the store on their website, and their bot posts products or "buy" links into your server that lead to a hosted checkout page. Payment is handled by the platform (cards, PayPal, crypto, depending on the service), and delivery of keys or files can be automatic. Discord roles can be granted on purchase through their integrations.

Trade-offs: you pay a platform fee per sale on top of processor fees, the buyer leaves Discord to pay, and support still happens somewhere else, so you will run a ticket bot alongside it anyway. Branding on the free plans is limited. If automated card checkout is a must, this category is the right answer; pair it with a free ticket and invoice bot for the human side.

3. A ticket bot plus a spreadsheet

Best for: very small shops with a handful of orders a week.

Plenty of servers sell with nothing but Ticket Tool and a pinned price list. It works until it does not: no cart, no invoice IDs, no stock tracking, reviews as screenshots in a channel, and revenue counted by hand at the end of the month. The moment you have two staff members handling orders, the spreadsheet drifts. This setup is where most sellers start and what Noxyr is built to replace without adding cost.

4. Building your own shop bot

Best for: developers with a very specific flow, such as an in-game economy tied to a database you already own.

A custom discord.js or discord.py bot can do exactly what you want, including talking to your own payment API. The hidden costs are hosting (see our free bot hosting guide), maintenance every time Discord changes its API, and the weeks it takes to reach parity on invoices, transcripts and reviews. If the shop is your product, build it. If the shop funds your community, use a hosted bot and spend the time on the community.

Side-by-side

  • Catalog in a channel: Noxyr yes (auto-refreshing); hosted-checkout bots yes (links out); ticket-only no; custom if you build it.
  • Cart with quantities: Noxyr yes; hosted-checkout on their site; ticket-only no.
  • Payment processing: Noxyr no (your accounts); hosted-checkout yes (fees); ticket-only no.
  • Branded invoices with IDs: Noxyr yes, free; hosted-checkout receipts by email, branding often paid; ticket-only no.
  • Voucher codes: Noxyr yes (percent or fixed, max uses, expiry); hosted-checkout yes; ticket-only manual.
  • Reviews with moderation: Noxyr yes; hosted-checkout on the store page; ticket-only screenshots.
  • Order transcripts: Noxyr yes (web, with images); hosted-checkout no; Ticket Tool partly paid.
  • Cost: Noxyr free; hosted-checkout platform fee per sale; custom hosting plus your time.

How to choose in one minute

  • Need card payments and instant automated delivery: hosted-checkout platform, plus a free ticket bot for support.
  • Get paid via PayPal, UPI, crypto or transfers and want catalog, cart, invoices, vouchers and reviews for free: Noxyr.
  • Fewer than five orders a week: any ticket bot is fine for now, but set up invoices early so the records exist when you grow.
  • Unique in-game economy or existing backend: build it.

Whichever you pick, the setup steps are the same; follow how to sell products on Discord for the channel structure and order flow, and lock the server down with anti-nuke before you advertise. A shop server with money in it is a raid target.

Common questions

Is there a free Discord shop bot? Yes. Noxyr's catalog, cart, checkout tickets, invoices, vouchers and reviews are free with no per-sale fee. Hosted-checkout platforms have free tiers but charge on each transaction.

Can a Discord bot accept PayPal? Not directly. Hosted-checkout services redirect the buyer to a payment page that may offer PayPal. With Noxyr you share your own PayPal details in the order ticket and record "PayPal" as the payment method on the invoice.

Does Noxyr work with Sellix? They can coexist: use Sellix for automated card sales and Noxyr for the order tickets, invoices, reviews and support around them. There is no direct integration between the two.

Which bot is safest for buyers? One that leaves a record. Order tickets with transcripts and invoices with IDs protect both sides; DM-only selling protects nobody.