Skip to main content

Connector Platform

The Monetro Connector Platform enables developers to build integrations that extend Monetro's functionality. Connectors are modular plugins that users install with one click from the Connector Store.

How It Works

  1. Define your connector with a manifest (metadata + settings schema)
  2. Implement webhook handlers or API integrations
  3. Submit for review
  4. Publish in the Connector Store

Connector Types

TypeDescriptionExample
WebhookReceives events from external servicesStripe, PayPal, Klarna
APIConnects to external APIs for data syncGoogle Workspace, Timely
HybridBoth webhook + API integrationRevolut Business, GoCardless

Available Connectors (19)

Payments (8)

ConnectorDescriptionAuthPlan
StripeInvoice webhook eventsWebhook SecretStarter
PayPalPayment notificationsWebhook-IDStarter
KlarnaSofort, Ratenkauf, Pay LaterAPI Key + SecretStarter
SumUpPOS / card reader transactionsAPI Key + Merchant CodeStarter
MolliePayment confirmationsAPI KeyStarter
Revolut BusinessDebit transactionsWebhook SecretStarter
AdyenEnterprise payments (online, POS, in-app)API Key + HMACPro
GoCardlessOpen Banking (PSD2), 2300+ banks AT/DEOAuthPro

Accounting (2)

ConnectorDescriptionAuthPlan
FinanzOnlineSubmit VAT returns to Austrian tax authority (SOAP)Teilnehmer-ID + PINPro
DATEV ExportExport bookings in EXTF v700 format for tax advisorsBerater-Nr. + Mandanten-Nr.Starter

Communication (3)

ConnectorDescriptionAuthPlan
SlackAI accounting assistant as Slack botBot Token + Signing SecretPro
TelegramAI accounting assistant as Telegram botBot Token + UsernamePro
WhatsApp BusinessAI assistant via WhatsApp — send receipts, query invoicesAccess Token + Phone ID + WABABusiness

Productivity (6)

ConnectorDescriptionAuthPlan
Google WorkspaceCalendar & Gmail in the dashboardOAuth Client ID + SecretPro
TimelyTime tracking with auto-invoicingOAuthPro
Toggl TrackImport time entriesAPI TokenStarter
ClockifyImport time entriesAPI KeyStarter
miteImport time entriesAPI Key + SubdomainStarter
TrakroLive timer, billing, customer syncAPI KeyStarter

Architecture

Connector Store UI          /connectors (frontend)
|
Connector API /api/connectors (REST CRUD)
|
Connector Registry connectorRegistry.ts (19 connectors)
|
Webhook Handlers /api/payment-import/:provider/:token
/api/chatbot/:platform

API Endpoints

MethodEndpointDescription
GET/api/connectorsList all connectors + install status
GET/api/connectors/:slugConnector detail + config
POST/api/connectors/:slug/installInstall a connector
POST/api/connectors/:slug/uninstallUninstall a connector
PUT/api/connectors/:slug/configUpdate connector settings

All endpoints require admin role.

Plans

PlanAvailable Connectors
StarterStripe, PayPal, Klarna, SumUp, Mollie, Revolut, DATEV, Toggl, Clockify, mite, Trakro
ProAll Starter + FinanzOnline, Adyen, GoCardless, Google Workspace, Timely, Slack, Telegram
BusinessAll connectors incl. WhatsApp Business + API access (MCP)