Accept Mobile Payments on Your Website

The easiest API to integrate bKash, Nagad, and Rocket payments into your platform. Automated verification, instant webhooks, and secure settlements.

Start Processing Now View Docs

Supported Gateways

bKash Nagad Rocket Upay

Everything you need to scale

Built for developers and modern businesses.

Instant API & Webhooks

Create payment sessions via REST API. We instantly send a webhook to your server the second a transaction is verified.

Secure Verification

Transactions are verified instantly via Live API or our automated SMS Android Agent. No more manual checking.

Unified Dashboard

Track your available balance, monitor real-time transaction states, and request payouts straight to your bank or mobile wallet.

Integrate in minutes, not days.

Our RESTful API is designed to be as simple as possible. Just pass your total amount and an order ID, and we handle the checkout UI and the verification.

  • 1. Get your Public & Secret Keys
  • 2. Call `/api/v1/checkout/create.php`
  • 3. Redirect user to the Checkout URL
  • 4. Listen for the Webhook on your server
Get API Keys
POST /checkout/create.php
{
  "merchant_id": "MCH-8A9F1B",
  "order_id": "ORD-50021",
  "amount": "1500.00",
  "currency": "BDT",
  "customer_email": "user@example.com",
  "signature": "a8f9c2...d7e4"
}