Description
Accept cryptocurrencies through Versal Payments such as USDC, USDT, and Ethereum on your WooCommerce store.
External services
This plugin connects to an API to securely create a payment session. The payment session is used to redirect the user to the payment wall experience.
It sends the checkout amount, checkout currency, and redirection URLs every time the user clicks on the Pay button.
This service is provided by “Six Clovers, Inc.”: [Terms of Service], [Privacy Policy], [DPA].
Installation
From your WordPress dashboard
- Visit ‘Plugins > Add New’.
- Search for ‘Versal Payments’.
- Activate Versal Payments from your Plugins page.
From www.ads-software.com
- Download Versal Payments from https://www.ads-software.com/plugins/versal-payments/.
- Upload to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…).
- Activate Versal Payments from your Plugins page.
Once Activated
- Go to WooCommerce > Settings > Payments.
- Configure the plugin for your store.
Configuring Versal Payments
- You will need to set up an account on the [Versal Payments Production Dashboard] and optionally on the [Versal Payments Sandbox Dashboard] for testing purposes.
- Within the WordPress administration area, go to the WooCommerce > Settings > Payments page and you will see Versal Payments in the table of payment gateways.
- Clicking the Manage button on the right hand side will take you into the settings page, where you can configure the plugin for your store.
Note: If you are running version of WooCommerce older than 3.4.x your Versal Payments tab will be underneath the WooCommerce > Settings > Checkout tab
Enable / Disable
Turn the Versal Payments payment method on / off for visitors at checkout.
Title
Title of the payment method displayed on the checkout page.
Description
Description of the payment method displayed on the checkout page.
Order Button
The text displayed of the payment button on the checkout page.
Sandbox
Turn the toggle on / off to indicate if the API credentials should connect to the Sandbox or Production environment.
Public Key / Private Key
Your Versal Payments API key. Configured within the Versal Dashboard Configuration > Manage API Keys
page.
Used to communicate with Versal Payments to initiate payment sessions and update payment status.
When creating an API key, select Custom Authorization
and enable at minimum Transaction APIs
with Read+Write Access
.
Payment Wall
Once an environment is selected and the API keys are provided, select a configured Payment Wall from the list.
A Payment Wall is configured within the Versal Dashboard Configuration > Manage Payment Walls
page.
A Payment Wall indicates what currencies you want to accept and the destination wallets that funds should be sent to.
Debug log
Whether or not to store debug logs.
If this is checked, these are saved within your wp-content/uploads/wc-logs/
folder in a .log file prefixed with versal_payments
.
FAQ
-
What cryptocurrencies does the plugin support?
-
The plugin supports all cryptocurrencies available at https://www.versal.money/
-
Prerequisites
-
To use this plugin with your WooCommerce store you will need:
- WooCommerce plugin
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Versal Payments” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Versal Payments” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.3
- Added improvements based on publishing the plugin to WordPress.
1.1.2
- Added improvements based on Plugin Check.
1.1.1
- Improved handling of invalid API keys.
1.1.0
- Initial public release