Apply accrued interest
POST/loans/{loanAccountId}:applyInterest
Applies the interest that has accrued on the loan account. This is the general accrued-interest action: it applies the account's regular accrued interest and, where applicable, interest accrued during payment holidays and interest accrued on arrears (the latter posted as a separate transaction when interest from arrears is decoupled, as used by Mortgages). To apply the interest accrued on a single interest-bearing-fee balance instead, use POST loans/{loanAccountId}/balances/{loanAccountBalance}:applyInterest.
Request
Responses
- 102
- 204
- 400
- 401
- 403
- 404
Your idempotent request was already submitted and is currently being processed, try again later.
Interest applied.
A validation error occurred
Unauthorized
Forbidden
Loan account not found.