Become a Reseller

Sell our services under your own name. Top up a balance, call one API, and every order you place comes out of it at a discount that grows with your volume.

How it works

Step 1

Apply

Tell us what you sell and where. We review every application by hand — this is not an automatic signup.

Step 2

Get your key

Once approved, create an API key from your panel. It is shown once and stored only as a hash.

Step 3

Top up

Add funds to your balance. Orders draw it down, so there is no card step on any individual order.

Step 4

Start selling

One POST places an order. Poll it or check your panel for status. Your customers never see us.

Your discount grows with volume

Off our ordinary retail price, on everything. Based on what you have spent through the API in total — it never resets, and a refund does not cost you a tier.

Starter

10%

From your first order

Bronze

15%

After $250 spent

Silver

20%

After $1000 spent

Gold

25%

After $2500 spent

What you can sell

Real Discord Members

From 100 members per order.

Online Discord Members

From 100 members per order.

Offline Discord Members

From 100 members per order.

Discord Server Boosts

From 2 boosts per order.

Live prices for your tier come back from GET /api/v1/reseller/services, so you never have to hard-code ours.

One call places an order

curl -X POST https://discordad.com/api/v1/reseller/orders \
  -H "Authorization: Bearer rk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "service": "online-members",
    "quantity": 500,
    "link": "https://discord.gg/example",
    "idempotency_key": "your-own-order-id-1234"
  }'

The idempotency key is yours and is required. Send the same one twice and you get the same order back rather than a second charge — so a timeout or a retry can never cost you money.

Apply

You need an account with us before applying. It takes a moment.

Log in or sign up