Skip to main content

Debtor Object Properties

The Debtor object contains the following properties:

Required Properties

  • debtorId: string – Unique identifier of the debtor
  • debtorName: string – Full name of the debtor
  • totalUnpaidDebt: number – Total amount of unpaid debt
  • delinquencyDate: string (date) – Date when the debt became delinquent
  • phoneNumber: string – Contact phone number of the debtor
  • email: string – Email address of the debtor
  • productOrService: string – Name of the product or service delivered to the debtor
  • creditorName: string – Name of the creditor

Optional Properties

  • accountNumber: string – Account number associated with the debt
  • address: string – Street address of the debtor
  • city: string – City of the debtor
  • state: string – State of the debtor
  • zipCode: string – ZIP code of the debtor
  • county: string – County of the debtor
  • ssn: string – Social Security Number of the debtor
  • lastPayDate: string (date) – Date of the last payment made by the debtor
  • chargeOffDate: string (date) – Date when the debt was charged off, if applicable
  • interestDue: number – Amount of interest due on the debt
  • principalDue: number – Amount of principal due on the debt
  • otherFees: number – Other fees associated with the debt
  • amountPaid: number – Total amount paid by the debtor so far
  • callbackNumber: string – Callback phone number
  • creditorEmail: string – Email address of the creditor
  • paymentLink: string – Link where the debtor can pay their balance, included in outreach

Example Debtor Object