Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

cred.loan.final_approved

The cred.loan.final_approved webhook event is triggered when a Cred loan application receives final approval in the Jodo system.

AttributeTypeDescription
event_idStringA unique identifier for the webhook event.
eventStringThe event type; in this case, “cred.loan.final_approved”
timestampIntegerThe Unix timestamp when the event was originated.
versionStringThe version of the webhook payload format (here, “1.0”).
payloadObjectDetailed information about the event.
payload.jodo_student_idIntegerThe ID of the student in the JODO system.
payload.studentObjectInformation about the student.
payload.student.identifierStringThe student’s identifier within your system (if applicable).
payload.student.custom_identifierStringA custom identifier associated with the student.
payload.student.collector_codeStringBranch code (if applicable).
payload.student.academic_year_startIntegerThe start year of the student’s academic year.
payload.student.academic_year_endIntegerThe end year of the student’s academic year.
payload.student.gradeObjectInformation about the student’s grade.
payload.student.grade.nameStringThe name of the grade (e.g., “Montessori 1”).
payload.student.grade.codeStringThe code representing the grade (e.g., “M1BLUE”).
payload.applicationObjectInformation about the loan application.
payload.application.idIntegerThe unique loan id in JODO system.
payload.application.statusStringThe current status of the loan application.
payload.application.amountNumberThe total amount for which the loan is taken.
{
"event_id": "0a36e3a9-a24a-42c9-a8bb-2407859703f5",
"event": "cred.loan.final_approved",
"timestamp": 1692009400,
"version": "1.0",
"payload": {
"jodo_student_id": 7257,
"student": {
"identifier": "JODO/TEST/003",
"custom_identifier": null,
"collector_code": "81c6b473c138",
"academic_year_start": 2022,
"academic_year_end": 2023,
"grade": { "name": "Class I", "code": "fdb97be4" }
},
"application": { "id": 1227, "status": "final_approved", "amount": 16000.0 }
}
}

Upon receiving the cred.loan.final_approved event, you can update your systems to reflect the final approval status.