Calculate loan total
calculate loan total get /selling/api/loans/{id}/total calculate the total amount for a specific loan, including adjusted loan amount plus accrued interest use this to preview the purchase amount before executing a purchase p ath parameters parameter type required description id uuid yes the unique loan identifier response 200 ok returns loaninfo object with calculated total example request get /selling/api/loans/3fa85f64 5717 4562 b3fc 2c963f66afa6/total use cases pre purchase validation verify expected purchase amount cash flow planning calculate funds needed for upcoming purchases interest accrual monitoring track daily interest accumulation