Back to Nodes

Qonto

v0.2.0
Last updated Aug 14, 2025

Qonto is a neo-bank. This node give access to all functions of this bank

5 Weekly Downloads
18 Monthly Downloads

Included Nodes

Qonto

Description

Realase version

What's New in Version 0.2.0

This version brings several major improvements and new features, thanks to community contributions.

  • Filter Transactions by Bank Account ID: In addition to filtering by IBAN, you can now use the internal Bank Account ID to list transactions, offering more flexibility.
  • Upload Attachments to Transactions: You can now upload files (invoices, receipts) directly to a transaction using a binary file input in your workflow.
  • General Fixes & Improvements:
    • Corrected several parameter names to align with the latest Qonto API documentation.
    • Project dependencies have been updated to ensure compatibility with recent versions of n8n.
    • Improved code quality by adopting stricter linting rules.

    package.json
    "version": "0.1.2"
    Qonto.node.json
    "nodeVersion": "2"
    Qonto.node.ts
    version: 2

n8n-nodes-qonto

This is an n8n community node. It lets you use app/Qonto in your n8n workflows.

Qonto's API is organized around REST. It uses built-in HTTP features, like HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. JSON is returned in all API responses, including errors.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

API Documentation requests

Credentials

login:key

Find it on your our qonto account.
API documentation

Oauth2

Portal Connect Partners : https://getqonto.atlassian.net/servicedesk/customer/portal/5

Usage

You will be able to have all basics informations:

  • Organization and its bank_accounts (balance too !),
  • Beneficiaires,
  • Labels
  • Memberships
  • Transactions
  • And more

WIth Connexion Oauth2 you can do more:
Create transactions, upload attachment, changes beneficiaire and even autorize and refuse request transaction !

Resources