BDM Digital Payment Gateway

Sharraxaad

This plugin allows you to accept payments with the BDM digital currency in your WooCommerce store. It generates QR codes for payments, performs automatic validations, and provides instant confirmations to the customer.

Main features:
* Automatic QR Code generation
* Real-time payment validation
* Compatible with BDM digital wallets
* Direct integration with WooCommerce
* Custom checkout page

External services

This plugin communicates with the payment gateway API to process and check the status of transactions. All payment requests are sent to:

https://partner.dourado.cash

The following data is transmitted: order amount, order ID, and callback URLs. No personal customer information is sent unless required by the payment process.

Source JS/CSS

jquery.toast.min.js: https://github.com/kamranahmedse/jquery-toast-plugin
bootstrap.min.css: https://getbootstrap.com/

License

This plugin is free software and is licensed under GPLv2 or later.

Sawir-shaashado

  • Payment screen with QR Code
  • Custom checkout page
  • Settings in the admin panel

Rakibaad

  1. Upload the plugin files to the /wp-content/plugins/ directory or install directly through the WordPress dashboard.
  2. Activate the plugin via the “Plugins” menu in WordPress.
  3. Make sure WooCommerce is installed and activated.
  4. The plugin will automatically create a checkout page (BDM Checkout).
  5. Configure your integration details under Settings > BDM Gateway.

SBI

Is WooCommerce required?

Yes. This plugin depends on WooCommerce to function properly.

Where can I find my BDM integration details?

You can obtain the integration details from the BDM wallet service or the Dourado Cash platform.

Dibu-eegisyo

Ma jiraan wax dibu-eegis ah oo ku saabsan kaabahan.

Ka-qaybgalayaasha & Horumariyayaasha

“BDM Digital Payment Gateway” waa softiweer il furan. Dadka soo socda ayaa wax ku biiriyay kaabahan.

Ka-qaybgalayaasha

Ku tarjun “BDM Digital Payment Gateway” luqaddaada.

Ma xiisaynaysaa horumarinta?

Baadh koodka, fiiri bakhaarka SVN, ama iska qor diiwaanka horumarinta adigoo adeegsanaya RSS.

Isbeddellada

1.3.11

  • Add support for resumable payment links on /bdm-checkout/ via a hashed billing code (bdm_code), without creating a new order.
  • Persist billing code hash, QR code image (base64) and creation timestamp on the order to enable resume and status polling.
  • Automatically start QR generation when redirected from the standard checkout (bdm_autostart=1) and update the URL to the resumable link once available.

1.3.10

  • Persist the generated billing code on the WooCommerce order after the external API responds.
  • Display the billing code on the WooCommerce admin order screen for BDM orders.

1.3.9

  • Removed custom updater routines not allowed in WordPress.org hosted plugins.
  • Added nonce validation for shipping method propagation in standard checkout redirect.
  • Updated plugin metadata and readme compatibility headers for current WordPress version.
  • Improved plugin review compliance with additional input validation and coding standards cleanup.

1.3.5

  • Include shipping totals in the BDM checkout amount and display the shipping line.
  • Preserve the selected shipping method when redirecting to the BDM checkout.
  • Avoid deprecated warnings by sanitizing empty description/WYSIWYG fields.

1.3.4

  • Restored BDM as a selectable payment method on the standard checkout and redirect users to the custom page only when it’s chosen.

  • Improved the custom checkout loading experience with quotation fallback and immediate loading indicator.

1.3.3

  • Standardized plugin changelog and metadata to Portuguese.

  • Preparation for release 1.3.3.

1.3.2

  • Adjusted the WYSIWYG field in the settings to enable the save button as soon as there are changes.

  • Added a specific script in the admin to detect changes in the editor and notify WooCommerce.

1.3.1

  • Added a WYSIWYG field in the settings to customize the checkout notification.

  • The custom checkout template now displays the configured text.

1.3.0

  • Added automatic update system from GitHub releases
  • Fixed REST API permission issues for payment updates
  • Improved WordPress coding standards compliance
  • Enhanced security for API endpoints

1.2.7

  • Fixed database AUTO_INCREMENT issues
  • Improved order creation process
  • Enhanced error handling