HomeGuidesAPI Reference

LoanType

Payitoff API: LoanType Schema

Schema Definition

PropertyTypeFormatDescription
codestringThe official federal code that indicates the type of a loan.
descriptionstringThe official federal description of the type of a loan.
federalbooleanIs this a federal loan?
guarantorstringThe institution who guarantees a loan will be paid in the event a student borrower defaults on the loan.
lenderstringThe institution that originally funded a loan.
subsidizedbooleanIs this loan subsidized by the federal government?
sula_eligiblebooleanIs this loan SULA eligible?

Example

{
  "code": "D2",
  "description": "Direct Stafford Unsubsidized Loan",
  "federal": true,
  "guarantor": "Department of Education",
  "lender": "Department of Education",
  "subsidized": false,
  "sula_eligible": false
}

Click here for the complete list of possible Loan Type code & description values