# co:sim — Global eSIM for Travelers (Full Documentation) > For AI agents and LLMs. See also: https://cosim.io/llms.txt (summary) | https://cosim.io/openapi.yaml (API spec) Website: https://cosim.io Languages: English, Traditional Chinese, Simplified Chinese, Japanese, Korean, French Total destinations: 220+ Total plans: 2196+ --- ## AI Agent Integration Guide ### Overview co:sim provides a REST API that AI agents can use to help travelers find and purchase eSIM data plans. The complete workflow is: 1. **Search** — Find destinations matching the user's travel plans 2. **Compare** — List and compare packages for a destination 3. **Calculate** — Get exact pricing with optional discount codes 4. **Checkout** — Create a payment link for the user 5. **Track** — Monitor order status until completion ### API Base URL `https://cosim.io/api/v1` ### OpenAPI Specification `https://cosim.io/openapi.yaml` ### REQUIRED: User-Agent Header All API requests MUST include a `User-Agent` header identifying your client application and the AI model powering it: ``` User-Agent: {ClientName}/{ClientVersion} ({Model}/{ModelVersion}) ``` **Format:** - `ClientName` — your application or plugin name (alphanumeric + hyphens) - `ClientVersion` — semantic version of your client (e.g. 1.2.0) - `Model` — the AI model identifier (e.g. gpt-4o, claude-sonnet-4-20250514, gemini-1.5-pro) - `ModelVersion` — model version or snapshot date **Examples:** - `ChatGPT-Plugins/1.2.0 (gpt-4o/2024-08-06)` - `Claude-MCP/0.5.1 (claude-sonnet-4-20250514/20250514)` - `MyTravelBot/2.1.0 (gpt-4-turbo/2024-04-09)` - `CustomAgent/1.0.0 (gemini-1.5-pro/001)` - `Coze-Bot/3.0.0 (doubao-pro-32k/2024-06)` Requests without a proper User-Agent may be rate-limited or rejected. ### Endpoints #### 1. Search Destinations ``` GET /api/v1/esim/locations?search={query}®ion={region} ``` - `search`: Country name in any language (e.g., "Japan", "日本", "Japon") - `region`: Filter by region (asia, europe, americas, oceania, africa, middle_east, regional) - Returns: list of destinations with package counts and starting prices #### 2. List Packages ``` GET /api/v1/esim/locations/{code}/packages?sort={sort} ``` - `code`: Destination code (e.g., "JP", "TH", "EU-42") - `sort`: price (default), data, validity - Returns: detailed package list with data volume, duration, price, network, operators #### 3. Package Details ``` GET /api/v1/esim/packages/{id} ``` - `id`: Package ID or slug - Returns: full package details #### 4. Calculate Price ``` POST /api/v1/orders/data-only/calculate Content-Type: application/json { "packageId": "package-id-or-slug", "quantity": 1, "customDays": 7, "discountCodes": ["SAVE10"] } ``` - Returns: subtotal, discount breakdown, total #### 5. Create Checkout Link ``` POST /api/v1/ai/checkout Content-Type: application/json { "packageId": "package-id-or-slug", "email": "user@example.com", "quantity": 1, "discountCode": "SAVE10", "locale": "en" } ``` - Returns: `checkoutUrl`, `checkoutToken`, order summary - The user opens checkoutUrl to review and pay - eSIM QR code delivered to email after payment - Rate limited: 10 requests per 5 minutes per IP #### 6. Check Order Status ``` GET /api/v1/ai/checkout/{token}/status ``` - Returns: status (pending, awaiting_payment, paid, completed, expired, cancelled) ### Example Conversation Flow **User**: "I'm traveling to Japan for 10 days, what eSIM should I get?" **AI Agent**: 1. Call `GET /api/v1/esim/locations/JP/packages?sort=price` 2. Present options: "Here are Japan eSIM plans..." 3. User selects a plan 4. **Inform the user about the refund policy** (see below) 5. Call `POST /api/v1/ai/checkout` with packageId + user's email 6. Share checkout link: "Click here to complete your purchase: [checkoutUrl]" 7. Optionally poll status to confirm payment --- ## IMPORTANT: Refund Policy for AI Orders **AI agents MUST inform users of the following BEFORE creating a checkout link:** 1. **30-day refund guarantee**: Uninstalled eSIMs can be refunded within 30 days of purchase, no questions asked. 2. **Non-refundable after installation**: Once the eSIM QR code is scanned/installed on a device, it CANNOT be refunded. 3. **Immediate-billing plans are non-refundable**: Some plans (billingStart: "purchase") start billing immediately upon purchase and cannot be refunded. The API response includes `summary.billingStart` and `refundPolicy.eligible` to indicate this. Always check these fields. 4. **AI orders are guest orders**: Orders placed via AI checkout do NOT have a user account. Self-service refund is NOT available for these orders. 5. **To request a refund**: The user must contact customer service via live chat at https://cosim.io (available 24/7). 6. **Processing time**: 5-10 business days after approval. **Example message to share with user before checkout:** > "Before you proceed: this eSIM comes with a 30-day refund guarantee as long as it hasn't been installed. Once installed, it cannot be refunded. Since this is a guest order, you'll need to contact co:sim's live chat support at cosim.io for any refund requests." ## Supported Payment Methods The AI checkout page automatically shows relevant payment methods based on the user's locale: - **Credit/Debit Card** (all locales) — Visa, Mastercard, AMEX, UnionPay, JCB. Stripe Checkout also offers Apple Pay & Google Pay as built-in options. - **Alipay** (zh-CN, zh-TW locales) — Redirect to Alipay for payment. - **WeChat Pay** (zh-CN, zh-TW locales) — QR code displayed inline on the checkout page. - **Amazon Pay** (ja locale) — Redirect to Amazon Pay for payment. ## AgentCard Integration (Automated Payment) AI agents using virtual debit cards (e.g., AgentCard) can automate payment: 1. Create a checkout link via `POST /api/v1/ai/checkout` 2. Call `POST /api/v1/ai/checkout/{token}/pay` with `{"paymentMethod": "card"}` to get the Stripe Checkout URL 3. Use the AgentCard `pay_checkout` or `fill_card` tool to fill virtual card details on the Stripe Checkout page 4. Poll `GET /api/v1/ai/checkout/{token}/status` to confirm payment 5. The eSIM is delivered to the user's email automatically --- ## Product 1: Data Only eSIM ### What It Is Fixed data packages for specific countries or regions. Ideal for travelers who need reliable mobile data. ### Plan Types 1. **Total Data**: Fixed volume (e.g., 5GB) shared throughout validity. Best for short trips. 2. **Daily Data (throttle)**: Daily allowance that throttles to lower speed after limit. Best for longer trips. 3. **Daily Data (cutoff)**: Daily allowance that stops after limit. Resets next day. 4. **Daily Unlimited**: Unlimited data each day (may have fair usage policy). ### Pricing - 2196 plans across 220+ destinations - Starting from $1.00 USD - No hidden fees ### Features - Data only (no voice/SMS) - Hotspot/tethering supported - Validity starts on first connection - Pre-install before departure (up to 180 days) - Some plans support top-up/reload ### How to Purchase 1. Browse plans at https://cosim.io/en/data-only 2. Select destination and plan 3. Pay via credit card, Apple Pay, Google Pay, Alipay, or WeChat Pay 4. Receive QR code instantly via email --- ## Product 2: Global Prepaid eSIM ### What It Is Full-featured eSIM with a real Estonian phone number (+372) for voice, SMS, and data worldwide. ### Pricing - No purchase fee for the eSIM itself - Pay-as-you-go for calls, SMS, and data - Data packages from EUR 0.90/GB - No monthly maintenance fee - Number stays active with usage within 12 months ### Features - Real phone number (+372 Estonia) - Voice calls and SMS worldwide - Free incoming calls in 100+ countries - Data roaming in 190+ countries - Top up balance anytime - No contract --- ## Installation Guide ### iPhone (iOS) 1. Settings > Cellular > Add eSIM 2. Choose "Use QR Code" and scan 3. Confirm and label (e.g., "Travel") 4. Enable Data Roaming for the eSIM line 5. Set as cellular data line at destination ### Android 1. Settings > Network & internet > SIMs > Add eSIM 2. Scan QR code or enter activation code 3. Toggle eSIM on, enable data roaming 4. Set as mobile data SIM at destination ### Important - eSIM can only be installed once — do not delete - WiFi required for installation - Phone must be carrier-unlocked and eSIM-compatible - Install before departure recommended --- ## Device Compatibility - **Apple**: iPhone XS and newer, iPad Pro/Air/mini (Cellular) - **Samsung**: Galaxy S20+, Note 20+, Z Flip/Fold series - **Google**: Pixel 3 and newer - **Others**: Select OPPO, Xiaomi, Huawei, OnePlus, Motorola - Full list: https://cosim.io/en/resources/supported-devices --- ## All Destinations (Live Prices) | Destination | Region | Plans | From (USD) | Link | |-------------|--------|-------|------------|------| | AS-21 | asia | 8 | $4.80 | https://cosim.io/en/data-only/as-21 | | AUKUS(3 countries) | other | 2 | $9.00 | https://cosim.io/en/data-only/aukus-3 | | Afghanistan | asia | 9 | $7.80 | https://cosim.io/en/data-only/af | | Africa | africa | 3 | $17.10 | https://cosim.io/en/data-only/af-29 | | Aland Islands | europe | 9 | $2.10 | https://cosim.io/en/data-only/ax | | Albania | europe | 12 | $1.44 | https://cosim.io/en/data-only/al | | Algeria | africa | 12 | $1.50 | https://cosim.io/en/data-only/dz | | Andorra | europe | 10 | $3.60 | https://cosim.io/en/data-only/ad | | Angola | africa | 9 | $16.95 | https://cosim.io/en/data-only/ao | | Anguilla | americas | 10 | $9.00 | https://cosim.io/en/data-only/ai | | Antigua and Barbuda | americas | 9 | $10.50 | https://cosim.io/en/data-only/ag | | Argentina | americas | 11 | $3.30 | https://cosim.io/en/data-only/ar | | Armenia | asia | 11 | $1.80 | https://cosim.io/en/data-only/am | | Asia (12 areas) | asia | 9 | $5.70 | https://cosim.io/en/data-only/as-12 | | Asia (7 areas) | asia | 10 | $2.70 | https://cosim.io/en/data-only/as-7 | | Asia-20 | asia | 6 | $10.80 | https://cosim.io/en/data-only/as-20 | | Australia | oceania | 15 | $1.20 | https://cosim.io/en/data-only/au | | Australia & New Zealand | oceania | 10 | $3.30 | https://cosim.io/en/data-only/aunz-2 | | Austria | europe | 12 | $1.00 | https://cosim.io/en/data-only/at | | Azerbaijan | asia | 12 | $2.82 | https://cosim.io/en/data-only/az | | Bahamas | americas | 8 | $12.81 | https://cosim.io/en/data-only/bs | | Bahrain | middle-east | 10 | $3.30 | https://cosim.io/en/data-only/bh | | Bangladesh | asia | 10 | $1.53 | https://cosim.io/en/data-only/bd | | Barbados | americas | 10 | $8.82 | https://cosim.io/en/data-only/bb | | Belarus | europe | 10 | $3.45 | https://cosim.io/en/data-only/by | | Belgium | europe | 12 | $1.00 | https://cosim.io/en/data-only/be | | Belize | americas | 8 | $14.82 | https://cosim.io/en/data-only/bz | | Benin | africa | 10 | $9.15 | https://cosim.io/en/data-only/bj | | Bermuda | americas | 9 | $9.06 | https://cosim.io/en/data-only/bm | | Bhutan | other | 11 | $9.00 | https://cosim.io/en/data-only/bt | | Bolivia | americas | 7 | $9.30 | https://cosim.io/en/data-only/bo | | Bosnia and Herzegovina | europe | 11 | $2.61 | https://cosim.io/en/data-only/ba | | Botswana | africa | 10 | $7.65 | https://cosim.io/en/data-only/bw | | Brazil | americas | 13 | $3.24 | https://cosim.io/en/data-only/br | | Brunei Darussalam | asia | 8 | $9.00 | https://cosim.io/en/data-only/bn | | Bulgaria | europe | 12 | $1.00 | https://cosim.io/en/data-only/bg | | Burkina Faso | africa | 9 | $9.72 | https://cosim.io/en/data-only/bf | | CNHK-2 | asia | 1 | $8.85 | https://cosim.io/en/data-only/cnhk-2 | | Cambodia | asia | 10 | $2.10 | https://cosim.io/en/data-only/kh | | Cameroon | africa | 9 | $8.34 | https://cosim.io/en/data-only/cm | | Canada | americas | 17 | $1.00 | https://cosim.io/en/data-only/ca | | Cape Verde | africa | 10 | $15.36 | https://cosim.io/en/data-only/cv | | Caribbean (20+ areas) | americas | 7 | $9.00 | https://cosim.io/en/data-only/cb-25 | | Cayman Islands | americas | 9 | $9.66 | https://cosim.io/en/data-only/ky | | Central African Republic | africa | 3 | $12.90 | https://cosim.io/en/data-only/cf | | Central Asia | asia | 8 | $1.80 | https://cosim.io/en/data-only/as-5 | | Central Asia (4 areas) | asia | 7 | $6.75 | https://cosim.io/en/data-only/ca-4 | | Chad | africa | 11 | $8.43 | https://cosim.io/en/data-only/td | | Chile | americas | 11 | $3.06 | https://cosim.io/en/data-only/cl | | China (mainland HK Macao) | asia | 11 | $2.70 | https://cosim.io/en/data-only/cn-3 | | China mainland | asia | 16 | $1.20 | https://cosim.io/en/data-only/cn | | China mainland & Japan & South Korea | asia | 8 | $3.60 | https://cosim.io/en/data-only/cnjpkr-3 | | Colombia | americas | 10 | $4.14 | https://cosim.io/en/data-only/co | | Costa Rica | americas | 9 | $2.40 | https://cosim.io/en/data-only/cr | | Cote d'Ivoire | africa | 7 | $13.59 | https://cosim.io/en/data-only/ci | | Croatia | europe | 12 | $1.00 | https://cosim.io/en/data-only/hr | | Curaçao | americas | 10 | $8.46 | https://cosim.io/en/data-only/cw | | Cyprus | europe | 12 | $1.00 | https://cosim.io/en/data-only/cy | | Czech Republic | europe | 12 | $1.00 | https://cosim.io/en/data-only/cz | | Democratic Republic of the Congo | africa | 7 | $4.89 | https://cosim.io/en/data-only/cd | | Denmark | europe | 12 | $1.00 | https://cosim.io/en/data-only/dk | | Dominica | americas | 9 | $9.12 | https://cosim.io/en/data-only/dm | | Dominican Republic | americas | 11 | $5.64 | https://cosim.io/en/data-only/do | | EU-43 | europe | 7 | $9.60 | https://cosim.io/en/data-only/eu-43 | | EU-7 | europe | 8 | $4.50 | https://cosim.io/en/data-only/eu-7 | | Ecuador | americas | 10 | $3.78 | https://cosim.io/en/data-only/ec | | Egypt | africa | 11 | $3.00 | https://cosim.io/en/data-only/eg | | El Salvador | americas | 5 | $4.05 | https://cosim.io/en/data-only/sv | | Estonia | europe | 12 | $1.00 | https://cosim.io/en/data-only/ee | | Eswatini | africa | 11 | $15.60 | https://cosim.io/en/data-only/sz | | Europe | europe | 9 | $4.80 | https://cosim.io/en/data-only/eu-42 | | Europe (33 areas) | europe | 11 | $1.92 | https://cosim.io/en/data-only/eu-33 | | Europe (35 areas) | europe | 13 | $1.86 | https://cosim.io/en/data-only/eu-35 | | Europe(30+ areas) | europe | 12 | $1.35 | https://cosim.io/en/data-only/eu-30 | | Faroe Islands | europe | 11 | $3.51 | https://cosim.io/en/data-only/fo | | Fiji | oceania | 10 | $4.20 | https://cosim.io/en/data-only/fj | | Finland | europe | 12 | $1.00 | https://cosim.io/en/data-only/fi | | France | europe | 12 | $1.20 | https://cosim.io/en/data-only/fr | | French Guiana | americas | 11 | $1.00 | https://cosim.io/en/data-only/gf | | French Polynesia | oceania | 11 | $29.01 | https://cosim.io/en/data-only/pf | | GL-120 | asia | 7 | $13.35 | https://cosim.io/en/data-only/gl-120 | | Gabon | africa | 11 | $7.83 | https://cosim.io/en/data-only/ga | | Gambia | africa | 9 | $14.40 | https://cosim.io/en/data-only/gm | | Georgia | asia | 10 | $1.62 | https://cosim.io/en/data-only/ge | | Germany | europe | 12 | $1.00 | https://cosim.io/en/data-only/de | | Ghana | africa | 10 | $3.66 | https://cosim.io/en/data-only/gh | | Gibraltar | europe | 9 | $5.49 | https://cosim.io/en/data-only/gi | | Global139 | asia | 5 | $22.80 | https://cosim.io/en/data-only/gl-139 | | Greece | europe | 13 | $1.00 | https://cosim.io/en/data-only/gr | | Greenland | europe | 8 | $16.44 | https://cosim.io/en/data-only/gl | | Grenada | americas | 8 | $10.50 | https://cosim.io/en/data-only/gd | | Guadeloupe | americas | 10 | $1.71 | https://cosim.io/en/data-only/gp | | Guam | oceania | 11 | $7.47 | https://cosim.io/en/data-only/gu | | Guatemala | americas | 10 | $5.37 | https://cosim.io/en/data-only/gt | | Guernsey | europe | 4 | $8.40 | https://cosim.io/en/data-only/gg | | Guinea | africa | 8 | $11.73 | https://cosim.io/en/data-only/gn | | Guinea-Bissau | africa | 9 | $10.02 | https://cosim.io/en/data-only/gw | | Gulf Region | asia | 8 | $5.40 | https://cosim.io/en/data-only/me-6 | | Guyana | americas | 10 | $9.24 | https://cosim.io/en/data-only/gy | | Haiti | americas | 11 | $23.70 | https://cosim.io/en/data-only/ht | | Honduras | americas | 11 | $4.89 | https://cosim.io/en/data-only/hn | | Hong Kong (China) | asia | 13 | $1.20 | https://cosim.io/en/data-only/hk | | Hungary | europe | 12 | $1.00 | https://cosim.io/en/data-only/hu | | Iceland | europe | 11 | $2.85 | https://cosim.io/en/data-only/is | | India | asia | 12 | $3.15 | https://cosim.io/en/data-only/in | | Indonesia | asia | 15 | $1.20 | https://cosim.io/en/data-only/id | | Iraq | middle-east | 10 | $3.30 | https://cosim.io/en/data-only/iq | | Ireland | europe | 13 | $1.00 | https://cosim.io/en/data-only/ie | | Ireland & Slovenia | europe | 7 | $2.85 | https://cosim.io/en/data-only/iesi-2 | | Ireland & UK | europe | 5 | $3.00 | https://cosim.io/en/data-only/bi-2 | | Isle of Man | europe | 8 | $1.80 | https://cosim.io/en/data-only/im | | Israel | middle-east | 11 | $2.70 | https://cosim.io/en/data-only/il | | Italy | europe | 12 | $1.00 | https://cosim.io/en/data-only/it | | Jamaica | americas | 6 | $8.70 | https://cosim.io/en/data-only/jm | | Japan | asia | 14 | $1.20 | https://cosim.io/en/data-only/jp | | Japan & South Korea | asia | 6 | $4.05 | https://cosim.io/en/data-only/jpkr-2 | | Jersey | europe | 9 | $1.20 | https://cosim.io/en/data-only/je | | Jordan | middle-east | 11 | $2.85 | https://cosim.io/en/data-only/jo | | Kazakhstan | asia | 11 | $1.26 | https://cosim.io/en/data-only/kz | | Kenya | africa | 12 | $3.36 | https://cosim.io/en/data-only/ke | | Kuwait | middle-east | 2 | $14.70 | https://cosim.io/en/data-only/kw | | Kyrgyzstan | asia | 10 | $1.50 | https://cosim.io/en/data-only/kg | | Laos | asia | 11 | $2.49 | https://cosim.io/en/data-only/la | | Latvia | europe | 12 | $1.71 | https://cosim.io/en/data-only/lv | | Liberia | africa | 3 | $12.90 | https://cosim.io/en/data-only/lr | | Libya | other | 10 | $16.26 | https://cosim.io/en/data-only/ly | | Liechtenstein | europe | 11 | $1.71 | https://cosim.io/en/data-only/li | | Lithuania | europe | 12 | $1.00 | https://cosim.io/en/data-only/lt | | Luxembourg | europe | 12 | $1.00 | https://cosim.io/en/data-only/lu | | ME-12 | asia | 5 | $21.00 | https://cosim.io/en/data-only/me-12 | | Macao (China) | asia | 14 | $1.71 | https://cosim.io/en/data-only/mo | | Madagascar | africa | 4 | $14.55 | https://cosim.io/en/data-only/mg | | Malawi | africa | 11 | $8.52 | https://cosim.io/en/data-only/mw | | Malaysia | asia | 18 | $1.20 | https://cosim.io/en/data-only/my | | Maldives | asia | 7 | $17.61 | https://cosim.io/en/data-only/mv | | Mali | africa | 2 | $12.90 | https://cosim.io/en/data-only/ml | | Malta | europe | 10 | $1.80 | https://cosim.io/en/data-only/mt | | Martinique | americas | 10 | $1.71 | https://cosim.io/en/data-only/mq | | Mauritius | africa | 10 | $7.50 | https://cosim.io/en/data-only/mu | | Mayotte | other | 10 | $1.71 | https://cosim.io/en/data-only/yt | | Mexico | americas | 13 | $1.00 | https://cosim.io/en/data-only/mx | | Middle East | asia | 3 | $21.00 | https://cosim.io/en/data-only/me-13 | | Moldova | europe | 11 | $1.00 | https://cosim.io/en/data-only/md | | Monaco | europe | 9 | $28.74 | https://cosim.io/en/data-only/mc | | Mongolia | asia | 7 | $9.60 | https://cosim.io/en/data-only/mn | | Montenegro | europe | 10 | $1.50 | https://cosim.io/en/data-only/me | | Montserrat | americas | 8 | $10.50 | https://cosim.io/en/data-only/ms | | Morocco | africa | 12 | $2.19 | https://cosim.io/en/data-only/ma | | Mozambique | africa | 5 | $5.13 | https://cosim.io/en/data-only/mz | | Nepal | asia | 11 | $5.82 | https://cosim.io/en/data-only/np | | Netherlands | europe | 12 | $1.00 | https://cosim.io/en/data-only/nl | | New Zealand | oceania | 12 | $1.53 | https://cosim.io/en/data-only/nz | | Nicaragua | americas | 11 | $3.30 | https://cosim.io/en/data-only/ni | | Niger | africa | 11 | $8.88 | https://cosim.io/en/data-only/ne | | Nigeria | africa | 10 | $5.64 | https://cosim.io/en/data-only/ng | | North America | americas | 13 | $3.45 | https://cosim.io/en/data-only/na-3 | | North Macedonia | europe | 12 | $2.04 | https://cosim.io/en/data-only/mk | | Norway | europe | 12 | $1.00 | https://cosim.io/en/data-only/no | | Oman | middle-east | 11 | $2.70 | https://cosim.io/en/data-only/om | | Pakistan | asia | 11 | $1.50 | https://cosim.io/en/data-only/pk | | Panama | americas | 12 | $7.50 | https://cosim.io/en/data-only/pa | | Paraguay | americas | 11 | $5.67 | https://cosim.io/en/data-only/py | | Peru | americas | 12 | $4.05 | https://cosim.io/en/data-only/pe | | Philippines | asia | 14 | $2.40 | https://cosim.io/en/data-only/ph | | Poland | europe | 12 | $1.00 | https://cosim.io/en/data-only/pl | | Portugal | europe | 12 | $1.00 | https://cosim.io/en/data-only/pt | | Puerto Rico | americas | 3 | $6.57 | https://cosim.io/en/data-only/pr | | Qatar | middle-east | 11 | $3.39 | https://cosim.io/en/data-only/qa | | Republic of the Congo | africa | 9 | $8.43 | https://cosim.io/en/data-only/cg | | Reunion | africa | 12 | $1.00 | https://cosim.io/en/data-only/re | | Romania | europe | 12 | $1.00 | https://cosim.io/en/data-only/ro | | Russia | europe | 10 | $1.92 | https://cosim.io/en/data-only/ru | | Rwanda | africa | 8 | $13.26 | https://cosim.io/en/data-only/rw | | SAAEQAKWOMBH-6 | asia | 5 | $11.97 | https://cosim.io/en/data-only/saaeqakwombh-6 | | SGMY-2 | asia | 3 | $2.97 | https://cosim.io/en/data-only/sgmy-2 | | SGMYVNTHID-5 | asia | 3 | $4.89 | https://cosim.io/en/data-only/sgmyvnthid-5 | | Saint Barthelemy | other | 10 | $1.71 | https://cosim.io/en/data-only/bl | | Saint Kitts and Nevis | americas | 8 | $10.50 | https://cosim.io/en/data-only/kn | | Saint Lucia | americas | 8 | $10.50 | https://cosim.io/en/data-only/lc | | Saint Martin | other | 10 | $1.71 | https://cosim.io/en/data-only/mf | | Saint Vincent and the Grenadines | americas | 8 | $12.81 | https://cosim.io/en/data-only/vc | | Samoa | other | 9 | $7.35 | https://cosim.io/en/data-only/ws | | San Marino | other | 10 | $1.71 | https://cosim.io/en/data-only/sm | | Saudi Arabia | middle-east | 11 | $2.85 | https://cosim.io/en/data-only/sa | | Senegal | africa | 12 | $8.79 | https://cosim.io/en/data-only/sn | | Serbia | europe | 11 | $1.41 | https://cosim.io/en/data-only/rs | | Seychelles | africa | 11 | $7.50 | https://cosim.io/en/data-only/sc | | Sierra Leone | africa | 9 | $11.28 | https://cosim.io/en/data-only/sl | | Singapore | asia | 14 | $1.20 | https://cosim.io/en/data-only/sg | | Singapore & Malaysia & Thailand | asia | 8 | $1.80 | https://cosim.io/en/data-only/sgmyth-3 | | Slovakia | europe | 11 | $1.89 | https://cosim.io/en/data-only/sk | | Slovenia | europe | 12 | $1.00 | https://cosim.io/en/data-only/si | | South Africa | africa | 11 | $2.49 | https://cosim.io/en/data-only/za | | South America | americas | 4 | $17.10 | https://cosim.io/en/data-only/sa-18 | | South Korea | asia | 16 | $1.20 | https://cosim.io/en/data-only/kr | | Spain | europe | 12 | $1.00 | https://cosim.io/en/data-only/es | | Sri Lanka | asia | 13 | $2.10 | https://cosim.io/en/data-only/lk | | Sudan | africa | 3 | $14.40 | https://cosim.io/en/data-only/sd | | Suriname | americas | 10 | $9.12 | https://cosim.io/en/data-only/sr | | Sweden | europe | 11 | $1.00 | https://cosim.io/en/data-only/se | | Switzerland | europe | 13 | $1.00 | https://cosim.io/en/data-only/ch | | Tajikistan | asia | 10 | $3.78 | https://cosim.io/en/data-only/tj | | Tanzania | africa | 10 | $2.73 | https://cosim.io/en/data-only/tz | | Thailand | asia | 18 | $1.20 | https://cosim.io/en/data-only/th | | Trinidad and Tobago | americas | 8 | $12.81 | https://cosim.io/en/data-only/tt | | Tunisia | africa | 11 | $2.70 | https://cosim.io/en/data-only/tn | | Turkey | middle-east | 14 | $1.00 | https://cosim.io/en/data-only/tr | | Turks and Caicos Islands | americas | 8 | $7.50 | https://cosim.io/en/data-only/tc | | USCA-2 | americas | 8 | $3.30 | https://cosim.io/en/data-only/usca-2 | | Uganda | africa | 10 | $8.10 | https://cosim.io/en/data-only/ug | | Ukraine | europe | 12 | $1.00 | https://cosim.io/en/data-only/ua | | United Arab Emirates | middle-east | 13 | $3.30 | https://cosim.io/en/data-only/ae | | United Kingdom | europe | 13 | $1.00 | https://cosim.io/en/data-only/gb | | United States | americas | 26 | $1.00 | https://cosim.io/en/data-only/us | | Uruguay | americas | 11 | $4.20 | https://cosim.io/en/data-only/uy | | Uzbekistan | asia | 11 | $1.20 | https://cosim.io/en/data-only/uz | | Vatican City | other | 10 | $1.71 | https://cosim.io/en/data-only/va | | Vietnam | asia | 18 | $1.38 | https://cosim.io/en/data-only/vn | | Virgin Islands- British | americas | 8 | $10.50 | https://cosim.io/en/data-only/vg | | Zambia | africa | 11 | $7.95 | https://cosim.io/en/data-only/zm | --- ## Payment Methods - **Credit/Debit Card**: Visa, Mastercard, American Express, UnionPay, JCB - **Digital Wallets**: Apple Pay, Google Pay (via Stripe Checkout) - **Regional**: Alipay, WeChat Pay (CN/HK/TW/SG/MY), Amazon Pay (Japan) - **Balance**: Global Prepaid balance (authenticated users only) ## Refund Policy - **Uninstalled eSIMs**: Full refund within 30 days of purchase, no conditions - **Installed eSIMs**: Not eligible for refund (unless due to technical issues on our side) - **AI/Guest orders**: Self-service refund is NOT available. Users must contact live chat support at https://cosim.io - **Processing**: 5-10 business days ## Blog Content Browse: https://cosim.io/en/blog RSS Feed: https://cosim.io/feed/blog.xml No blog posts published yet. --- ## Pages - Homepage: https://cosim.io - Data Only Plans: https://cosim.io/en/data-only - Global Prepaid: https://cosim.io/en/global-prepaid - Coverage Map: https://cosim.io/en/coverage - FAQ: https://cosim.io/en/faq - Install Guide: https://cosim.io/en/resources/install-guide - Supported Devices: https://cosim.io/en/resources/supported-devices - Data Calculator: https://cosim.io/en/resources/data-calculator - Terms of Service: https://cosim.io/en/policies/terms - Privacy Policy: https://cosim.io/en/policies/privacy - Refund Policy: https://cosim.io/en/policies/refund ## Contact - Live chat: Available 24/7 on https://cosim.io - Website: https://cosim.io