Description
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.
External Services
This plugin communicates with the Ecrypt API to perform essential payment and customer management operations.
API Endpoints
The following API endpoints are used by the plugin:
Customer Management
- Base Endpoint:
https://api.ecrypt.com/v1/customers
Transactions: Sale
- Base Endpoint:
https://api.ecrypt.com/v1/transactions/sale
Transactions: Refund
- Base Endpoint:
https://api.ecrypt.com/v1/transactions/refund
Data Collected
When interacting with these endpoints, the plugin may transmit the following data to the Ecrypt API:
- Customer information: Name, email, and associated wallet details.
- Transaction data: Amount, transaction ID, and sale or refund specifics.
Legal Agreements
By using this plugin, you acknowledge and agree to the terms outlined by Ecrypt:
Privacy Notice
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.
Key Legal Documents
- Privacy Policy: Explains how Ecrypt handles personal and transaction data. Read it here.
- Terms and Conditions: Details the terms under which Ecrypt services operate. Read them here.
- Merchant Processing Agreement: Covers specific agreements for merchants using Ecrypt’s payment processing. Read it here.
User Responsibility
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.
Notes
This plugin requires a valid Ecrypt API key to function. Please refer to the Ecrypt Developer Documentation for setup instructions.
0.0.1 – 2024-07-03
-
Security Improvements:
- Fixed non-sanitized input variables.
- Ensured all output is escaped.
-
AI-Assisted Recommendations: Enhanced security by implementing AI suggestions.
0.0.2 – 2024-08-22
-
Security Improvements:
- Improved data validation and sanitization.
-
External Service Documentation:
- Added detailed documentation on Ecrypt API usage, endpoints, and privacy compliance.
0.0.3 – 2024-11-21
-
File Naming Compliance:
- Renamed all files to adhere to WordPress naming conventions:
EcryptCustomerWallet.php
->ecrypt-payment-gateway-customer-wallet.php
EcryptPaymentExceptions.php
->ecrypt-payment-gateway-exceptions.php
EcryptPaymentMethod.php
->ecrypt-payment-gateway-method.php
EcryptTokenApi.php
->ecrypt-payment-gateway-token-api.php
EcryptPaymentApi.php
->ecrypt-payment-gateway-transaction-api.php
core.php
->ecrypt-payment-gateway-core-init.php
-
Security Improvements:
- Added
!defined( 'ABSPATH' )
checks to prevent direct file access in all PHP files. - Enhanced sanitization and validation:
- Used
wp_unslash()
andsanitize_text_field()
forecrypt_payment_nonce
. - Ensured proper escaping for all dynamic outputs in multiple files.
- Improved error handling with clear, actionable messages.
- Added
-
Internationalization (I18n):
- Updated all text domains to
ecrypt-payment-gateway-for-woocommerce
. - Added translators’ comments for strings with placeholders.
- Ensured all strings are translatable and dynamic placeholders are properly formatted.
- Updated all text domains to
-
ReadMe Updates:
- Documented external API usage, endpoints, and terms of service.
- Added privacy and security notices for compliance.
This update brings significant improvements in security, compliance, and adherence to WordPress plugin development standards.
1.0.0 – 2024-12-23
- Initial commit for Ecrypt Payment Gateway for WooCommerce:
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Ecrypt Payment Gateway for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ecrypt Payment Gateway for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.