$ 89.00
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 7579 |
Technical Name |
dbsl_payment_bkash |
License | OPL-1 |
Website | https://www.dotbdsolutions.com |
Versions | 18.0 19.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 7579 |
Technical Name |
dbsl_payment_bkash |
License | OPL-1 |
Website | https://www.dotbdsolutions.com |
Versions | 18.0 19.0 |

bKash Payment Gateway
Complete Integration for Odoo 19 Enterprise
Version 19.0.1.3 | October 2025 | Production Ready
⚠️ |
Important: Do Not Run on LocalhostbKash requires HTTPS for callback URLs, which localhost cannot provide. Running on localhost will cause payment callback failures. For development/testing:
Without HTTPS, bKash callbacks will fail and payments cannot be completed successfully. |
⭐ Core Features

💳
Multi-Mode Payments
|
🔄
Refund System
|
🔔
AWS SNS Webhooks
|
💰
Disbursements
|
🔐
Security
|
🔗
Odoo Integration
|
📊 Automatic Payment Tracking
All payments are automatically linked to invoices and sales orders!
✅ No Configuration Needed!
Payment tracking works out-of-the-box for both e-commerce and manual invoices. Every payment includes:
- bKash Transaction ID (TrxID)
- Linked invoice(s) and sales order(s)
- Payment journal entry
- Customer bKash wallet number
- Complete reconciliation data
📖 See PAYMENT_TRACKING.md
for detailed guide with examples.
📦 Installation Guide
Prerequisites
- Odoo 19 Enterprise Edition
- bKash Merchant Account with Tokenized Checkout API access
- Valid SSL Certificate (for production webhooks)
- Python 3.8+ with required packages
Step-by-Step Installation
Download the payment_bkash module from your source or repository
Copy module to your Odoo custom addons directory:
cp -r payment_bkash /path/to/odoo/custom_addons/
Install required Python packages:
pip install requests>=2.28.0 cryptography>=41.0.0
In Odoo: Apps → Update Apps List
Search for "bKash Payment Gateway" and click Install
✅ Automatically creates account 101002 & journal BNK1
Navigate to: Settings → Payment Providers → bKash
Enter: Username, Password, App Key, App Secret
Copy the webhook URL shown in provider settings
Configure it in your bKash merchant dashboard with AWS SNS
Set State to "Test Mode" for sandbox or "Enabled" for production
Test a payment to verify the complete flow
⚠️ Disbursement Features Note
B2C Payout, B2B Payout, Intra-Account Transfer, and Organization Balance features are fully implemented and production-ready but require special API permissions from bKash.
These features return 403 Forbidden
until bKash enables the disbursement APIs for your merchant account. Contact bKash support to request access.
🛡️ Security & Compliance

📈 Business Benefits

📊
Increased Sales
|
⚡
Faster Operations
|
💡
Better Experience
|


🚀 Transform Your E-commerce with bKash
Accept payments from millions of bKash users across Bangladesh

Developed by Dot BD Solutions Limited
📍 Address
57, SEL Trident Tower |
📞 Contact
Phone: +880 9617171533 |
🌐 Online
Website: dotbdsolutions.com |
Built with ❤️ for the Bangladeshi e-commerce ecosystem
Developer: Rafiur Rahman Rafit
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module