# Get Loan Summary **GET /v1/borrowers/loans/get_summary** Create a new loan for a borrower, if the borrower does not exist it will be created ## Servers - Production Server: https://lms.kordev.io (Production Server) - Sandbox Server: https://sandbox.lms.kordev.io (Sandbox Server) ## Parameters ### Query parameters - **borrower_id** (string) - **loan_id** (string) - **min_days_past_due** (null | integer) - **max_days_past_due** (null | integer) - **max_days_until_due_date** (null | integer) - **min_days_until_due_date** (null | integer) - **min_full_payment_amount** (null | number) - **max_full_payment_amount** (null | number) - **min_immediate_payment_amount** (null | number) - **max_immediate_payment_amount** (null | number) - **min_next_payment_amount** (null | number) - **max_next_payment_amount** (null | number) - **min_imputed_late_payment** (null | number) - **max_imputed_late_payment** (null | number) - **min_origination_date** (string) - **max_origination_date** (string) - **paid_off_before** (string) - **paid_off_after** (string) - **owner** (string) - **is_cancelled** (null | boolean) - **size** (integer) - **page** (integer) ## Responses ### 200 OK #### Body: application/json (object) - **items** (array[object] | null) - **links** (object) - **page** (integer) - **size** (integer) ### 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)