The Debt Collection service includes reminder and collection services. Each case is monitored and managed according to the predefined rules defined with the creditor.
Settlement Schedule
Settlements are created once a week, including all pending allocated payments, and sent to creditors the same day.
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 Collection Cases
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 collection case to get updates
3
Update of the receivables
When a creditor receives payments from a debtor, this information must be updated in Cash-In Payment Control. Use the Update Collection Receivables API endpoint to record these payments.
4
List of settlements
Retrieve the list of fresh settlements for the sales invoices that have received payments, and are part of the settlement. Use the API endpoint Retrieve list of settlements
5
Retrieve settlement data
For detailed information on an individual settlement, the payload contains all invoices to which payments have been allocated. Use the API endpoint Retrieve settlement data with settlement number
6
Retrieve credit loss data
Sometimes the debt collection process does not complete with success - due to debtor situation. We publish credit loss cases once a month (first day of each month) Use the API endpoint Retrieve Credit Loss Receivables
This endpoint allows creditors to retrieve detailed payment transaction data related to debt collection cases. The returned transactions include rebates, write-offs, bank transfers, and other fund allocation events associated with payments.
The endpoint can be used to track how received funds have been allocated across cases and transactions.