Skip to main content
Setting up your Chift account is the first step to leveraging our unified APIs and building powerful integrations. This guide will walk you through the initial configuration process. It will help you to:
  • Setup your personal information and language
  • Invite team members
  • Configure the public pages of your organization
  • Configure automatic email reminders (See Email Reminders)
To start, you will need to enter the “Settings” menu.
As a new user, you can as well follow our “Getting Started” onboarding in the sidebar.

Setup your personal information and language

In this section you can setup your personal information and default language. Next to that you can as well update your password if required. Settings

Add Team Members

You can invite team members to collaborate on your Chift account:
  1. Go to the ‘Members’ section
  2. Click “Add user”
  3. Enter their email address and assign appropriate roles (see Roles)
  4. They will receive an invitation email to join your organization
Next to that you can also manage your team members and their roles. Members

Configure the public pages of your organization

In this section you can configure the branding of your organization on chift’s public pages. Public Pages You can setup the logo, the main color and the button color.
E.g. for the example above, the configuration will look like this for the activation of Hiboutik:
Example By using your colors and your logo, you can make sure that your customers feel at home when they visit your public pages. You can as well select the default language of those public pages.

Default redirection URL

You can configure a default redirection URL for each environment.
This URL will be used to redirect the customer to a specific page after they have completed the connexion process.
Default Redirection URL

Redirect URL parameters

You can choose to automatically append connection details to the redirect URL used after a successful connexion. This makes it easier to track, identify, and handle user flows on your side. image.png When this option is enabled, additional query parameters will be appended to the consumer redirect URL based on the connexion outcome:
  • consumerId – The identifier of the consumer.
  • connectionId – The identifier of the newly created or updated connection.
  • connectionStatus – Indicates whether the connection is active or inactive.
In case of an error during the connexion process, the following parameters will also be included:
  • error – A short error code describing the issue.
  • isExpiredError – A boolean flag indicating if the error is due to an expired invitation or session.

Restrict connection creation via UI

You can enable a setting to restrict consumers from creating connections through the UI (e.g. marketplace). image.png
When activated, consumers can only create connections via the API.
  • The consumer link page will display a message explaining that connections cannot be created there.
  • The valid flow is:
    1. Create the consumer via API
    2. Create the connection via API (with integrationId and name)
    3. Redirect the customer to the generated activation URL
This configuration ensures that all connections are created and tracked via API, preventing accidental or uncontrolled connections from being created through the UI.

Next Steps

Once your account is configured, you can:
For any questions during the setup process, don’t hesitate to contact our support team at support@chift.eu
I