v1

latestOpenAPI 3.0.1MIT2026-07-22241852.5 KB

Create a new debtor

Creates a new debtor record

post/debtor

Request body

debtorNamestring required

Full name of the debtor

totalUnpaidDebtnumber float required

Total amount of unpaid debt

delinquencyDatestring date required

Date when the debt became delinquent

phoneNumberstring required

Contact phone number of the debtor

emailstring email required

Email address of the debtor

callbackNumberstring

Callback phone number

productOrServicestring required

Name of the product or service delivered to the debtor

creditorNamestring required

Name of the creditor

creditorEmailstring email

Email address of the creditor

accountNumberstring

Account number associated with the debt

addressstring

Street address of the debtor

citystring

City of the debtor

statestring

State of the debtor

zipCodestring

ZIP code of the debtor

countystring

County of the debtor

ssnstring

Social Security Number of the debtor

lastPayDatestring date

Date of the last payment made by the debtor

chargeOffDatestring date

Date when the debt was charged off, if applicable

interestDuenumber float

Amount of interest due on the debt

principalDuenumber float

Amount of principal due on the debt

otherFeesnumber float

Other fees associated with the debt

amountPaidnumber float

Total amount paid by the debtor so far

paymentLinkstring

Link where the debtor can pay their balance, included in outreach. Accepts a full URL or a domain (e.g., https://example.com/pay or www.example.com).

customWorkflowIDstring

Custom workflow identifier for the debtor

agentNamestring

Name of the agent to attribute workflow enrollment to

customizationstring

Custom instructions for AI collection workflow (e.g., tone, channel preferences, frequency). If not provided, the system will generate an optimal collection flow.

Response

Debtor created successfully

debtorIdstring required

Unique identifier of the debtor

debtorNamestring required

Full name of the debtor

totalUnpaidDebtnumber float required

Total amount of unpaid debt

delinquencyDatestring date required

Date when the debt became delinquent

phoneNumberstring

Contact phone number of the debtor

emailstring email

Email address of the debtor

callbackNumberstring

Callback phone number

productOrServicestring

Name of the product or service delivered to the debtor

creditorNamestring required

Name of the creditor

creditorEmailstring email

Creditor email if provided

lastUpdatedstring date-time required

Timestamp of the last update to this record

accountNumberstring

Account number associated with the debt

addressstring

Street address of the debtor

citystring

City of the debtor

statestring

State of the debtor

zipCodestring

ZIP code of the debtor

countystring

County of the debtor

ssnstring

Social Security Number of the debtor

lastPayDatestring date

Date of the last payment made by the debtor

chargeOffDatestring date

Date when the debt was charged off, if applicable

interestDuenumber float

Amount of interest due on the debt

principalDuenumber float

Amount of principal due on the debt

otherFeesnumber float

Other fees associated with the debt

amountPaidnumber float

Total amount paid by the debtor so far

paymentLinkstring nullable

Payment link associated with the debtor

customWorkflowIDstring

Custom workflow identifier for the debtor

customizationstring

Custom instructions for AI collection workflow (e.g., tone, channel preferences, frequency). If not provided, the system will generate an optimal collection flow.