Update a loan
Loans
Update a loan
Modify a loan that is still in submitted and pending approval state.
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
Only the fields you send are modified.
/v1/loans/external/{loan_external_id} form.
Path parameters
Request body
Example
Response
200 OK returns the updated loan object.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not in pending state |
invalid_argument | Field violates a product-level constraint |

