Install the extension
Learn how to install the Digital River WooCommerce extension.
Search for Global Seller Services by Digital River on the WordPress marketplace and install the plugin. To install the WooCommerce plugin:
Click here to download and activate the
WooCommerce
plugin for WordPress.Clone this repository in
plugins
folder of your WordPress installation.Move to the cloned directory and run this command:
composer install && npm i && npm run prod
Log in to the admin dashboard and go to
WooCommerce->Settings->Payment(tab)
Among the payment methods, find Digital River and enable it. Click the All payment methods link to view payment methods outside of WooCommerce payments.
Click the Manage button next to Global Seller Services for WooCommerce.
Go to the Digital River dashboard.
The
API Keys
can be found underDevelopers -> API Keys
.Set the API version to
2020-12-17
. See how to update the API version.Go to Developers and select Webhooks.
Click the Create webhook button.
Enable the endpoint with the slider at the top of the popup.
Enter the Endpoint URL with the following format: https://YOUR_DOMAIN_HERE/digitalriver-webhook
Select 101 of 101 events and click the Create webhook button.
The Webhook secret key can be found by clicking the Reveal secret button for this new webhook.
Return to the WooCommerce admin > Settings > Payment tab.
On the Settings page, enter the
API Public key
,API Confidential key
andWebhook Secret key
.
Your WooCommerce store is now enabled for Digital River Global Seller Services.
Last updated