Approve a loan
Loans
Approve a loan
Move a submitted loan to the approved state.
POST
Approve a loan
Approves a submitted loan. The approver can optionally adjust the approved principal downward and revise the expected disbursement date.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
Request body
ISO-8601
YYYY-MM-DD. Must be on or after submittedOnDate.Optional. Approved principal — may be lower than the requested
principal. Defaults to the originally-requested amount.
Optional. ISO-8601
YYYY-MM-DD. Use to push the planned
disbursement.Free-text approver note. Recorded on the loan.
Example
Response
200 OK returns the loan object with status="Approved"
and approvedPrincipal populated.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not in submitted state |
invalid_argument | Missing approvedOnDate, or approved amount violates product limits |

