Live & Processing Payments

Bangladesh এর সবচেয়ে সহজ Payment Gateway

bKash, Nagad, Rocket — সব একসাথে। Auto Deposit & Withdraw মাত্র ৩০ সেকেন্ডে। কয়েক লাইন কোডেই integrate করুন।

99.9%

Uptime Guaranteed

30s

Auto Confirmation

3+

Payment Methods

24/7

Active Support

সমর্থিত Payment Methods

🟣 bKash Agent 🟣 bKash Payment 🟠 Nagad Agent 🟠 Nagad Payment 🟣 Rocket Agent 🟣 Rocket Payment

Features

কেন MakeBDPay বেছে নেবেন?

সহজ integration, দ্রুত payment, নির্ভরযোগ্য সেবা — সব একসাথে।

Auto Deposit

User টাকা পাঠালে ৩০ সেকেন্ডের মধ্যে automatically account এ credit হয়। কোনো manual confirm লাগে না।

🔒
Secure & Verified

প্রতিটা transaction verify হয়। Duplicate TrxID block হয়। Fake payment সম্ভব না।

🔌
সহজ Integration

মাত্র ২টা API call। যেকোনো language এ integrate করুন। বিস্তারিত documentation আছে।

📊
Merchant Dashboard

সব transaction real-time দেখুন। Balance track করুন। Deposit ও Withdraw history রাখুন।

💸
Auto Withdraw

User withdraw request করলে সরাসরি তার bKash/Nagad/Rocket এ টাকা চলে যায়।

🌐
Webhook Support

Payment confirm হলে automatically আপনার server এ notification পাঠাবে। Real-time update।

Process

কীভাবে শুরু করবেন?

মাত্র ৪টা সহজ ধাপে আপনার site এ payment system চালু করুন।

1
Register করুন

Merchant account খুলুন। Admin approve করলে access পাবেন।

2
API Key নিন

Dashboard থেকে আপনার unique API Key copy করুন।

3
Integrate করুন

API docs দেখে আপনার site এ ২টা API call যোগ করুন।

4
Live হন!

আপনার users এখন auto deposit ও withdraw করতে পারবে।

Pricing

সব থেকে কম rate

Per transaction charge। কোনো monthly fee নেই। কোনো hidden charge নেই।

🟣

bKash

Agent & Payment

Agent Deposit2%
Agent Withdraw1%
Payment Deposit4%
Payment Withdraw2%
🟠

Nagad

Agent & Payment

Agent Deposit2%
Agent Withdraw1%
Payment Deposit4%
Payment Withdraw2%
🟣

Rocket

Agent & Payment

Agent Deposit2%
Agent Withdraw1%
Payment Deposit4%
Payment Withdraw2%

Developer

API Documentation

সহজ REST API। যেকোনো language এ integrate করুন।

POST /api/deposits/create

💰 Deposit Request তৈরি করুন

// Headers
x-api-key: YOUR_API_KEY

// Request Body
{
  "amount": 500,
  "provider": "bkash",
  "user_ref": "user_123"
}

// Response
{
  "deposit_id": 1,
  "send_to": "01XXXXXXXXX",
  "amount": 500,
  "expires_at": "10 মিনিট"
}
POST /api/withdraws/create

💸 Withdraw Request তৈরি করুন

// Headers
x-api-key: YOUR_API_KEY

// Request Body
{
  "amount": 500,
  "provider": "bkash",
  "receiver_number": "01XXXXXXXXX",
  "user_ref": "user_123"
}

// Response
{
  "status": "pending",
  "withdraw_id": 1
}
GET /api/deposits/status/{id}

🔍 Deposit Status চেক করুন

// Response
{
  "status": "confirmed",
  "trx_id": "8A3XXXXXXX",
  "amount": 500,
  "confirmed_at": "..."
}

// Status values:
"pending"   → অপেক্ষায়
"confirmed" → সম্পন্ন
"cancelled" → বাতিল
INFO Provider Values

📱 provider field এ যা দেবেন

"bkash"   → bKash Agent
"nagad"   → Nagad Agent
"rocket"  → Rocket Agent

// user_ref:
আপনার site এর user ID
যেকোনো unique string

// Base URL:
https://makebdpay.xyz

এখনই শুরু করুন

মাত্র কয়েক মিনিটে আপনার site এ payment system চালু করুন

🚀 Free তে Register করুন