HomeGuidesAPI Reference

Origination

Payitoff API: Origination Schema

An Origination object describes both what has been retrieved from Servicer Aggregation, as well as any other pertinent information we can interpret and calculate from collected data to accurately describe each PortfolioLoan object's original state.

Schema Definition

PropertyTypeFormatDescription
amountstringdecimalOriginal principal balance when this PortfolioLoan was given to Borrower.

NOTE: As of v1.0.1, all float values are returned as decimal strings with 2-digit precision.
datestringdateThe date the PortfolioLoan was officially given to the borrower.

Example

{
  "amount": "8559.99",
  "date": "2022-02-09"
}