This is the official WordPress Plugin for COINQVEST, a leading cryptocurrency payment processor. Accept Bitcoin on your WordPress website and settle payments in crypto and fiat currencies.
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 on your WordPress website from your customers.
- Instantly settles in your preferred fiat 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 website.
- Embeds a payment button in any page, post or widget of your WordPress website.
- 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.
Argentine Peso (ARS), Australian Dollar (AUD), Bahraini Dinar (BHD), Bangladeshi Taka (BDT), Bermudian Dollar (BMD), Bitcoin (BTC), Brazilian Real (BRL), British Pound (GBP), Canadian Dollar (CAD), Chilean Peso (CLP), Chinese Yuan (CNY), Czech Koruna (CZK), Danish Krone (DKK), Emirati Dirham (AED), Ethereum (ETH), Euro (EUR), Hong Kong Dollar (HKD), Hungarian Forint (HUF), Indian Rupee (INR), Indonesian Rupiah (IDR), Israeli Shekel (ILS), Japanese Yen (JPY), Korean Won (KRW), Kuwaiti Dinar (KWD), Litecoin (LTC), Malaysian Ringgit (MYR), Mexican Peso (MXN), Myanmar Kyat (MMK), New Zealand Dollar (NZD), Nigerian Naira (NGN), Norwegian Krone (NOK), Pakistani Rupee (PKR), Philippine Peso (PHP), Polish Zloty (PLN), Ripple (XRP), Russian Ruble (RUB), Saudi Arabian Riyal (SAR), Singapore Dollar (SGD), South African Rand (ZAR), Sri Lankan Rupee (LKR), Stellar (XLM), Swedish Krona (SEK), Swiss Franc (CHF), Taiwan Dollar (TWD), Thai Baht (THB), Turkish Lira (TRY), Ukrainian Hryvnia (UAH), US Dollar (USD), Venezuelan Bolivar (VEF), Vietnamese Dong (VND)
- 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