npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-qonto-api

v1.0.8

Published

n8n node for Qonto banking API - manage transactions, transfers, beneficiaries, and more

Readme

n8n-nodes-qonto

License: MIT

📦 Installation Note

This repository contains the code for the n8n-nodes-qonto-api node. Use this name when installing the Community Node into n8n.

Alternative Node: n8n-nodes-qonto
This node was created to address several limitations found in the original n8n-nodes-qonto implementation. Key improvements include:

  • Fixed Sandbox Environment Handling: Proper support for Qonto's sandbox environment for testing
  • Enhanced API Coverage: More comprehensive support for Qonto API resources
  • Better OAuth2 Support: Improved authentication options with OAuth2

The broken sandbox handling of the original node was the main motivation for creating this improved version.

🤖 Development Notice

This node was primarily developed using AI agents and subsequently manually reviewed and improved to ensure quality and reliability.

If you encounter any issues or have suggestions, please open an issue and we'll get it fixed!

This is an n8n community node. It lets you use Qonto banking API in your n8n workflows.

Qonto is a business banking platform that provides banking services for SMEs and freelancers. This node allows you to automate operations with your Qonto account, including managing transactions, transfers, beneficiaries, and more.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Example Use Cases
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following Qonto resources:

  • Organizations: Get organization and bank accounts information
  • Transactions: List and retrieve transactions
  • External Transfers: Create and list external transfers
  • Beneficiaries: Manage beneficiaries (list, show, create, trust/untrust)
  • Labels: Manage transaction labels
  • Memberships: Manage organization memberships
  • Attachments: Upload and retrieve attachments
  • Attachments in a Transaction: Manage attachments linked to transactions
  • Cards: Manage cards (list, retrieve, create)
  • Requests: Manage payment requests
  • Statements: Retrieve account statements
  • Internal Transactions: List internal transactions
  • Supplier Invoices: Manage supplier invoices
  • Client Invoices: Manage client invoices
  • Credit Notes: Manage credit notes
  • Clients: Manage clients
  • Teams: Manage teams
  • Insurance Contracts: Manage insurance contracts

Example Use Cases

This section provides practical examples of how to use the Qonto node in real-world automation scenarios.

1. Sync Orders and Customers from Shopify to Qonto Clients and Client Invoices

Automatically synchronize your e-commerce operations with your business banking:

Workflow Overview:

  1. Trigger: New order created in Shopify
  2. Process Customer:
    • Extract customer information from Shopify order
    • Check if client exists in Qonto using the Clients resource
    • Create new client in Qonto if not exists
  3. Create Invoice:
    • Use the Client Invoices resource to create an invoice in Qonto
    • Map order items, amounts, and tax information
    • Link the invoice to the Qonto client
  4. Result: Your Qonto account automatically reflects your Shopify sales with proper client records and invoices

Benefits:

  • Eliminate manual data entry between systems
  • Maintain accurate client records
  • Ensure all sales are properly documented for accounting
  • Streamline invoice management across platforms

2. Create Invoices in Qonto whenever a Task with Time Tracking in Asana Gets Completed

Transform completed project work into invoices automatically:

Workflow Overview:

  1. Trigger: Task marked as completed in Asana
  2. Extract Time Data:
    • Retrieve time tracking information from the completed task
    • Calculate billable hours and rates
    • Gather project and client details from task metadata
  3. Create Client Invoice:
    • Use the Client Invoices resource to create an invoice
    • Include task description, hours worked, and calculated amount
    • Attach relevant project information
  4. Optional: Send notification to client or accounting team

Benefits:

  • Automate billing for time-tracked projects
  • Reduce time between work completion and invoicing
  • Ensure accurate billing based on actual time spent
  • Improve cash flow with faster invoice generation

Credentials

This node supports two authentication methods:

Login and Secret Key (API Key)

  1. Log in to your Qonto account
  2. Go to Settings > API & Integrations
  3. Generate an API key
  4. Use the login (e.g., scep-1111) and secret key for authentication
  5. Select your environment (Production or Sandbox)
  6. For sandbox access, you may need to provide an X-Qonto-Staging-Token

OAuth2

  1. Create an OAuth2 application in your Qonto account
  2. Configure the OAuth2 credentials in n8n with:
    • Client ID
    • Client Secret
    • Environment (Production or Sandbox)
    • Scopes required for your operations
  3. For sandbox access with Machine-to-Machine, provide X-Qonto-Staging-Token

Refer to the Qonto API documentation for more information.

Compatibility

Compatible with [email protected] or later

Resources