Skip to main content
Two read-only tools answer plan questions from opposite ends: get_subscription reports the plan this organization is actually on and pays for, while get_qonto_public_pricing returns the public catalog of every plan Qonto sells. Reach for the first to drive plan-aware behaviour (“what am I on?”, “am I in trial?”), and the second to compare or look up features and fees.

Tools

ToolWhat it doesUpstream
get_subscriptionReturn the organization’s own current Qonto subscription plan — its code, name, lineup (solo / teams), status, billing recurrence, monthly list price, and trial end. Read-only. The plan is null when the organization has no active core subscription (for example mid-migration), so the response shape stays predictable.Retrieve the organization’s current subscription plan
get_qonto_public_pricingReturn Qonto’s publicly listed plans (Basic, Smart, Premium, Essential, Business, Enterprise, etc.) with their features, included quotas, and fees. Read-only. Not tied to any organization.
get_subscription is the organization’s own subscription, distinct from SEPA Direct Debit subscriptions and webhook subscriptions, which are unrelated despite the shared name. Try it
What plan am I on, and am I billed monthly or annually? Is my free trial still running, and when does it end? What does the Business plan include? Compare the Smart and Premium plans on physical cards and transfer limits. What is the price of an outgoing SEPA transfer beyond the included quota?