by GoCardless on WordPress.org
Extends WooCommerce with a GoCardless gateway. A GoCardless merchant account is required.

Payment Methods screen showing where to enable the GoCardless payment gateway.
This is a feature plugin for accepting payments via GoCardless. It requires WooCommerce to be installed before GoCardless for WooCommerce can be activated.
This extension is compatible with:
You can create a user on gocardless.com for live transactions and on the sandbox for test transactions. When you first set up a site, you’ll be prompted to create a user for the correct GoCardless environment when setting up the webhooks.
Install Dependencies & Build
The plugin uses Webpack to build the assets. To build the assets, follow these steps:
npm install to install the dependencies.npm run build:webpack to build the asset files. You can also run npm run start:webpack to watch the files and rebuild them automatically when they change.You can find the source files in the assets and client directories.