Partner Program
Earn commissions by referring customers or resell eSIM plans under your own brand with custom pricing.
Become a PartnerReferral Partner
Share your unique link and earn 5% from every sale. Perfect for bloggers, influencers, and travel agencies.
- 5% commission on every sale
- Unique referral link & code
- Real-time statistics dashboard
- Payouts via crypto or card
- Instant activation — no approval needed
Reseller (API)
Full API access, wallet system, and custom pricing. Build your own eSIM store or integrate into your platform.
- Buy at our base price, sell at yours
- REST API with full documentation
- Wallet system with top-up
- Instant eSIM delivery (QR, ICCID, LPA)
- 200+ countries, all providers
How Reseller API Works
# 1. Get product catalog
GET /api/reseller/products?country=TR
# 2. Create an order (deducts from wallet)
POST /api/reseller/orders
{ "productId": "...", "productCategory": "esim_realtime" }
# 3. Complete the order — get QR code
POST /api/reseller/orders/{id}/complete
# 4. Deliver QR code to your customer
Response: activationCode, qrCodeBase64, iccid, smdpAddress
