{% extends "layout.html" %} {% block title %} Connect GoCardless Manually {% endblock %} {% block menu_item %} Dashboard Back to Shop {% endblock %} {% block body %}

Connect GoCardless to your store

Status: {% if gocardless_connected %} GoCardless is already connected!{% else %}GoCardless isn't yet configured, use the form below.{% endif %}

To start taking reoccuring payments, you'll need to connect your GoCardless account. This allows you to take payments from a customer's bank account using Direct Debit.


{{ form.csrf_token }}


< Go Back

Need some help?

In order to link GoCardless, you must already have a GC account. If you do not yet have an account, click here to create one.

Once logged in, on the left menu, click 'Developers' then at the top right, click 'Create' then 'Access Token'. Give the token a name that you'll recognise, such as 'Subscriby', click 'Read / Write Access' then finally click 'Create Access Token'. Make sure you copy this code straight away, as you won't be able to see it again without having to create a new key.


GoCardless Charges

Whilst we at Subscribie do not charge per transaction, GoCardless does.
Their rates and more information can be found at: https://gocardless.com/pricing/

{% endblock %}