Drupal is a registered trademark of Dries Buytaert
drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). migrate_tools 6.1.4 Minor update available for module migrate_tools (6.1.4). diff 2.0.0 Major update available for module diff (2.0.0). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). colorbox_inline 2.1.1 Minor update available for module colorbox_inline (2.1.1). node_view_permissions 8.x-1.7 Minor update available for module node_view_permissions (8.x-1.7).

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

Total releases
1
First release
Mar 2026
Latest release
1 month ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.0.6 Stable Mar 25, 2026