Coin driver for the Omnipay PHP payment processing library
Coin driver for the Omnipay PHP payment processing library
WooCommerce AltCoin Payment Gateway – WordPress plugin
Installation
- Signup for an account at Coinbase Commerce.
- Create an API Key by going to the Settings tab in the Coinbase Commerce dashboard.
- Copy the
coinbase/
folder to your Prestashopmodules/
folder. - Login to your Prestashop Back Office, navigate to the Modules tab, go to the “Installed Modules” tab and search for “Coinbase Commerce”. Click Install to activate the plugin.
- Click Configure to go to the settings page of the plugin. Set the API Key, Shared Secret Key from Coinbase Commerce Dashboard.
- Copy webhook url from settings page of the plugin to Coinbase Commerce DashBoard Settings.
NOTE: There is a setting for “Unsafe” mode on the plugins settings page. This should never be set to “Enabled” on a production website.
It is only used for making testing easier during development, since it will deactivate any validation of the requests that is send to the webhook, which
will allow the developer to emulate POST requests to the webhook without generating the X-CC-Webhook-Signature
header.
Localization
All text strings, labels and descriptions found in the plugin is
Description
Coinbase Commerce is the digital payment service that allows merchants to accept payments in a variety of digital currencies like Bitcoin, Bitcoin Cash, DAI, Ethereum, Litecoin, and USD Coin. These payments are received directly into a merchant-controlled wallet.
Features:
- Fast — Go live in minutes, not days
- Free — No fees to accept crypto
- Global — Tap into a global customer base
- No Middlemen — Be your own bank
- Irreversible — Chargebacks are a thing of the past
Requirements
- Gravity Forms plugin 2.0 or later.
Installation
This section describes how to install and setup the Gravity Forms Coinbase Commerce Add-On. Be sure to follow all of the instructions in order for the Add-On to work properly.
Requirements
Requires at least WordPress 4.0, PHP 5.3, Gravity Forms 1.9.
Steps
-
Make sure you have your own copy of Gravity Forms. This plugin does not include Gravity Forms.
-
You’ll also need a Coinbase Commerce account. To signup visit https://commerce.coinbase.com/
-
Download zip archive from releases page and unzip or clone plugin and run
composer install
inside clonned folder -
Upload the plugin folder gf-coinbase-commerce to your WordPress site /wp-content/plugins folder.
-
Visit the Plugins menu in your WordPress dashboard, find
Coinbase Commerce Payments For Gravity Forms
in your plugin list, and click the Activate link. -
Visit the Forms->Settings menu, select the Coinbase Commerce Tab, and add your API Key, Shared Secret Key from Coinbase Commerce Dashboard (https://commerce.coinbase.com/dashboard/settings).
-
Copy Webhook Notification Url from Coinbase Commerce Tab to Settings/Webhook subscription https://commerce.coinbase.com/dashboard/settings
-
Create new Gravity form and add Coinbase Commerce Feed.
Frequently Asked Questions
Do I need to have SSL? Yes, for webhook notifications you need SSL.
Does Coinbase Commerce integrate with other e-commerce platforms? Yes, a list of all offical integrations can be found here: Coinbase Commerce Integrations.
Changelog
1.0.0
- Initial release version