# Simulate Loans **POST /v1/borrowers/loans/simulate** Simulate total and installment payments for loans ## Servers - Production Server: https://lms.kordev.io (Production Server) - Sandbox Server: https://sandbox.lms.kordev.io (Sandbox Server) ## Parameters ### Body: application/json (array[object]) - **loan** (object) - **request_id** (string) Optional field that will be returned unmodified in each response. Especially useful for keeping track of responses in batch requests. ## Responses ### 200 OK #### Body: application/json (object) - **failed** (array[object] | null) - **succeeded** (array[object] | null) ### 400 Bad Request #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 404 Not Found #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 409 Conflict #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. ### 500 Internal Server Error #### Body: application/json (object) - **code** (integer) Application-specific error code. - **context** (object) Application context. - **error** (string) Error message. - **status** (string) Status text. [Powered by Bump.sh](https://bump.sh)