Enrollment
Payitoff API: Enrollment
Schema
Use
EnrollmentPayload
to create anEnrollment
When creating
Enrollment
objects via API, send anEnrollmentPayload
as your request body. You'll receive anEnrollment
as a response.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
|
| A |
|
|
| The date on which we expect a valid Enrollment to be accepted by Servicer(s). |
|
|
| The Payitoff ID value of this |
|
| An object indicating what IDR Plan a | |
|
| An object providing details on the status of this |
Example
{
"created_at": "2021-02-22T17:56:08.368Z",
"estimated_approval_date": "2021-02-22",
"id":0,
"repayment_plan": {
"description": "Pay as You Earn",
"type": "paye"
},
"status": {
"updated_at": "2021-02-22T17:56:08.368Z",
"description": "Enrollment Pending",
"type": "pending"
}
}
Updated 5 months ago
Did this page help you?