Plugin info

Total downloads: 125
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/13/2025 (126 days ago)
Added to WordPress: 10/13/2025 (0 years old)
Minimum WordPress version: 5.8
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Maintained • Last updated 126 days ago • 2 reviews

52/100

Is Payment Gateway for MyAmeriaPay abandoned?

Likely maintained (last update 126 days ago).

Compatibility

Requires WordPress: 5.8
Tested up to: 6.8.3
Requires PHP: 7.4

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Payment Gateway for AMERIABANK
Rating 0.0/5 (0 reviews)Active installs 100

Description

This plugin adds MyAmeria Pay as a payment option in WooCommerce stores.

Compatibility

  • Compatible with WooCommerce High-Performance Order Storage (HPOS) feature
  • Requires WooCommerce 6.0+
  • Tested up to WooCommerce 8.0

Installation

  1. Upload the plugin to your WordPress site
  2. Activate the plugin
  3. Configure the settings in WooCommerce Settings Payments MyAmeria Pay

Frequently Asked Questions

How do I get API credentials?

Contact AmeriaBank to get your merchant credentials.

Review feed

No reviews available

Screenshots

  1. MyAmeria Pay option in WooCommerce checkout

    MyAmeria Pay option in WooCommerce checkout

  2. Plugin configuration settings first screenshoot

    Plugin configuration settings first screenshoot

  3. Plugin configuration settings second screenshoot

    Plugin configuration settings second screenshoot

Changelog

1.5.1

  • Changed block class prefixes.

1.5

  • Changed textdomain to “payment-gateway-for-myameriapay”.
  • Prefixed all function, class, and option names with paymgafo_myameria_ to avoid naming collisions.
  • Fixed all warnings from plugin checks.

1.4

  • Added Test and Production mode environment option for users.
  • Improved UI/UX design and layout fixes.
  • Added eye icon to toggle password visibility.
  • Updated Plugin Info section data.

1.3

  • Renamed plugin to avoid trademark confusion and follow WordPress.org guidelines.
  • Changed plugin slug to payment-gateway-for-myameriapay.
  • Prefixed all function, class, and option names with paymgafo_myameria_ to avoid naming collisions.
  • Removed load_plugin_textdomain() as it is no longer needed (WordPress 4.6+).
  • Updated readme.txt with external service details and improved formatting.

1.2

  • Escaped all admin output and translatable strings using WordPress escaping functions (esc_html__, wp_kses_post, etc.)
  • Escaped output of $this->generate_settings_html() and $this->get_author_info_html() using wp_kses_post() to prevent XSS
  • Resolved PHPCS warnings related to output escaping for $this method calls
  • Ensured better compliance with WordPress security best practices in admin screens

1.1

  • Improved security: Added nonce verification for redirect handlers
  • Escaped all translatable strings and outputs using proper WordPress escaping functions (esc_html__, wp_kses_post, etc.)
  • Sanitized and validated usage of $_SERVER, $_GET, and other superglobals
  • Properly encoded query parameters in API requests using urlencode()
  • Minor code cleanup and improved developer feedback

1.0

  • Initial release