Set Credit limit API

Use Case: This is to set the credit limit of a customer

This is the first step to book a credit line for a customer

Recipes
🦉
The first Lending API you will hit
Open Recipe

Before utilizing the credit limit, it needs to be set for the first time through this API.

📘

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

Calling the https://developers.kudosfinance.in/reference/credit-grid-refresh API is mandatory before setting the credit limit

📘

Further changes to the credit limit

Need to be via the PUT method to the same endpoint

Body Params
int32

This contains the kudos loan ID for the request that is being sent, as was generated in the "Loan Request" API

float

Enter the sanction amount which is approved in Loan request

Responses

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