Skip to content

WooCommerce Plugin for Whalestack. Accept and settle payments in digital currencies in your WooCommerce shop.

License

Notifications You must be signed in to change notification settings

whalestackhq/woocommerce-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

COINQVEST WooCommerce Plugin

This is the official WooCommerce Plugin for COINQVEST, a leading cryptocurrency payment processor. Accept Bitcoin on your WooCommerce website and settle payments in crypto and fiat currencies.

This WooCommerce plugin implements the PHP REST API documented at https://www.coinqvest.com/en/api-docs

Key Features

  • Accepts crypto and stablecoin payments from your customers in your WooCommerce store.
  • Instantly settles in your preferred digital currency (crypto or stablecoin).
  • Sets the product price in your national currency - 45 fiat currencies are available, see full list here.
  • Integrates seemlessly into your WooCommerce website.
  • Sets the product price in your national currency.
  • Sets the checkout page language in your preferred language.
  • Eliminates chargebacks and gives you control over refunds.
  • Eliminates currency volatility risks due to instant conversions and settlement.
  • Translates the plugin into any required language.

Supported Currencies

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)

Requirements

  • WooCommerce
  • WordPress >= 3.9
  • PHP >= 5.6

Installation as Plugin

Requirements

  • A COINQVEST merchant account -> Sign up here

Plugin installation

  1. Copy the entire coinqvest-for-woocommerce folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
  3. Go to WooCommerce > Settings and click on the Payments tab.
  4. On the Payments tab find COINQVEST and click the Manage button

Plugin configuration

  1. Get your API key and secret from your COINQVEST merchant account.
  2. Enter API key and secret into the COINQVEST settings page.
  3. Enable COINQVEST payments.
  4. Completed payments will automatically update WooCommerce orders to 'processing' (physical goods) or 'completed' (downloadable/virtual items).
  5. 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.

Support and Feedback

Your feedback is appreciated! If you have specific problems or bugs with this WooCommerce plugin, please file an issue on Github. For general feedback and support requests, send an email to service@coinqvest.com.

Contributing

  1. Fork it ( https://github.com/COINQVEST/woocommerce-plugin/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request