1. Services
Confirma Finance Integrations API
  • Introduction
  • Authentication
  • Environments
  • Data validation
  • Contact information
  • Go Live & Deployment Guide
  • Services
    • Services
    • Invoice Intermediation service
    • Invoice Lifecycle Service
    • Debt Collection Services
    • Accounting integrations
  • Core endpoints
    • Onboarding
      • Introduction to onboarding
      • Create a new client
      • Validate access token
      • Renew access token
    • Invoices
      • Introduction to Invoices
      • Create an invoice
      • Create an Invoice Action
      • Retrieve case details
      • Retrieve distribution Information
    • Payments
      • Introduction to Payments
      • Retrieve Payments
      • Retrieve settlements
    • Accounting
      • Introduction to accounting
      • Invoice
        • Invoice
      • Ledger
        • Ledger
        • Ledger
      • Payment
        • Payment
        • Payment
Need help?
  1. Services

Debt Collection Services

The Debt Collection service includes reminder and collection services. Each case is monitored and managed according to the predefined rules defined with the creditor.

Collection process flow#

This diagram demonstrates the normal process flow of collection.
partner_debt_collection_flow.svg
Debt collection flow diagram

Automated process within debt collection#

When an outstanding receivable is transferred directly to the debt collection agency, the process begins in the reminder service phase. As the initial step, the agency automatically issues a reminder letter to the debtor in accordance with the creditor’s configured contract and communication rules.
From this point onward, the agency’s payment control assumes full responsibility for managing the receivable lifecycle. The process continues with automated reminder actions and systematic monitoring of the payment status.
If the receivable remains unpaid, the workflow progresses through predefined escalation steps, such as additional reminders, formal notices, and eventual transition to collection proceedings, all in line with the agreed contract terms.
Each step is executed automatically based on defined timing and business rules, ensuring consistent follow-up, reducing manual intervention, and maintaining continuous tracking of the receivable until resolution.

Settlements#

When an outstanding receivable receives a payment — whether full or partial — the amount is registered as settled by the debt collection agency.
Any collected funds are automatically allocated to the settlement process and included in the next payout cycle to the creditor. This applies to all incoming installments, meaning that even partial payments contribute proportionally to the total settled amount.
At agreement defined intervals (typically once a business week), the agency executes a settlement run, during which all accumulated settled amounts are aggregated. As part of this process, the agency generates a detailed settlement report outlining the included receivables, payments, and any applicable fees. Simultaneously, a corresponding payment transaction is initiated to transfer the settled funds to the creditor. This ensures that all collected amounts are systematically reported and disbursed without manual intervention.

Implementation plan#

To enable full debt collection integration, use the following API endpoints.
1
Create collection case(s)
Start the implementation by submitting outstanding receivable(s) to the service.
Use the API endpoint: Create an invoice - with the invoice type COLLECTION
2
Retrieve case information
Monitoring of the case details gives your up-to-date information about the status of the case and connected outstanding receivables.
Use the API endpoint: Retrieve case details
3
Update of the receivables
When a creditor receives payments from a debtor, this information must be updated in responsible agency's Payment Control.
Use the API endpoint: Create an Invoice Action to record these payments.
4
Retrieve settlements
For detailed information on an individual settlement, the payload contains all invoices to which payments have been allocated.
Use the API endpoint: Retrieve settlements
Previous
Invoice Lifecycle Service
Next
Accounting integrations
Built with