bKash Payment Gateway Demo

Basic Plan

Perfect for small websites

৳500/month
  • ✓ 5GB Storage
  • ✓ Basic Support
  • ✓ SSL Certificate
Popular

Professional Plan

Best for growing businesses

৳1200/month
  • ✓ 50GB Storage
  • ✓ Priority Support
  • ✓ SSL Certificate
  • ✓ Analytics Dashboard

Enterprise Plan

For large organizations

৳3000/month
  • ✓ Unlimited Storage
  • ✓ 24/7 Support
  • ✓ SSL Certificate
  • ✓ Advanced Analytics
  • ✓ Custom Domain

Payment Details

API Documentation

Create Payment

POST /create-payment

{
  "amount": "500",
  "websiteName": "My Website",
  "plan": "Basic",
  "duration": "1 month",
  "userID": "user123",
  "reference": "ref_123456",
  "callback_url": "https://yoursite.com/success",
  "webhook_url": "https://yoursite.com/webhook"
}

Response

{
  "bkashURL": "https://checkout.sandbox.bka.sh/v1.2.0-beta/checkout/payment/create/..."
}