Create a new debt in the system
debts:write scope.
application/json"Mr" or "Ms"timeline_id is provided. Options:"immediate" (default): Start processing immediately using the import date"next_day": Start processing on the next allowed business day (respects timeline’s excluded days and public holidays)true, the request will be rejected with a 422 error detailing the destination and cost. Set to true to acknowledge the higher cost and proceed.false for successful requestsemail as an alternative to phone.Required Fields
firstname: Must not be emptylastname: Must not be emptyamount: Must be a positive number (> 0)currency: Must be a valid ISO 4217 currency codeContact Information (At Least One Required)
phone: Must be a valid phone number if provided
0690123456)+33123456789)email: Must be a valid email format if providedFormat Validation
birthdate: Must be in YYYY-MM-DD format if providedinvoice_date: Must be in YYYY-MM-DD format if provideddue_date: Must be in YYYY-MM-DD format if providedphone: Validated and normalized to E.164 format. International format recommended (e.g., +33123456789). French numbers without country code (e.g., 0612345678 or 612345678) are automatically normalized to +33 format.iban: Must be a valid IBAN if providedPhone Validation
"phone number too short" - Number has too few digits"phone number too long" - Number has too many digits"invalid country code" - Country code not recognized"number format is not valid" - Number doesn’t match expected format"number not registered in carrier database" - Number range not allocated to any carrier (may affect some overseas territories)Business Rules
amount: Must be greater than 0due_date: Should be after invoice_date if both are providedinternal_id: Should be unique within your company (recommended)currency: Must be supported by the systemstatus: Automatically set to “pending” on creation. Status cannot be set via API and will change through internal workflows only.timeline_id: Must be a valid encrypted timeline ID belonging to your companytimeline_start_mode: Only used when timeline_id is provided. Invalid timeline IDs are silently ignored.Expensive Destinations
"accept_expensive_destination": true.| Destination | Credits per call | Multiplier |
|---|---|---|
| France (mainland) | 25 | 1.0x |
| EU countries | 30 | 1.2x |
| DOM-TOM (Réunion, Guadeloupe, Martinique, French Guiana, Mayotte, New Caledonia, French Polynesia, etc.) | 100 | 4.0x |
| Maghreb (Morocco, Algeria, Tunisia) | 125 | 5.0x |
internal_id to link the debt to your own systems and avoid duplicates.id for future API calls - it’s the primary identifier.timeline_id to automatically trigger AI-powered collection actions (calls, emails, SMS) based on your timeline configuration.timeline_start_mode: "next_day" to respect business hours and excluded days when starting the collection process.