Skip to main content

Overview

The products endpoint returns available internet recharge cards for ADSL or 4G LTE services with real-time pricing and stock availability. Products should be cached briefly to minimize API calls.
Cache product data for 5-10 minutes. Stock levels change more frequently than gift cards.

API Reference

GET /v3/internet/products

Complete endpoint documentation

Basic Product Loading

Response Structure

Caching Implementation

Filtering Available Products

Only show products that are in stock:

Applying Customer Markup

Add your profit margin to wholesale prices:

Building Product UI

Example structure for displaying products to customers:

Loading Both Service Types

Fetch ADSL and 4G products in parallel:

Best Practices

Cache 5-10 Minutes

Balance freshness with API load reduction

Filter Available Only

Only display products where available: true

Hide Wholesale Prices

Never show raw cost values to customers

Handle Errors Gracefully

Fall back to cached data if API is temporarily unavailable

Error Handling

Next Steps

Validate Numbers

Verify phone numbers before ordering

Send Top-Ups

Submit orders with error handling

API Reference

Complete endpoint documentation

Overview

Back to integration overview

Track Status

Monitor order fulfillment

Deliver Cards

Securely deliver card codes