Weavz
Visma eAccounting

Visma eAccounting

Nordic eAccounting API for customers, invoices, supplier invoices, articles, accounts, vouchers, and payments.

16 tools

Tools

Name
list_customers

List Visma eAccounting customers.

get_customer

Get a Visma eAccounting customer by ID.

create_customer

Create a Visma eAccounting customer using the official customer payload.

update_customer

Update a Visma eAccounting customer by exact ID.

list_articles

List Visma eAccounting articles/products.

create_article

Create a Visma eAccounting article/product.

list_customer_invoices

List Visma eAccounting customer invoices.

get_customer_invoice

Get a Visma eAccounting customer invoice by ID.

create_customer_invoice

Create a Visma eAccounting customer invoice with documented rows, VAT, currency, due date, and customer fields.

bookkeep_customer_invoice

Bookkeep/finalize a Visma eAccounting customer invoice by exact ID where supported.

cancel_customer_invoice

Cancel a Visma eAccounting customer invoice by exact ID where supported.

list_supplier_invoices

List Visma eAccounting supplier invoices.

create_supplier_invoice

Create a Visma eAccounting supplier invoice/AP bill using the official payload.

list_accounts

List Visma eAccounting chart of accounts.

list_vouchers

List Visma eAccounting vouchers.

create_voucher

Create a Visma eAccounting voucher with documented accounting rows, VAT, dimensions, and dates.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('visma-eaccounting', 'list_customers', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'visma-eaccounting',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Visma eAccounting to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Visma eAccounting support?

Visma eAccounting supports 16 tools including List Customers, Get Customer, Create Customer, Update Customer, List Articles, and more.

Can I use Visma eAccounting with AI agents?

Yes. Add Visma eAccounting to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Visma eAccounting be used in stateful agent workflows?

Yes. Agents can combine Visma eAccounting tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Visma eAccounting use?

Visma eAccounting uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Visma eAccounting integration cost?

The Visma eAccounting integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Visma eAccounting in minutes

Get 20,000 free action executions every month. No credit card required.