WooCommerce AcountPay Payment Gateway
AcountPay plugin for Wordpress
by AcountPay · github.com/paywithacount/ap-wp-plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/paywithacount/ap-wp-plugin/archive/refs/heads/main.zipAcountPay Payment Gateway for WooCommerce
Accept secure bank-to-bank payments on your WooCommerce store with AcountPay.
Features
- Secure open-banking payments directly from customer bank accounts
- Supports both classic and block-based WooCommerce checkout
- Real-time payment status updates via webhooks
- Single live environment with Client ID authentication
- WooCommerce HPOS (High-Performance Order Storage) compatible
- Comprehensive logging for debugging
Requirements
| Requirement | Minimum Version |
|---|---|
| WordPress | 5.8 |
| WooCommerce | 8.0 |
| PHP | 7.4 |
Installation
- Download the latest ZIP from this repository.
- In your WordPress admin, go to Plugins > Add New > Upload Plugin.
- Choose the downloaded ZIP file and click Install Now.
- Click Activate Plugin.
If uploading manually via FTP, place the plugin folder in
wp-content/plugins/so the main file is atwp-content/plugins/acountpay-payment/acountpay-payment.php.
Configuration
1. Get your Client ID
- Log in to the AcountPay Merchant Dashboard.
- Navigate to the Developer section.
- Copy your Client ID.
2. Configure the gateway
- Go to WooCommerce > Settings > Payments.
- Find AcountPay Payment Gateway and click Set up (or Manage).
- Configure:
- Enable/Disable -- Check to enable the gateway.
- Client ID -- Paste the Client ID from your Merchant Dashboard.
- API Base URL -- Leave as default (
https://api.acountpay.com). - Title -- Display name at checkout (e.g. "Pay with AcountPay").
- Description -- Short text shown under the payment method.
- Click Save changes.
AcountPay will now appear as a payment option at checkout.
Testing
- Add a product to the cart and go to Checkout.
- Select AcountPay as the payment method and place the order.
- You will be redirected to AcountPay to complete the payment, then returned to your store's order confirmation page.
- Check WooCommerce > Orders to verify the order status updated to Processing.
Enable Enable Logging in the gateway settings and check WooCommerce > Status > Logs if you encounter issues.
Going Live
The plugin uses the live AcountPay environment by default. Once your Client ID and API Base URL are set correctly, you are ready to accept payments.
Documentation
For the full integration guide, API reference, and troubleshooting, visit the AcountPay Documentation.
Support
- Website: acountpay.com
- Email: team@acountpay.com
License
This plugin is licensed under the GPL-2.0.