The complete payment aggregator for Bangladesh. Auto-verify MFS payments with SMS forwarding. No merchant account needed.
SUPPORTED PAYMENT METHODS
Three simple steps to start accepting payments
Install our Android app and connect your phone. It forwards MFS payment SMS to our server automatically.
Add your bKash, Nagad, Rocket personal numbers. Set up per-brand payment settings with account types.
Customer sends money & enters TrxID. We match it against your SMS data instantly. No manual checking.
POST /api/payment/create
Header: API-KEY: your_brand_key
{
"amount": 500,
"cus_name": "John Doe",
"cus_email": "[email protected]",
"success_url": "https://yoursite.com/success",
"cancel_url": "https://yoursite.com/cancel",
"webhook_url": "https://yoursite.com/webhook"
}
Response:
{
"status": 1,
"payment_url": "https://secure-payment.bohudurpay.com/pay/abc123",
"transaction_id": "AP2K5ABC123"
}Create your free account and start accepting payments in minutes.
Create Free Account