Integrate automated Mobile Banking (bKash, Nagad, Rocket) and Cards into your web or mobile application with sub-second response times and 1-Click plugins.
curl -X POST https://pay.bdpayment.online/api/payment/create -H "API-KEY: your_key"
Secure hosted checkout flow for frictionless payments without PCI compliance headaches.
2 REST Endpoints
Create invoice links with /create, then confirm server-side status with /verify.
Multi-Language
Copy-paste integration code ready for PHP, Node.js, Python, and Go applications.
Mobile Companion
Real-time SMS forwarder & transaction listener app for personal accounts.
Welcome to Bd Payment Developer Docs
REST API v1.0
Bd Payment is an automated payment orchestrator that empowers merchants to use personal or merchant mobile accounts (bKash, Nagad, Rocket) as a payment gateway. With simple JSON payloads and fast HTTP endpoints, you can accept payments on WordPress, WooCommerce, WHMCS, custom PHP apps, Node.js, or mobile applications in under 5 minutes.
API Operations & Endpoints
JSON over HTTPS
All API requests must be sent over secure HTTPS using standard POST requests with an application/json payload. Authenticate your requests using the API-KEY header available in your merchant dashboard.
Redirect the customer's browser to the returned payment_url. The customer completes payment via bKash, Nagad, Rocket, or Card on our hosted gateway. Upon completion, the customer is redirected back to your success_url with a transactionId query parameter:
On your success_url handler, extract transactionId and make a server-side verification request to validate that the transaction was legitimately settled:
Critical Security Rule: Always verify payments server-side using the /api/payment/verify endpoint before updating order statuses or providing services. Never trust client-side browser redirects alone.
Ready-Made Modules & Pre-built Plugins
Zero-Code Integration
Skip custom coding! Download and install our pre-built plugins for popular CMS, billing platforms, and mobile apps in seconds.
WordPress Plugin
v2.1.0 • Zip Package
Accept payments effortlessly on any WordPress blog, store, membership, or donation site.