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:

  1. Click here to download and activate the WooCommerce plugin for WordPress.

  2. Clone this repository in plugins folder of your WordPress installation.

  3. Move to the cloned directory and run this command:

    composer install && npm i && npm run prod

  4. Log in to the admin dashboard and go to WooCommerce->Settings->Payment(tab)

  5. Among the payment methods, find Digital River and enable it. Click the All payment methods link to view payment methods outside of WooCommerce payments.

  6. Click the Manage button next to Global Seller Services for WooCommerce.

  7. The API Keys can be found under Developers -> API Keys.

  8. Set the API version to 2020-12-17. See how to update the API version.

  9. Go to Developers and select Webhooks.

  10. Click the Create webhook button.

  11. Enable the endpoint with the slider at the top of the popup.

  12. Enter the Endpoint URL with the following format: https://YOUR_DOMAIN_HERE/digitalriver-webhook

  13. Select 101 of 101 events and click the Create webhook button.

  14. The Webhook secret key can be found by clicking the Reveal secret button for this new webhook.

  15. Return to the WooCommerce admin > Settings > Payment tab.

  16. On the Settings page, enter the API Public key, API Confidential key and Webhook Secret key.

Your WooCommerce store is now enabled for Digital River Global Seller Services.

Last updated