Record a repayment
Repayments
Record a repayment
Post a regular installment repayment.
POST
Record a repayment
Records a standard repayment against an active loan. The amount is allocated to penalties → fees → interest → principal according to the loan’s transaction processing strategy.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
See the common repayment body.Example
Response
200 OK returns the repayment object showing
how the amount was allocated.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not active, or transactionDate precedes the loan’s disbursal |
invalid_argument | Missing transactionDate or non-positive transactionAmount |

