SaySwitch WooCommerce Payment Gateway
This is the woo-commerce wordpress plugin for sayswitch
by Inclusive Village · github.com/inclusive-village/sayswitch_wordpress_plugin
★ 0stars
0forks
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/inclusive-village/sayswitch_wordpress_plugin/archive/refs/heads/main.zipSaySwitch Payment Gateway for WooCommerce
Description
Accept payments on your WooCommerce store using SaySwitch. This plugin allows you to securely collect payments via the SaySwitch Standard Checkout.
Features
- Secure Checkout: Redirects customers to the secure SaySwitch payment page.
- Automatic Verification: Verifies transactions automatically upon redirect.
- Webhook Support: Background payment confirmation even if the customer closes the browser.
- Debug Logging: Track API requests and responses for easy troubleshooting.
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory, or upload the .zip file via 'Plugins' > 'Add New'. - Activate the plugin through the 'Plugins' menu in WordPress.
- Go to WooCommerce > Settings > Payments.
- Click on SaySwitch to configure your Secret Key.
- Copy the Webhook URL from the settings page and paste it into your SaySwitch Dashboard.
Screenshots
- The SaySwitch settings page in WooCommerce.
- The checkout page with SaySwitch as a payment option.
Changelog
1.2.0
- Added WC Logger for debug tracking.
- Added Webhook handler via WC-API.
1.1.0
- Initial release with transaction initialization and redirect verification.