Website: qonto.com
Software type: Solution as a Software (Saas)
Geography: 🇪🇺 Europe
Qonto is a European business finance solution. It offers banking, financing, bookkeeping and spend management solutions to SMEs and Freelancers.
Prerequisite(s)
Process
I. Obtain Sandbox Credentials (Client ID, Secret, Staging Token)
To access Qonto’s sandbox environment and test the integration with Chift, follow the steps below:
Create an App on the Qonto Developer Portal
Select the Integration Type
Fill in Application Details
https://chift.app/oauth2/redirect
Select the Required Scopes
To ensure the Chift connector functions properly, request the following scopes:
Scope | Purpose |
---|---|
organization.read | Access basic organization information |
client.read | View existing customers |
client.write | Create new customers |
client_invoices.read | Access customer invoices |
client_invoices.write | Create customer invoices |
supplier_invoice.read | Access supplier invoices |
supplier_invoice.write | Create supplier invoices (optional) |
Get Your Sandbox Credentials
Once the app is created, Qonto will automatically generate and display your sandbox credentials:
client_id
client_secret
x-qonto-staging-token
II. Obtain Production Credentials
Important: You must first complete the sandbox setup before requesting production credentials.
Request Production Access in the Developer Portal
Reconfirm App Information
You will need to re-enter your application details:
https://chift.app/oauth2/redirect
Approval Process by Qonto
Qonto will reach out to validate your application and understand your integration use case. This step is required before production access is granted.
Receive Production Credentials
After approval, Qonto will send you a document containing your production credentials. This file will include:
client_id
client_secret
x-qonto-staging-token
(if your request was initially made in the sandbox)Ensure the redirect URIs listed in their response exactly match the ones submitted in your app configuration.
To activate a connexion with Qonto, users will have to go through the following steps.