Search

Receivables API

The Receivables API provides a shared set of endpoints for tracking assignments and events across all of Maventa’s debt collection and reminder services. Regardless of which service is used — Ropo, Amili Kassavirta, or Amili Perintä — the same API is used to list assignments, follow collection status, and report payments or credit notes.

Service-specific operations such as activation, configuration, and invoice transfers use dedicated endpoints in the AutoXChange API. See each integration guide for details:

Detailed technical information in Swagger: Receivables API technical documentation

For using the Receivables API, the authentication scope receivables:assignments is required.

Assignments and events All services

These endpoints are shared across all services. Each invoice that enters the collection process creates an assignment. Events on assignments track status changes, payments, reminders, and other collection activities.

Service levels Amili Kassavirta only

Service levels allow you to set different collection behaviours per customer. Only applicable to Amili Kassavirta.

Messaging Amili Kassavirta and Amili Perintä only

Messaging enables communication between the sender and Visma Amili. Adding messaging support to the integration is highly recommended to ensure important messages are not missed.

Try it out with Swagger

You can try out our API easily below using Swagger UI. This is pointing to the Maventa test environment. If you want to try out Swagger in production, head over to swagger.maventa.com and select a production endpoint.
  • Endpoint URL: https://receivables-stage.maventa.com
  • Swagger definition URL: https://receivables-stage.maventa.com/swagger_doc
  • Endpoint URL: https://ax-stage.maventa.com
  • Swagger definition URL: https://ax-stage.maventa.com/swagger_doc
Back to top