HomeGuidesAPI Reference

NonQualifyingPayment

Payitoff API: NonQualifyingPayment Schema

The NonQualifyingPayment schema provides the reasons that a PSLF payment does not qualify.

Schema Definition

PropertyTypeFormatDescription
descriptionstringA long form explanation of why this payment does not yet qualify.
periodstingThe month and year that the payment was made.
statusstringA short form explanation of why this payment does not yet qualify.

Example

{
  "description": "This payment period is eligible but requires approved employment in order to qualify.",
  "period": "05/2021",
  "status": "Employment Not Certified"
}