Amili Docs
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Debt Collection
  • Home
    • Welcome to Amili Docs
    • Responsible disclosure
    • Become a partner
  • Debt Collection
    • About the AutoCollect API
    • Getting started with the AutoCollect API
    • Webhooks
    • Example Workflow
    • Batches
      • GetBatchById
      • GetBatchesByOrganization
      • GetBatchById - Legacy (To be removed)
    • Collections
      • AcceptDebtCollectionList
      • RejectDebtCollectionList
      • PauseCase
      • WithdrawCase
      • ResumeCase
    • Correction
      • CreateCorrections
    • Invoice
      • CreateInvoices
      • GetInvoicesByOrganization
      • GetInvoiceById
    • Payment
      • CreatePayments
    • Settlement
      • GetSettlements
      • GetSettlement on Id
    • AutoCollect Legacy API
      • Attachment
        • /webapi/api/Attachment
      • Batch
        • /webapi/api/Batch
        • /webapi/api/Batch
      • Ping
        • /webapi/api/Ping
  • Accounts Receivable
    • Actions
      • POST (create) an action
      • POST (create) a reports action/generate a report
    • ArItems
      • GET a list of AR items
      • PUT (update) ar item details
      • GET one AR item
    • AutoPostings
      • POST (create) one or more auto postings
    • Batches
      • GET one batch
    • ClientConfigs
      • GET a list of client config values
      • GET values for one client config key
    • Codes
      • GET ARM system code values
    • Customers
      • POST (create) one customer
      • PUT (update) one customer
      • GET a list of customers
      • GET one customer
      • DELETE a customer
      • POST (create) a batch of customers
      • PUT (update) a batch of customers
    • DocumentBundles
      • GET a list of document bundles
      • GET one document bundle
    • Documents
      • POST (create) one document
      • GET a list of documents
      • GET one document
      • POST (create) a batch of documents
    • Files
      • GET one or more OS files
      • POST (upload) one or more OS files
      • GET one OS file
    • GlItems
      • Get one GL item
      • GET a list of GL items
    • GlMovements
      • Get movement/balance for the latest closed GL year/period
      • GET a list of GL movements/balances
    • Insights
      • GET a list of ADB intervals
    • LogItems
      • GET one log item
      • GET a list of log items
    • PaymentReservations
      • POST (create) a new payment reservation
    • Health
      • Check API health
  1. Debt Collection

About the AutoCollect API

Introduction to the AutoCollect API#

Create a seamless "invoice-to-cash" workflow by building your own integration with the AutoCollect API. Our API provides everything you need for building complex business solutions and embedding professional reminder and debt collection directly into your financial system or ERP.
Whether you are integrating an internal system or building a commercial application to accelerate your growth, the AutoCollect API gives you the flexibility to decide exactly how advanced your integration should be.

What is the AutoCollect API?#

The AutoCollect API is a predictable REST API that utilizes standard HTTP methods and returns data in JSON or XML format. The API is built to handle large amounts of data efficiently through asynchronous batch operations.
To ensure a safe and fast development process, we provide a dedicated test environment. Here, developers will find built-in simulators and safeguards that allow them to test the entire collection cycle without the risk of sending real claims to end customers.

What does the API do? (Core features)#

The API covers all the processes required for a complete debt collection solution.
You can build functionality to:

Automate claim transfers (Invoices):#

Send one or multiple overdue invoices directly to reminder or debt collection. The API supports submitting multiple cases in a single request (batching) to optimize performance.

Synchronize payments and credits:#

Report payments made directly to your account after a case has been sent to collection. This is a critical process that the API handles seamlessly, ensuring that further collection efforts are stopped immediately.

Retrieve detailed settlements:#

Once money has been collected, the API allows you to fetch settlement data where the amounts are accurately distributed across principal, interest, fees, and VAT. This enables fully automated bookkeeping in your ERP system.

Manage cases directly (Actions):#

The API gives you the power to pause cases, resume them, or close them—all without having to leave your own system.

Two-way communication:#

Send structured information, create messages, or start a conversation thread directly with our case handlers via the API.

Fetch files and documents:#

Upload, download and analyze images and pdf's, such as generated case documents and remittance vouchers, directly through the integration.
Modified at 2026-03-16 05:04:39
Previous
Become a partner
Next
Getting started with the AutoCollect API
Built with