This guide explains how to set up GoCardless for use with Cyclr, as well as installing a GoCardless Connector. Please ensure you have already created a developer account.
Note: The GoCardless Connector can also be used for sandbox accounts
Setup & Authentication
Overview
Cyclr Partner setup:
- Create an App in your GoCardless account.
- Store your Client ID and Secret in your Cyclr Partner Console.
Remote Setup in GoCardless – performed by Cyclr Partner
You will first need to sign in to your Developer GoCardless Account, you should then select to create an app
You’ll need to provide a name, a description and the URL of your homepage (where users can read more about your product or your integration with GoCardless).
When asked to provide a redirect_url
you should enter your Cyclr Partner Console’s Callback URL.
Note: The callback URL is in the format:https://{Your Cyclr Service Domain}/connector/callback
Further information can be found in GoCardless OAuth Introduction
Partner Setup in Cyclr Console
Having created an app within GoCardless to obtain a Client ID and a Client Secret, go into your Cyclr Partner Console:
- Go to Connectors > Application Connector Library.
- Use the search box to locate the GoCardless Connector entry.
- Select the Pencil button.
- Select the Settings tab.
- Enter the below values:
Property | Description |
---|---|
Client ID | The Client ID from your GoCardless App |
Client Secret | The Client Secret from your GoCardless App |
- Select Save Changes.
Note: If you leave these values blank, they must be provided each time the Connector is installed.
Cyclr Connector Installation
When installing the GoCardless Connector, the following values are used:
Is Sandbox?
Set this value to ‘true’ if the authenticating user wants to target their GoCardless sandbox account.
The user is then taken to a GoCardless consent page to complete authentication of the GoCardless Connector.
Additional Information
Webhooks Setup
Please follow the GoCardless setup guide for webhook creation.