PASAR API
Read and manage a Qonto business account—transactions, invoices, transfers, teams—via OAuth2 with a sandbox; needs a Qonto account.
View docs ↗ More Banking & finance APIs# Qonto ~ French business banking API needs OAuth credentials ~ get yours at: # https://docs.qonto.com/ curl 'https://thirdparty.qonto.com/v2' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a France API into my app. API: Qonto ~ French business banking API Provider: Qonto Auth: requires OAuth credentials (sign up: https://docs.qonto.com/) Pricing: paid Base URL: https://thirdparty.qonto.com/v2 Important note: Read and manage a Qonto business account—transactions, invoices, transfers, teams—via OAuth2 with a sandbox; needs a Qonto account. Source: Qonto (https://docs.qonto.com/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.