vigxo for Business
Provision travel eSIMs programmatically.
One API call buys and delivers N eSIMs of the same plan, at wholesale pricing — each with its own QR code and activation details, ready to hand out.
Access is granted after a short conversation, not self-serve — this keeps pricing and billing terms real, not automated guesses.
01
Simple
One authenticated POST request. Pass a plan and a quantity, get back every eSIM's QR code, activation code, and expiry — no polling, no webhook to implement.
02
Fast
Synchronous by design — the response includes every provisioned eSIM's details directly, ready to hand out or pipe into your own onboarding system.
03
Wholesale pricing
Direct-from-supplier pricing with a thin, volume-appropriate margin — not the same rate as a single retail checkout purchase.
Real example pricing, live from today's catalog
Computed the exact same way a real API call computes it — not a separate marketing figure. Per-unit, before any volume conversation.
| Destination | Data | Valid | Per unit |
|---|---|---|---|
| Japan | 5 GB | 30d | $2.99 |
| United States | 5 GB | 30d | $3.62 |
| France | 5 GB | 30d | $2.99 |
| Thailand | 5 GB | 30d | $2.99 |
How it works
POST https://vigxoesim.com/api/v1/bulk/orders
Authorization: Bearer <your API key>
Content-Type: application/json
{
"planSlug": "ES_3_30",
"quantity": 12,
"contactEmail": "ops@yourcompany.com"
}Returns the order id and an array of eSIMs — each with its own nickname, QR code URL, ICCID, LPA string, and activation details. The same delivery email also goes out automatically, one per eSIM, so recipients can be forwarded their QR directly.
Not self-serve, on purpose
API keys are issued after a real conversation about volume and terms — not an instant signup form. That keeps pricing honest and billing a real commercial relationship, not an automated guess.