HomeGuidesAPI Reference

IneligiblePayment

Payitoff API: IneligiblePayment Schema

The IneligiblePayment schema describes the reasons for a PSLF payment's ineligibility.

Schema Definition

PropertyTypeFormatDescription
denial_reasonstringA short form explanation of why this payment is ineligible.
descriptionstringA long form explanation of why this payment is ineligible.
periodstingThe month and year that the payment was made.

Example

{
  "denial_reason": "You Do Not Have A Bill Due For This Payment Period",
  "description": "In order for a payment to qualify, it must have been a payment you were required to make.\nYou were not required to make any payments during the following periods:\nIn your grace period\nIn a deferment \nIn a forbearance",
  "period": "04/2019"
}