This module integrates the MAIB (Moldova Agroindbank) payment gateway into your Drupal Commerce project. It allows you to process payments either immediately upon order placement (capture) or by authorizing the funds and capturing them later.
The Commerce MAIB (Moldova Agroindbank Payment Gateway) Drupal Module is used to easily integrate the MAIB Payment into your project. Based on the maib/maibapi library to connect and process the requests with the Bank server and log the requests responses.
The Commerce MAIB has 2 working mode:
- Test - for dev and testing
- Live - for production
The Commerce MAIB has 2 ways of payment.
One way is Capture. When the client's money transfers to the merchant account instantly when the user do the payment. This way is recommended use.
Another way is Authorize. When the client's money has been blocked on their account before you confirm that transaction. This way is mostly used in the case of the long shipping time.
Dependecies
Configuration Page
The Commerce payment gateway : admin/commerce/config/payment-gateways
Depends on
Dependencies of the latest stable release
- Commerce Core commerce_payment
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.8 | Stable | 8–11 | Fixed stalled payment transactions check on cron run before recommended delay of 3 minutes. | Apr 22, 2026 | |
| 1.x-dev | Dev | 8–11 | Delay stalled payment transactions cron check by 3 min. | Apr 14, 2026 | |
| 1.0.7 | Stable | 8–11 | Fixed stalled payment transactions check on cron run before recommended delay of 20 minutes. | Nov 26, 2025 | |
| 1.0.5 | Stable | 8–11 | Adds support for Drupal 11 and commerce 3. | Feb 3, 2025 |