This is the official WordPress Plugin for COINQVEST. Accept and settle payments in digital currencies on your WordPress site.
This WordPress plugin implements the PHP REST API documented at https://www.coinqvest.com/en/api-docs
- Accepts Bitcoin (BTC), Ethereum (ETH), Ripple (XRP), Stellar Lumens (XLM) and Litecoin (LTC) payments from customers.
- Instantly settles in your preferred national currency (USD, EUR, ARS, BRL, NGN).
- Sets the product price in your national currency - 45 fiat currencies are available, see full list here.
- Doesn't require any e-commerce setup on your WordPress site.
- Embeds a payment button in any page, post or widget of your WordPress site.
- Sets the product price in your national currency.
- Sets the checkout language in your preferred language.
- Eliminates chargebacks and gives you control over refunds.
- Eliminates currency volatility risks due to instant conversions and settlement.
- Controls tax compliance levels (none, minimal, compliant).
- Automatically generates invoices if tax compliance level is set to compliant.
- Provides custom payment button text.
- Provides custom payment button CSS classes available.
- Translates the plugin into any required language.
- WordPress >= 4.9
- PHP >= 5.6
Requirements
- A COINQVEST merchant account -> Sign up here
Plugin installation
- Copy the entire
coinqvest
folder to the/wp-content/plugins/
directory. - Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
- Find the COINQVEST menu in your WordPress admin screen.
Plugin configuration
- Get your API key and secret from your COINQVEST merchant account.
- Enter API key and secret into the COINQVEST plugin settings page.
- Create a new payment button and copy the generated shortcode into your page, post or widget.
- Manage all payments in your merchant account. You will be notified by email about every new payment.
Please inspect our API documentation for more info or send us an email to service@coinqvest.com.
Your feedback is appreciated! If you have specific problems or bugs with this WordPress plugin, please file an issue on Github. For general feedback and support requests, send an email to service@coinqvest.com.
- Fork it ( https://github.com/COINQVEST/wordpress-plugin/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request