Note: This repository is not actively maintained.
A WooCommerce payment gateway that allows your customers to pay with cryptocurrency via Coinbase Commerce
This plugin is available on the WordPress.org plugin repository, and can be installed either directly from there or from the admin dashboard within your website.
- Visit ‘Plugins > Add New’
- Search for ‘Coinbase Commerce’
- Activate Coinbase Commerce from your Plugins page.
- Download Coinbase Commerce from https://wordpress.org/plugins/coinbase-commerce/
- Upload to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate Coinbase Commerce from your Plugins page.
Within the Github repository, click the Clone or Download button and Download a zip file of the repository, or clone it directly via command line.
Within your WordPress administration panel, go to Plugins > Add New and click the Upload Plugin button on the top of the page.
Alternatively, you can move the zip file into the wp-content/plugins
folder of your website and unzip.
You will then need to go to your WordPress administration Plugins page, and activate the plugin.
You will need to set up an account on Coinbase Commerce.
Within the WordPress administration area, go to the WooCommerce > Settings > Payments page and you will see Coinbase 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 Coinbase Commerce tab will be underneath the WooCommerce > Settings > Checkout tab
Turn the Coinbase Commerce payment method on / off for visitors at checkout.
Title of the payment method on the checkout page
Description of the payment method on the checkout page
Your Coinbase Commerce API key. Available within the Coinbase Commerce settings page.
Using an API key allows your website to periodically check Coinbase Commerce for payment confirmation.
Your webhook shared secret. Available within the Coinbase Commerce settings page.
Using webhooks allows Coinbase Commerce to send payment confirmation messages to the website. To fill this out:
- In your Coinbase Commerce settings page, scroll to the 'Webhook subscriptions' section
- Click 'Add an endpoint' and paste the URL from within your settings page.
- Make sure to select "Send me all events", to receive all payment updates.
- Click "Show shared secret" and paste into the box within your settings page.
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 coinbase-
To use this plugin with your WooCommerce store you will need:
- WordPress (tested up to 6.5.3)
- WooCommerce (tested up to 8.9.1)
What cryptocurrencies does the plugin support?
The plugin supports all cryptocurrencies available at Coinbase Commerce
Does Coinbase Commerce have integrations with other commerce platforms?
Yes, the list of all integrations can be found here: Coinbase Commerce Integrations.
This project is licensed under the Apache 2.0 License
- Tested against WordPress 6.5.3
- Tested against WooCommerce 8.9.1
- Declare HPOS Compatibility
- Remove deprecated Charge status mappings
- Fix order_id incorrect format error
- Update coinbase_charge_id to be charge.id
- Adds HPOS support
- Tested against WordPress 6.0
- Tested against WooCommerce 6.5.1
- Bug fix: Sending order confirmation emails in WooCommerce.
- Added support for charge cancel url.
- Handle cancelled events from API.
- Add option to disable icons on checkout page.
- Add Coinbase Commerce transaction ID to WooCommerce order output (Admin order page, Customer order page, email confirmation).
- Updated README.md
- Tested against WordPress 4.9.4
- Tested against WordPress 4.9.7
- Tested against WooCommerce 3.4.3
- Updated README.md
- Updated plugin meta in coinbase-commerce.php
- Coinbase Commerce