Implements the Halk bank payment gateway.
As of April 2026, Halk Bank Payment Gateway For Woocommerce is a WordPress gateway plugin with 100 active installations and a 5/5 rating from 9 reviews. It has been downloaded 3.5K+ times in total. Requires WordPress 3.8+ and PHP 5.2.4+. Available on WordPress.org since 2018. Last updated 2 years ago — may have compatibility concerns. Top alternative: Payment Gateway Based Fees and….
Notice of Code Deprecation
Due to change in the hash version, we regret to inform you that the code within this plugin will no longer be functional after 15.03.2024.Requires: WooCommerce 2.1+
This plugin allows your store to make payments via Halk Bank payment service.
| WordPress | 3.8+ requiredTested up to 6.4.8 |
| PHP | 5.2.4+ required |
1.2 Add live/test mode. Add transaction type.
1.1.1 Clean some code.
1.1 Add filter support for currency switcher. Filter name halk_amount_fix
Example for EUR to MKD
add_filter( ‘halk_amount_fix’, ‘switch_currencies’ );
function switch_currencies( $amount ) {
return number_format( $amount * 61.5, 2, ‘.’, ” );
}
1.0.1 Fix bug with older versions
1.0 Initial version.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.