Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Role Theme Switcher Module role_theme_switcher crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

This module helps recover orders where payment was completed but not properly recorded in Drupal. It periodically checks payment gateways for unrecorded transactions and updates Drupal orders accordingly, ensuring that paid orders are correctly marked as complete and a payment record is created. This process can also be triggered manually.

Adds a way to synchronize completed transactions not properly saved in Drupal. Considerate the following scenario:

  • A order is checked out and the user goes to the payment gateway.
  • The user pays the order in the payment gateway.
  • The payment gateway sends a request to Drupal to update the order status.
  • Drupal do not save the order status due a communication issue, a 500 error, maintenance works, or whatever other unknown reason.
  • Administrators won't realize about the payment and would think the order is uncomplete.

To solve that situation, this module perform the following actions:

  • Collect uncompleted orders.
  • Call sermepa API and check the order status.
  • If the gateway report the order is paid, set the order status and completed and create the related payment entity.

The process is performed periodically via CRON + Queue API, and can be performed also manually via Views Bulk Operations action.

For now: the following payment gateways are supported:

Activity

Tracked releases
1
Tracked since
Mar 2026
Latest release
4 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.6 Stable Mar 25, 2026