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:
curl -X POST "https://api.foxreload.com/v1/orders" \
-H "Authorization: Bearer live_sk_..." \
-H "Idempotency-Key: $(uuidgen)" \
-d '{"sku": "psn-tr-100-try", "quantity": 1}'
You receive an order_id, and the order.delivered webhook fires when the code is ready.
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.
