Articles in this section

Set up a connection to Mollie

Mollie is a payment platform that helps businesses accept and manage online and in-store payments easily.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Auth type * 

Select your Mollie account authentication type (OAuth 2.0 or Token).

Auth type: OAuth 2.0

OAuth 2.0 *

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Mollie.

dataLoad.svg​​ How to retrieve the client ID and client secret

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit ( pencil.svg) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

Auth type: Token

Token *

Enter your Mollie token.

Multiple layers of protection are in place, including AES 256 encryption, to keep your connection’s token safe. When editing this form later, you must enter this token again; it is stored only when the connection is saved and never displayed as text.

dataLoad.svg​​ How to retrieve the token 

Scope * 

Scopes are OAuth 2.0 permissions that Mollie defines to limit access to your account.

dataLoad.svg​​ How to configure scopes 

How to retrieve the client ID and client secret

  1. Sign in to your Mollie account.

  2. Navigate to BrowseDevelopersAPI keysYour apps.

  3. Click Create application.

  4. Enter the Name and Description.

  5. Enter the Celigo integrator.io Redirect URL.

  6. Click Save.

  7. Copy the Client ID.

  8. Copy the Client secret.

How to retrieve the token

  1. Sign in to your Mollie account.

  2. Navigate to Browse > Developers > Access tokens.

  3. Click Create token.

  4. Enter a Description.

  5. Check the required Permissions.

  6. Click Save.

  7. Copy the Token.

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or –

    Check the scopes you want to add and click the > button.

  3. Click Save.

Additional references