B2B platform for digital goods

FoxReload Distributor Getting Started — First Order in Under 1 Hour

The fastest path from FoxReload signup to first delivered order: signup, KYC, deposit, test order.

FoxReload Distributor Getting Started — First Order in Under 1 Hour

If you are a digital-goods reseller, e-commerce operator, or fintech building gift-card features, this guide gets you from "I just heard about FoxReload" to "my first order is delivered" in under 60 minutes. No ambiguous steps, no waiting for sales calls — the entire onboarding is self-service for distributors under $50k/mo.

Step 1: Sign up (5 minutes)

Visit foxreload.com/distributors and create an account with a business email. The form asks for company name, country of operation, expected monthly volume, and the product categories you care about (game top-ups, gift cards, eSIM, mobile recharge).

Personal Gmail/Outlook addresses are accepted at signup but flagged for KYC review — distributors using corporate domains pass automated verification immediately and unlock production access in step 3.

Step 2: KYC and account verification (15–30 minutes)

For distributors at <$50k/month, verification is fully automated via Sumsub:

  • Government ID (passport or national ID) for the account owner
  • Proof of business: registration certificate OR a utility bill with the business name
  • Liveness check (30-second selfie video)

The median verification time in Q1 2026 was 12 minutes. Distributors registering in higher-risk jurisdictions or above $50k/mo route to manual review (24–48 hours).

Step 3: Make a balance deposit ($100 minimum)

FoxReload runs prepaid — you top up your balance and orders draw against it. Accepted rails:

Rail Min Settlement time Fee
SWIFT wire $1,000 1–3 business days $25 flat
SEPA (EUR) €500 0–1 business day €1
USDT (TRC-20) $100 5–15 minutes network fee only
Card (Visa/MC) $100 instant 2.9% + $0.30

Most first-time distributors top up $100–500 USDT to start testing immediately. There is no minimum holding period — unused balance can be withdrawn (KYC-permitting) at any time.

Step 4: Place your first order

Two paths, depending on your team:

Via web UI: Catalog → filter by region/category → select SKU → quantity → confirm. Code is delivered to your inbox + dashboard within ~60 seconds for most categories.

Via API:

# 1. Find the product ID for the SKU you want
curl "https://public-api.foxreload.com/api/products/psn-tr-100-try" \
  -H "X-API-Key: YOUR_API_KEY"

# 2. Place the order using the product's id as itemId
curl -X POST "https://public-api.foxreload.com/api/orders/" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"items": [{"itemId": "product_01k...", "quantity": 1}]}'

You receive an order_id. Poll GET /api/orders/{order_id} until status == "completed", then read items[].externalData for the delivered codes. FoxReload has no webhooks — polling is the correct pattern. Before re-creating an order after a network error, always check whether the previous order already exists to avoid double-buying.

That is the entire path: signup → KYC → deposit → first order. New FoxReload distributors typically complete it in 35–55 minutes — start at foxreload.com/distributors and have your first wholesale digital-goods order in production today.

Frequently asked questions

What is the minimum deposit to start as a FoxReload distributor?
$500 USD. You can fund with USDT (fastest, fee-free), wire transfer ($25 flat, 1–2 business days), credit card (2.5% fee, instant), or local rails like SBP / UPI (0.5% fee, instant).
How long does distributor KYC take?
Automated KYB approval is typically 10–15 minutes for accounts under $10k/month estimated volume. Larger distributors get a manual review of 2–4 business hours during European business hours.
Can I integrate FoxReload without a developer?
You can place orders manually via the dashboard for low volume. For any serious B2C reseller business, an API integration is required — order automation, polling GET /api/orders/{id} for delivery, and a pricing engine that pulls our wholesale rates.
Are there volume discounts for distributors?
Yes. Standard pricing applies to $500–$5,000 monthly volume. Above that: 1.5% rebate ($5–25k), 3% rebate ($25–100k), 4.5% rebate ($100k–500k), and custom pricing above $500k. Discounts are applied automatically on monthly settlement.
Do I own the customer relationship, or does FoxReload?
You do. FoxReload is the wholesale supplier — your customers never see our brand, never log into our system. You deliver codes under your own brand, set your own retail prices, and handle customer support.
Get FoxReload API access

Related articles