Credit Grid Refresh

To change a loan status by passing in reference numbers of verification API calls

The loan will be pushed to further statuses i.e from open to kyc_approved to credit_approved, etc automatically. If all the parameters are provided then the loan will be pushed to the disbursal approved status after checking that all the parameters are correct.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

There are cases when you want to verify a user using a number of verifications, and then associate a kudos_loan_id to the user. In this case Kudos can move a borrower to the appropriate loan status such as credit_approved, disbursal_approved as long as we have the reference number of the verifications which were done at an earlier time.

This endpoint takes in these reference id's as headers and moves the kudos_loan_id to the appropriate state.

In case no headers are passed in - then it returns the current loan state.

📘

In case your credit limit customers are not in disbursal_approved by default

Calling this API is mandatory before setting the credit limit

Unique Loan status with their description is as below:

StatusDescription
openWhen a new loan is booked, it arrives in Open status.
credit_approvedOnce a loan meets the product credit criteria, the status is moved to credit_approved
disbursal_approvedOnce a loan is credit_approved, Ops team checks the KYC and loan data and ensures it's correct. If all details are mentioned correctly, the loan is moved to disbursal approved stage which means that the loan is ready for disbursal
Issue_reportedIf any discrepancies are found in the loan, the case is moved to Issue reported stage , which allows the partner to make the required changes
rejectedIf the customer does not fit the criteria, the loan is rejected
disbursedWhen a loan is successfully disbursed and amount is sent to customer account
closedIf all expected repayments are received for the particular loan, the loan status changes to closed

NOTE

  1. All the mandatory documents need to be uploaded using the loan document API
  2. If loan status is open then ckyc_kyc_id or pan_kyc_id and aadhar_kyc_id are required.
  3. If loan status is kyc_approved then bureau_id are required
  4. If loan status is credit approved then pennydrop_id is required.
Body Params
string
Defaults to 1638439115296.7234e820-3be6-4362-8631-b26218b083af

the meta.reqId of the kudos ckyc search api call response

string
Defaults to 638425380893.559ff6ae-21a8-4447-8183-c20519cfab73

the meta.reqId of the kudos aadharkyc search api call response

string
Defaults to 1638425207372.ef120b50-f28d-4a92-8bdb-e26bd11ba979

the meta.reqId of kudos pan verify api call response

string
Defaults to 1638640367670.ae66b8da-2f69-4494-8d57-d08501faf459

the meta.reqId of kudos experian api call response

string
Defaults to 1638640367670.ae66b8da-2f69-4494-8d57-d08501faf459

the meta.reqId of kudos CIBIL api call response

string
Defaults to 1638425432195.d8a1e7cb-c24b-422e-aec4-b6c5d0c34e36

the meta.reqId of penny drop api call response

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json