A comprehensive WooCommerce payment gateway plugin that integrates with Epoint.az payment processing system.
This plugin enables WooCommerce store owners to accept online payments through the Epoint payment gateway. It provides a seamless checkout experience with support for credit and debit card payments, automatic order status updates, and refund processing.
- ✅ Easy Integration: Simple setup with automatic callback URL generation
- ✅ Secure Payments: Signature verification for all API communications
- ✅ Refund Support: Process refunds directly from WooCommerce admin
- ✅ Test Mode: Test payments without processing real transactions
- ✅ Transaction Logging: Detailed logs for debugging and monitoring
- ✅ Multi-language Support: Supports Azerbaijani, English, and Russian
- ✅ Responsive Design: Works seamlessly on all devices
- ✅ Copy-to-Clipboard: Easy copying of callback URLs for Epoint configuration
- ✅ HPOS Compatible: Fully compatible with WooCommerce High-Performance Order Storage (Custom Order Tables)
- WordPress 5.0 or higher
- WooCommerce 3.0 or higher
- PHP 7.2 or higher
- SSL certificate (HTTPS) for production environment
- Epoint merchant account with API credentials
- Download the plugin files
- Upload the
epoint-payment-gatewayfolder to/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to WooCommerce → Settings → Payments
- Enable "Epoint Payment Gateway" and click "Manage"
- Configure your settings (see Configuration section below)
- Go to Plugins → Add New → Upload Plugin
- Choose the plugin zip file and click "Install Now"
- Activate the plugin
- Configure settings as described above
- Log in to your Epoint merchant account
- Navigate to API settings
- Copy your Public Key (Merchant ID)
- Copy your Private Key (Secret Key)
- Go to WooCommerce → Settings → Payments → Epoint Payment Gateway
- Enable the payment gateway
- Enter your Public Key and Private Key
- Configure other settings as needed:
- Title: Payment method name shown to customers
- Description: Payment method description
- Test Mode: Enable for testing (disable for production)
- Enable Logging: Enable for debugging purposes
The plugin automatically generates three callback URLs that you need to add to your Epoint merchant account:
- Success URL: Where customers are redirected after successful payment
- Error URL: Where customers are redirected after failed payment
- Result URL: Webhook endpoint for payment notifications
To configure these URLs:
- In the plugin settings page, scroll to "Callback URLs Configuration"
- Click the "Copy" button next to each URL
- Log in to your Epoint merchant dashboard
- Navigate to the callback URL configuration section
- Paste each URL in the corresponding field
- Save your Epoint settings
- Enable Test Mode in plugin settings
- Create a test order in your WooCommerce store
- Select "Epoint Payment Gateway" as payment method
- Complete the checkout process
- Verify that you're redirected to Epoint payment page
- Complete the test payment
- Verify that order status is updated correctly
- Ensure your site is using HTTPS (SSL certificate installed)
- Disable Test Mode in plugin settings
- Verify all callback URLs are configured in Epoint
- Process a real test transaction
- Monitor the transaction logs for any issues
- Customer adds products to cart and proceeds to checkout
- Customer selects "Epoint Payment Gateway" as payment method
- Customer clicks "Place Order"
- Plugin creates payment request with Epoint API
- Customer is redirected to Epoint payment page
- Customer enters card details and completes payment
- Epoint processes the payment
- Epoint sends webhook notification to your site
- Plugin verifies the notification and updates order status
- Customer is redirected back to your site (success or error page)
To process a refund:
- Go to WooCommerce → Orders
- Open the order you want to refund
- Click the "Refund" button
- Enter the refund amount and reason
- Click "Refund via Epoint Payment Gateway"
- The refund will be processed automatically
Note: Refunds require the card ID from the original transaction. The plugin automatically stores this information when a payment is completed.
- Verify your API credentials are correct
- Check that callback URLs are configured in Epoint
- Enable logging and check WooCommerce logs
- Ensure your site is using HTTPS (for production)
- Verify the Result URL is correctly configured in Epoint
- Check your server firewall settings
- Ensure the webhook endpoint is accessible
- Check WooCommerce logs for webhook errors
- Verify the original payment was successful
- Check that card ID was stored with the order
- Ensure your Epoint account has refund permissions
- Check the error message in order notes
- Go to WooCommerce → Status → Logs
- Select logs starting with
epoint-orepoint-webhook- - Review the log entries for errors or issues
This plugin implements several security measures:
- Signature Verification: All API responses are verified using HMAC-SHA1 signatures
- HTTPS Requirement: Production mode requires SSL certificate
- Nonce Validation: WordPress nonces protect admin forms
- Input Sanitization: All user inputs are sanitized and validated
- Secure Key Storage: API keys are stored securely in WordPress options
For support and questions:
- Epoint Support: Contact Epoint.az customer support for API-related issues
- Plugin Issues: Check the plugin documentation and logs
- WooCommerce Issues: Refer to WooCommerce documentation
- Added: WooCommerce High-Performance Order Storage (HPOS) compatibility
- Added: Declared compatibility with custom order tables
- Updated: Documentation to reflect HPOS support
- Initial release
- Payment processing functionality
- Webhook handling
- Refund support
- Auto-generated callback URLs with copy functionality
- Test mode support
- Transaction logging
- Multi-language support
This plugin is licensed under the GPL v2 or later.
Developed for integration with Epoint.az payment gateway.
The plugin settings page shows all configuration options including auto-generated callback URLs with copy buttons.
Customers see Epoint as a payment option during checkout.
Order details show Epoint transaction information and refund options.
Yes, you need to register for an Epoint merchant account and obtain API credentials.
The current version supports one-time payments. Recurring payment support may be added in future versions.
Yes, you can customize both the title and description in the plugin settings.
The plugin is tested up to WooCommerce 8.0 and is regularly updated for compatibility.
The plugin currently supports AZN (Azerbaijani Manat). Additional currency support depends on your Epoint merchant account configuration.
Yes, but each site needs to be configured separately with its own callback URLs in your Epoint merchant account.