Visma eAccounting
Visma eAccounting — Nordic cloud bookkeeping: customers, suppliers, customer and supplier invoices, articles, and the account chart. REST API v2, OAuth 2.0.
7 天免费 · 无需信用卡 · EU 托管
问 Visma 任何事
通过 AnythingMCP 对 Visma eAccounting 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 VismaClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Visma eAccounting。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Visma eAccounting
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting a token
- Register at developer.vismaonline.com and create an application. You receive a client id and client secret.
- Run the authorization-code flow once for the customer's company, asking for the scopes you need —
ea:api,ea:sales,ea:purchase,ea:accounting. Keep the refresh token. - Set
VISMA_CLIENT_ID,VISMA_CLIENT_SECRETandVISMA_REFRESH_TOKEN.
Sandbox and production are different hosts. This adapter targets production at eaccountingapi.vismaonline.com. The sandbox lives at eaccountingapi-sandbox.vismaonline.com with its own client registration; a production token there fails in a way that looks like a bad secret. If you want to test first, register a sandbox app and build a custom connector against that host.
One connector, one company. The token is bound to the company it was authorised for. A bookkeeper with several clients needs one connector per client.
Filtering is OData-flavoured on most collections: $filter, $top, $skip, $orderby. Dates are ISO 8601. $top is capped server-side around 1000.
Vocabulary is Nordic. CustomerInvoiceDraft is an unposted invoice; CustomerInvoice is posted and immutable. A draft is not revenue, and an agent summing both will over-report.
Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. A correction from anyone running this against a real system is genuinely welcome.
Cloud reachability: eaccountingapi.vismaonline.com is public with a valid certificate.