Skip to main content
PUT
Update a loan
Modify a loan that is still in submitted and pending approval state. Send only the fields you want to change. Once a loan is approved or active, this endpoint will reject the update — to reach a pending state you must first undo disbursal and then undo approval. This endpoint is numeric-id only — there is no /v1/loans/external/{loan_external_id} form.

Path parameters

string
required

Request body

number
integer
number
string
Only the fields you send are modified.

Example

Response

200 OK returns the updated loan object.

Errors