This object represents information on the borrower's obligation for a given loan period. It also provides information on the current status of the fulfillment of the obligation vis-à-vis the amount due and the due date. The obligation is dynamically changing as a result of factors such as payments and service credits made, and the crossing over of due dates.
Success
{- "status": 0,
- "message": "string",
- "data": {
- "isLocked": true,
- "isOverdue": true,
- "overdueAmount": 0,
- "daysOverdue": 0,
- "obligations": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "obligationAmount": 0,
- "fulfilledAmount": 0,
- "remainingAmount": 0,
- "paymentsAmount": 0,
- "capitalizedAmount": 0,
- "serviceCreditsAmount": 0,
- "overpaymentsAmount": 0,
- "unassignedAmount": 0,
- "overLimitAmount": 0,
- "periodId": "string",
- "dueDate": "2019-08-24",
- "isFulfilled": true,
- "isOverdue": true,
- "isOpen": true,
- "isLateFeeBlockedByPyramidingConfig": false,
- "migration": {
- "migratedOverdueAmount": 0,
- "migratedOverdueRemainingAmount": 0,
- "migratedDaysOverdue": 0
}, - "loanGracePeriod": {
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}, - "gracePeriod": [
- {
- "drawId": "string",
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}
]
}
]
}
}
Success
{- "status": 0,
- "message": "string",
- "data": {
- "isLocked": true,
- "isOverdue": true,
- "overdueAmount": 0,
- "daysOverdue": 0,
- "obligations": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "obligationAmount": 0,
- "fulfilledAmount": 0,
- "remainingAmount": 0,
- "paymentsAmount": 0,
- "capitalizedAmount": 0,
- "serviceCreditsAmount": 0,
- "overpaymentsAmount": 0,
- "unassignedAmount": 0,
- "overLimitAmount": 0,
- "periodId": "string",
- "dueDate": "2019-08-24",
- "isFulfilled": true,
- "isOverdue": true,
- "isOpen": true,
- "isLateFeeBlockedByPyramidingConfig": false,
- "migration": {
- "migratedOverdueAmount": 0,
- "migratedOverdueRemainingAmount": 0,
- "migratedDaysOverdue": 0
}, - "gracePeriod": {
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}
}
]
}
}
Success
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "obligationAmount": 0,
- "fulfilledAmount": 0,
- "remainingAmount": 0,
- "paymentsAmount": 0,
- "capitalizedAmount": 0,
- "serviceCreditsAmount": 0,
- "overpaymentsAmount": 0,
- "unassignedAmount": 0,
- "overLimitAmount": 0,
- "periodId": "string",
- "dueDate": "2019-08-24",
- "isFulfilled": true,
- "isOverdue": true,
- "isOpen": true,
- "isLateFeeBlockedByPyramidingConfig": false,
- "migration": {
- "migratedOverdueAmount": 0,
- "migratedOverdueRemainingAmount": 0,
- "migratedDaysOverdue": 0
}, - "loanGracePeriod": {
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}, - "gracePeriod": [
- {
- "drawId": "string",
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}
], - "isLocked": true
}
}
Success
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "obligationAmount": 0,
- "fulfilledAmount": 0,
- "remainingAmount": 0,
- "paymentsAmount": 0,
- "capitalizedAmount": 0,
- "serviceCreditsAmount": 0,
- "overpaymentsAmount": 0,
- "unassignedAmount": 0,
- "overLimitAmount": 0,
- "periodId": "string",
- "dueDate": "2019-08-24",
- "isFulfilled": true,
- "isOverdue": true,
- "isOpen": true,
- "isLateFeeBlockedByPyramidingConfig": false,
- "migration": {
- "migratedOverdueAmount": 0,
- "migratedOverdueRemainingAmount": 0,
- "migratedDaysOverdue": 0
}, - "gracePeriod": {
- "fullBalanceAmount": 0,
- "fullBalanceMinusOverdueAmount": 0,
- "totalFulfilledOnDueDateAmount": 0,
- "isGracePeriodEligible": true
}, - "isLocked": true
}
}
Request sandbox access