Everyone

ResellerClub (LogicBoxes)

How to configure and use the ResellerClub registrar module in Commerce, including credentials, sandbox setup, and API details.

Last updated 1776211200

Overview

ResellerClub (operating on the LogicBoxes platform) offers one of the widest TLD catalogs available through a reseller API. The same HTTP API is used by WHMCS, Blesta, and most other hosting billing platforms — making it a common choice for resellers migrating from WHMCS.

Credential Fields

Field Description
Auth User ID Your numeric reseller user ID
API Key Your API key from the ResellerClub reseller portal
Sandbox Toggle on to use the test environment

Getting Your Credentials

  1. Log in to the ResellerClub reseller control panel.
  2. Go to Settings → Personal Information → API (or similar — exact path varies by panel version).
  3. Copy your Reseller ID (Auth User ID) and generate/copy the API Key.

Sandbox vs Production

Environment API Endpoint
Sandbox https://test.httpapi.com/api/
Production https://httpapi.com/api/

Toggle Sandbox on in Commerce settings to use the test endpoint. Create a separate test reseller account at ResellerClub to use the sandbox — it does not share data with your production account.

API Protocol

  • Transport: HTTPS GET
  • Response format: JSON
  • Authentication: auth-userid and api-key appended as query parameters on every request
  • Availability check: Single API call handles bulk TLD availability (domains/available.json with multiple TLDs in one request)

Connection Test

Commerce sends GET /api/resellers/details.json with your credentials. A valid JSON response containing your reseller details indicates a successful connection.

Setup Checklist

  1. Go to Admin → Settings → Registrar → ResellerClub.
  2. Enter Auth User ID and API Key.
  3. If testing: toggle Sandbox on and use test account credentials.
  4. Click Test Connection — confirm success.
  5. Save.
  6. Go to Admin → Domains → TLD Manager and add TLDs from ResellerClub's catalog, setting retail prices.
  7. Enable the TLDs you want to offer to clients.

Notes

  • ResellerClub's auth-userid is numeric; do not confuse it with your login username.
  • The same LogicBoxes API is used by sister brands (BigRock, Net4India, etc.) — credentials from those brands will not work with ResellerClub's endpoint.
  • WHOIS privacy is handled via ResellerClub's Privacy Protect service, which calls privacy-protect/enable and privacy-protect/disable endpoints per domain.

Related