SMM Panels Integration
Integrate Bohudur as a payment gateway in your SMM panel to accept secure online payments.
Important
There are many SMM panels, and each one may use a different code structure.
So, we provide modules only for selected SMM panels.
Requirements
- PHP 7.4 or higher
- cURL enabled
- HTTPS enabled (recommended)
Modified SMM Panel Module
If your SMM Panel have this file structure then use this module.
admin/
├── controller/
│ └── settings/
│ └── paymentMethods/
│ ├── edit.php
│ ├── editMethodExtras.php
│ └── getForm.php
app/
├── controller/
│ ├── addfunds/
│ │ ├── Initiators/
│ │ │ └── bohudur.php
│ │ └── getForm.php
│ ├── addfunds.php
│ ├── payment/
│ │ └── bohudur.php
│ └── payment.phpPayment Statuses
| Status | Meaning |
|---|---|
PENDING | User has not paid yet |
COMPLETED | User paid — awaiting execution |
EXECUTED | Payment finalized |
CANCELLED | Payment cancelled |
Support
- Telegram: t.me/bohudur
- Facebook: Group
- YouTube: youtube.com/@bohudurpay
