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

cred.loan.application_started

The cred.loan.application_started webhook event is triggered when a customer begins the Cred loan application process.

AttributeTypeDescription
event_idStringA unique identifier for the webhook event.
eventStringThe event type; in this case, “cred.loan.application_started”
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.
{
"event_id": "a9adde44-d03a-4068-8472-4efbc279277d",
"event": "cred.loan.application_started",
"timestamp": 1692008248,
"version": "1.0",
"payload": {
"jodo_student_id": 7408,
"student": {
"identifier": "Year-2023/Client-appform-extraaedgev2/-2262",
"custom_identifier": "109072_eaa3c281",
"collector_code": "appform-extraaedgev2",
"academic_year_start": 2023,
"academic_year_end": 2024,
"grade": {
"name": "4-IN-1 Professional Diploma in Banking, Financial Services & Insurance (PDBFSI)",
"code": "3"
}
},
"application": { "id": 1295, "status": "application_started" }
}
}

Upon receiving the cred.loan.application_started event, you can update your systems to record that the student has started a Cred loan application.