New Notice

This is test login notice

Supported Telecom Operators

We support all major mobile network operators in Bangladesh for instant recharge

Ry

Ryze

Grameenphone

Grameenphone

Prepaid & Postpaid

BL

Banglalink

Prepaid & Postpaid

R

Robi

Prepaid & Postpaid

A

Airtel

Prepaid & Postpaid

T

Teletalk

Prepaid & Postpaid

SK

Skitto

Prepaid Only

Why Choose Codecartel Telecom?

Experience the best online recharge service in Bangladesh

Instant Recharge

Get your mobile recharge done instantly within seconds, 24/7 service available.

Secure Payment

100% secure payment with bKash, Nagad, Card, and multiple payment options.

Best Rates

Get the best recharge rates and exclusive offers on all operators.

24/7 Support

Round the clock customer support for any recharge assistance.

50K+
Happy Customers
৳10M+
Recharged Monthly
6
Mobile Operators
24/7
Service Available

Simple Provider API Documentation

Client panel integration-er jonno quick copy-paste sample format.

Base URL

https://www.telecom.lovepointtelecom.xyz/api/v1

Recommended Headers

Content-Type: application/json
X-API-KEY: YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
X-Client-Domain: yourdomain.com

Auth Check

API key, manual approval, and whitelisted domain validity check kore.

POST /api/v1/auth-check
{
    "api_key": "YOUR_API_KEY"
}

Balance

Main, drive, and bank balance JSON akare return kore.

POST /api/v1/balance
{
    "api_key": "YOUR_API_KEY"
}

Flexiload Recharge

Flexiload Recharge

Pending flexi request create kore ebong main balance deduct kore.

POST /api/v1/recharge
{
    "number": "01712345678",
    "amount": 100,
    "type": "Prepaid",
    "operator": "Grameenphone"
}

Drive

Drive

Selected drive package-er jonno pending request create kore.

POST /api/v1/drive
{
    "package_id": 1,
    "mobile": "01712345678"
}

Internet Pack

Internet Pack

Selected internet package-er jonno pending request create kore.

POST /api/v1/internet
{
    "package_id": 1,
    "mobile": "01812345678"
}

bKash Add Balance

bKash

Manual payment request pending hisebe submit kore.

POST /api/v1/bkash
{
    "sender_number": "01712345678",
    "transaction_id": "BKASH-TRX-1001",
    "amount": 500,
    "note": "API add balance request"
}

Nagad Add Balance

Nagad

Manual Nagad payment pending hisebe submit kore.

POST /api/v1/nagad
{
    "sender_number": "01812345678",
    "transaction_id": "NAGAD-TRX-1001",
    "amount": 500,
    "note": "API add balance request"
}

Rocket Add Balance

Rocket

Manual Rocket payment pending hisebe submit kore.

POST /api/v1/rocket
{
    "sender_number": "01912345678",
    "transaction_id": "ROCKET-TRX-1001",
    "amount": 500,
    "note": "API add balance request"
}