Qonto International Transfers API

The International Transfers API from Qonto — 2 operation(s) for international transfers.

Business capability
Cross-Border Payment Management BC-1340.40

Operations 2

GET /v2/international_transfers/currencies Get available currencies for international transfers #
POST /v2/international_transfers Create an international transfer #

Documentation

📖
Documentation
https://docs.qonto.com/api-reference/introduction
📖
APIReference
https://docs.qonto.com/api-reference/business-api/accounts-organizations/organizations/retrieve-the-authenticated-organization-and-list-bank-accounts
📖
APIReference
https://docs.qonto.com/api-reference/business-api/transactions-statements/transactions/list-transactions
📖
Documentation
https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/introduction
📖
Documentation
https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/introduction
📖
APIReference
https://docs.qonto.com/api-reference/business-api/payments-transfers/internal-transfers/create-an-internal-transfer
📖
APIReference
https://docs.qonto.com/api-reference/business-api/cards/list-cards
📖
Documentation
https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/introduction-factur-x
📖
APIReference
https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/list-supplier-invoices
📖
Documentation
https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/introduction
📖
Documentation
https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/introduction
📖
Documentation
https://docs.qonto.com/api-reference/business-api/terminals/introduction
📖
Documentation
https://docs.qonto.com/api-reference/business-api/webhooks/overview
📖
APIReference
https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-transactions
📖
APIReference
https://docs.qonto.com/api-reference/onboarding-api/endpoints/registrations/create-a-registration
📖
Documentation
https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/overview
📖
APIReference
https://docs.qonto.com/api-reference/business-api/endpoints/encoded-requests/introduction

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/qonto-international-transfers-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

qonto-international-transfers-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Qonto Business Cards International Transfers API
  description: Business banking API for Qonto - programmatic access to business accounts, EUR transactions, SEPA and international transfers, cards, client and supplier invoices, SEPA Direct Debit, payment links, terminals, and webhooks. Authenticated with a login+secret-key API key or OAuth 2.0. Modeled from public documentation.
  version: v2
  contact:
    name: Qonto Developers
    url: https://docs.qonto.com/
  termsOfService: https://qonto.com/en/legal
servers:
- url: https://thirdparty.qonto.com
  description: Production
- url: https://thirdparty-sandbox.staging.qonto.co
  description: Sandbox
security:
- SecretKey: []
- OAuth: []
tags:
- name: International Transfers
paths:
  /v2/international_transfers/currencies:
    get:
      operationId: listInternationalCurrencies
      tags:
      - International Transfers
      summary: Get available currencies for international transfers
      description: 'OAuth scope: organization.read'
      responses:
        '200':
          description: A list of supported currencies
  /v2/international_transfers:
    post:
      operationId: createInternationalTransfer
      tags:
      - International Transfers
      summary: Create an international transfer
      description: 'OAuth scope: international_transfer.write'
      parameters:
      - $ref: '#/components/parameters/ScaSessionToken'
      responses:
        '201':
          description: International transfer created
components:
  parameters:
    ScaSessionToken:
      name: X-Qonto-Sca-Session-Token
      in: header
      description: Strong Customer Authentication (SCA) session token for sensitive operations.
      schema:
        type: string
  securitySchemes:
    SecretKey:
      type: apiKey
      in: header
      name: Authorization
      description: 'Qonto API key. Value is the organization sign-in and secret key concatenated with a colon - "Authorization: {sign-in}:{secret-key}". This resembles HTTP Basic auth but is NOT - the value is not Base64 encoded.'
    OAuth:
      type: oauth2
      description: OAuth 2.0 authorization code flow. Access tokens are valid 1 hour; refresh tokens 90 days (offline_access). Bearer access token sent in the Authorization header.
      flows:
        authorizationCode:
          authorizationUrl: https://oauth.qonto.com/oauth2/auth
          tokenUrl: https://thirdparty.qonto.com/oauth2/token
          scopes:
            openid: OpenID Connect ID token
            offline_access: Issue a refresh token
            organization.read: Read organization, accounts, memberships, labels, transactions
            membership.read: Read the authenticated membership
            membership.write: Create memberships
            team.read: Read teams
            team.write: Create teams
            subscription.read: Read the organization subscription plan
            card.read: Read cards
            card.write: Manage cards
            payment.write: Create SEPA transfers and manage beneficiaries
            internal_transfer.write: Create internal transfers
            international_transfer.write: Create international transfers and beneficiaries
            beneficiary.trust: Trust SEPA beneficiaries
            attachment.read: Read attachments
            attachment.write: Upload attachments
            client.read: Read clients (customers)
            client.write: Manage clients (customers)
            client_invoices.read: Read client invoices, quotes, credit notes
            client_invoice.write: Manage client invoices, quotes, credit notes
            supplier_invoice.read: Read supplier invoices
            supplier_invoice.write: Manage supplier invoices
            product.read: Read products
            product.write: Manage products
            sepa_direct_debit.read: Read SEPA Direct Debit collections/mandates
            sepa_direct_debit.write: Manage SEPA Direct Debit mandates/subscriptions
            payment_link.read: Read payment links
            payment_link.write: Manage payment links
            terminal.read: Read terminals and terminal payments
            terminal.write: Create terminal payments
            einvoicing.read: Read e-invoicing settings
            insurance_contract.read: Read insurance contracts
            insurance_contract.write: Manage insurance contracts
            embed_auth_link.write: Create Embed Auth Links
            webhook: Manage webhook subscriptions