Download the PHP package blesta/gocardless without Composer
On this page you can find all versions of the php package blesta/gocardless. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gocardless
GoCardless Gateway
This is a non-merchant gateway for Blesta that integrates with GoCardless.
Install the Gateway
-
You can install the gateway via composer:
-
Upload the source code to a /components/gateways/nonmerchant/gocardless/ directory within your Blesta installation path.
For example:
-
Log in to your admin Blesta account and navigate to
Settings > Payment Gateways
-
Find the GoCardless gateway and click the "Install" button to install it
-
Configure by setting your "Access Token" and "Webhook Secret", both of which are found in the Developer section of your GoCardless account.
- If you are running Blesta on a non-Apache server you may need to alter your .htaccess in order for payment webhook callbacks to process successfully. Add the following lines:
Blesta Compatibility
Blesta Version | Module Version |
---|---|
< v4.9.0 | v1.1.0 |
>= v4.9.0 | v1.2.0 |