Reject a loan
Loans
Reject a loan
Reject a submitted loan application.
POST
Reject a loan
Rejects a loan application. Use this when the underwriter declines the loan — distinct from Withdraw, which represents the applicant pulling their application. The rejection is terminal: a rejected loan cannot be revived.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
Optional rejection reason. Recorded on the loan.
Example
Response
200 OK returns the loan object with
status="Rejected".
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not in submitted state |

