Connector Store & Developer Docs
Connector Store
Monetro now has a modular Connector Store — an app store for integrations. Users can install, configure, and uninstall connectors with one click.
5 built-in connectors:
- Stripe — Import invoices from webhook events
- PayPal — Import payment notifications
- Mollie — Import Mollie payment confirmations
- Revolut Business — Import debit transactions
- Google Workspace — Calendar & Gmail in the dashboard
Each connector has its own settings page with webhook URL, secret configuration, and default supplier/account mapping.
Developer Documentation
The new developer documentation is live at docs.monetro.cloud:
- API Reference (authentication, customers, invoices, webhooks, errors)
- Connector SDK (manifest spec, quickstart, lifecycle)
- Guides (receipt OCR, tax reporting, time tracking)
- Changelog
Built with Docusaurus 3, deployed via Dokploy.
Status Page CORS Fix
The /api/health endpoint now returns proper CORS headers (Access-Control-Allow-Origin: *), fixing the status page at monetro.at/status.html which was showing all services as unreachable.