With WHMCS 7.7 having GoCardless integration we're no longer maintaining this module. WHMCS 7.7 also could break this module as there are conflicts with older dependancies used in WHMCS while newer versions are needed by the GoCardless PHP library
This gateway module for WHMCS allows you to take single payments (subscriptions coming soon) via direct debit powered by GoCardless.
This module was developed at SHOUTca.st on WHMCS 6 and works with later versions (last tested on 7.5.1).
- Place the files inside WHMCS
- Go into 'modules/gateways/gocardless/' and install the GC API using Composer
php composer.phar install
orcomposer install
(depending on setup) - Enable the module in WHMCS
- Create a Read/Write Access token inside your GC dashboard
- Create a webhook to
https://YOURSITE/modules/gateways/callback/gocardless.php
with a self-generated random secret - Configure the WHMCS module with those in your settings
- Add an admin user with username
API
for the local API requests to work. - Ready to get rid of your cards!
This plugin is not oficially supported/endorsed by GoCardless.