✨ API v3.1 — Now with webhook support

Automated BGMI UC Topup API

Simple REST API for automated BGMI UC purchases. Integrate topup into your platform in minutes.

Get Started Free → API Docs
16+
UC Packs
~60s
Processing Time
5
Free Orders
99%
Success Rate
🚀

Simple REST API

One POST request to place an order. Check status with GET. That's it.

🔔

Webhook Support

Get instant notifications when orders complete. No polling needed.

Fast Processing

Orders process in ~60 seconds. Automated from submission to delivery.

🔐

Secure

API key authentication. Credentials encrypted. HTTPS only.

🤖

Telegram Bot

Manage orders, check status, and get notifications via Telegram.

💎

Free to Start

5 free orders to test the API. Subscribe for unlimited access.

Get started in 3 lines

// Place a BGMI UC order
const res = await axios.post("https://busanofficial.xyz/api/topup/bgmi", {
  bgmi_user_id: "5576033848",
  pack: 660
}, { headers: { "api-key": "YOUR_KEY" } });

// Response: { success: true, job_id: "...", status: "QUEUED" }