blesta/gocardless

GoCardless

Installs: 326

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:blesta-gateway-nonmerchant

1.4.1 2021-07-20 16:09 UTC

README

Build Status Coverage Status

This is a non-merchant gateway for Blesta that integrates with GoCardless.

Install the Gateway

  1. You can install the gateway via composer:

    composer require blesta/gocardless
    
  2. Upload the source code to a /components/gateways/nonmerchant/gocardless/ directory within your Blesta installation path.

    For example:

    /var/www/html/blesta/components/nonmerchant/gocardless/
    
  3. Log in to your admin Blesta account and navigate to

Settings > Payment Gateways

  1. Find the GoCardless gateway and click the "Install" button to install it

  2. Configure by setting your "Access Token" and "Webhook Secret", both of which are found in the Developer section of your GoCardless account.

  3. 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:

RewriteEngine On
RewriteRule .* - [e=HTTP_WEBHOOK_SIGNATURE:%{HTTP:Webhook-Signature}]

Blesta Compatibility

Blesta Version Module Version
< v4.9.0 v1.1.0
>= v4.9.0 v1.2.0