🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
GoCardless for WooCommerce
GoCardless for WooCommerce

GoCardless for WooCommerce

5/5 (1 ratings) 1K+ active installs Updated Apr 28, 2026
Payment Methods screen showing where to enable the GoCardless payment gateway.

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.

Compatibility

This extension is compatible with:

Test Account Setup

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.

Development

Install Dependencies & Build

The plugin uses Webpack to build the assets. To build the assets, follow these steps:

  • Run npm install to install the dependencies.
  • Run 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.