Ecrypt Payment Gateway for WooCommerce provides secure credit/debit card payment processing for your WooCommerce store. With advanced encryption and tokenization, Ecrypt ensures that your customers’ payment information is protected. The plugin is easy to configure and integrates seamlessly with your existing WooCommerce setup. Whether you are handling single transactions or recurring payments, Ecrypt offers a reliable and scalable solution to meet your payment processing needs.
This plugin communicates with the Ecrypt API to perform essential payment and customer management operations.
The following API endpoints are used by the plugin:
https://api.ecrypt.com/v1/customers
https://api.ecrypt.com/v1/transactions/sale
https://api.ecrypt.com/v1/transactions/refund
When interacting with these endpoints, the plugin may transmit the following data to the Ecrypt API:
By using this plugin, you acknowledge and agree to the terms outlined by Ecrypt:
The Ecrypt Payment Gateway for WooCommerce plugin securely communicates with the Ecrypt API to facilitate transactions and wallet management. During these interactions, customer and transaction data is transmitted to Ecrypt.
Users should review these policies to ensure compliance with applicable laws and their own privacy obligations. This plugin does not store sensitive customer data locally and relies on Ecrypt’s security protocols.
This plugin requires a valid Ecrypt API key to function. Please refer to the Ecrypt Developer Documentation for setup instructions.
Security Improvements:
AI-Assisted Recommendations: Enhanced security by implementing AI suggestions.
Security Improvements:
External Service Documentation:
File Naming Compliance:
EcryptCustomerWallet.php -> ecrypt-payment-gateway-customer-wallet.phpEcryptPaymentExceptions.php -> ecrypt-payment-gateway-exceptions.phpEcryptPaymentMethod.php -> ecrypt-payment-gateway-method.phpEcryptTokenApi.php -> ecrypt-payment-gateway-token-api.phpEcryptPaymentApi.php -> ecrypt-payment-gateway-transaction-api.phpcore.php -> ecrypt-payment-gateway-core-init.phpSecurity Improvements:
!defined( 'ABSPATH' ) checks to prevent direct file access in all PHP files.wp_unslash() and sanitize_text_field() for ecrypt_payment_nonce.Internationalization (I18n):
ecrypt-payment-gateway-for-woocommerce.ReadMe Updates:
This update brings significant improvements in security, compliance, and adherence to WordPress plugin development standards.