Qonto node

Hello community

I work on a Qonto node
Qonto is an online bank for professional
website : https://qonto.com/
API doc : https://api-doc.qonto.com/
sandbox : https://sandbox.staging.qonto.co/

I’m not a developer by training, I don’t ask help now but if you want see the project asap, you will be welcome for a help.
I did almost all the interface, I work on functionalities

6 Likes

This is very cool, thanks so much for sharing! Let us know if you need help from the community :slight_smile:

2 Likes

yes this is very good news indeed! any progress update to share?

Hello,
I was very busy last weeks, I don’t make a lot of progress.
I have connect to sandbox successfully (but not PROD yet because of my localhost without httpS).
I’m in contact with the Lead Product Manager of Qonto (Qonto Slack)
Now I try to figure out how to handle access token.

I don’t know how delay I need to finish it.

Do you need this node ?

2 Likes

Hello
to answer your question, yes ! I would love to use that node

1 Like

Summary :

Credentials :

Production {login}:{secret-key} :ok:
Sandbox {login}:{secret-key} :ok:
Production Oauth2 :negative_squared_cross_mark:
Sandbox Oauth2 :negative_squared_cross_mark:
PSD2 compliant :interrobang:

FUNCTIONALITY :

All descriptions files :ok:
GET :ok:
POST :negative_squared_cross_mark:
DELETE :negative_squared_cross_mark:
ADDITIONAL FIELDS :ok:
FILTER :ok:

DOCUMENTATION

Not started

TRIGGER

I don’t know yet if I will do the trigger and if it’s possible for this node.

Sorry for the delay.

I’m tired to work on it. I’m not able to develop more functions.
Please read the README for the status of this node.
Don’t use it on production, and be sure of what you do on you bank account (use sandbox first !)

2 Likes

I learn a lot when I do thing for the first time like this node ^^
I don’t share how to use it before

If you want to use this node asap and if you use dockerfile, add this line :
RUN npm i n8n-nodes-qonto

It works for me :slight_smile:

image

4 Likes

You’re the best ! :slight_smile:

2 Likes

Thank you
I just update on 0.1.1

Now :
Oauth2 work on PROD
fix bug for transaction

still not 100% operational but I hope soon it will be :slight_smile:

1 Like

Hello, I get a strange error when I try to connect. I am authorized only for the client_invoices.read scope and I input this scope in the Oauth registration form yet I receive an error message saying that I put attachlent.write as scope (I work in the production environment) :
Insufficient parameters for OAuth2 callback. Received following query parameters: {“error”:“invalid_scope”,“error_description”:“The requested scope is invalid, unknown, or malformed. The OAuth 2.0 Client is not allowed to request scope ‘attachment.write’.”,“state”:“eyJ0b2tlbiI6InZHVU5LTFVlLVV2YldLV1c2QkdfTUROcjFYdjJIeDk5S2tIUSIsImNpZCI6IjgifQ==”}

Where do you think I did something wrong ?

Any news on this? What’s blocking?

I would love to be able to use Qonto nodes, especially internal tranfers

internal transfers should work well.

I didn’t work for invoice, accounting …
only bank transactions

The issue is in the scopes but I could not make it work for my specific scopes. I used a personal automaton to make it work. I needed to automate the registration process for the renewal of the token within a separate workflow.
Happy to help if needed

for information :
work in progress here : [GitHub - DtNeo/n8n-qonto-node at v0.1.2](https://github - Qonto Node)

If you can test it and give me some feedback, I will appreciate

Awesome idea, I just used http requests so far! Thanks for putting this together! :pray:

1 Like

@Dtneo I tried it but get this error:

{"code":0,"message":"Unrecognized node type: qonto.undefined"}

Hello,
Sorry to not get back to you sooner.
I tried to install my node on a new instance, it work well.
When do you have this error ?

Hello everyone,

Great news for Qonto users! A new version (0.2.0) of the n8n-nodes-qonto community node has just been published to npm.

First and foremost, I want to extend a huge thank you to the contributors who made this release possible, especially @KadDarem and @eddylackmann. Your work and patience are greatly appreciated!

My sincere apologies for the significant delay in getting these updates published. I will do my best to be more responsive in the future.

This new version includes several key features and fixes:

  • :sparkles: New: Filter Transactions by Bank Account ID: You can now list transactions by providing the Bank Account ID in addition to the existing IBAN filter.

  • :sparkles: New: File Upload to Transactions: It is now possible to upload an attachment (like a PDF invoice or a receipt) directly to a specific transaction.

  • :wrench: Fix: Updated Parameters & Naming: Several request parameters have been updated and display names clarified to better align with the official Qonto API documentation and improve the user experience.

To get the latest version, please update the node in your n8n instance. Your feedback is always welcome.

Happy automating!

1 Like

@Dtneo Hi, thank for the hard job. I have an issue, I put the scopes in the credential form but they don’t appear in the validation popup. I tried only one and all scopes. The validation is ok but with no scope the node send error “no scope”.