Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Accounts
  • Back to home
  • LMS
  • EMIs
    • List EMI
      GET
    • List Settlements
      GET
    • Restructure
      POST
    • Calculate EMI
      POST
    • Run EOD
      POST
    • Request Tranche
      POST
    • Outstanding data
      GET
  • Records
    • Request Approval
      PUT
    • Bulk Nach Request
      POST
    • NACH presentation status
      PUT
    • Initiate Excess Payment Refund
      POST
    • Initiate Adjustment for Cashback & Holdback
      POST
    • Get Single Record
      GET
    • Record Listing
      GET
    • Create Record
      POST
    • Mark Processed
      PUT
    • Unmatched
      GET
    • Export record
      PUT
    • Bulk Create Records
      POST
  • Topups
    • List Topups
    • Unschedule a scheduled topup
    • Reinitiate Payout
    • Check Line Amount
    • Create Topup
    • Update Topup
    • Bulk Topup Create
    • Re Run Checks
    • Invoice Parse
  • Accounts
    • Initiate Disbursement
      POST
    • Initiate Loan Params
      POST
    • Create Account
      POST
    • Close Loan Account
      PUT
    • Refresh Limit
      GET
    • Get Loan Params
      GET
    • Get Summary
      GET
    • Reset RPS
      POST
    • Update Loan Params
      PATCH
  • Payouts
    • Retry Failed Payout
    • Create Payout
    • Payout Callback
    • Process Payout
    • Unmatched Payouts
    • List Payouts
    • Export Payout for Bank
  • Loans
    • Export Cashback
    • Get Emi Amount
    • Get Loan Summary
    • List Loans with Excess Balance
    • Initiate Adjustment
    • Initiate Refund
    • List Loans
  • Line Details
    • Filter Line Details
    • Create
    • Update
    • Get by type
    • Bulk Internal
    • Retrieve
  • Loan Data
    • Create
    • Update
    • Retrieve
  • Fee
    • Get Fee Demands
    • Bulk Create Fee
    • Create Fee
    • List Fee
    • Fee Details
    • Delete Fee
  • Extra Data
    • Update Extra Data
    • List Extra Data
  • Topup Group
    • Create Topup Group
    • List Topup Group
    • Update TopupGroup
  • Payout Batch
    • Send Payout batch
  1. Accounts

Get Summary

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/accounts/{id}/summary/
Last modified:2025-03-27 07:20:55

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/v1/lms/accounts/40b2ebe7-17f8-4db1-875d-8bc9b5232bb1/summary/?as_of_date=1743060022&include_closed_loan=true' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{"principal_paid":0,"principal_outstanding":500000.0,"interest_paid":0,"interest_outstanding":50342.499999999985,"interest_due":46315.09999999999,"overdue_paid":0,"overdue_outstanding":0,"penal_paid":0,"penal_outstanding":0,"total_fees":0,"fee_paid":0,"fee_outstanding":0,"total_paid":0,"total_outstanding":550342.5,"disbursal_amount":498849.0,"loan_amount":500000.0,"payout_amount":498849.0,"broken_period_interest":0,"excess_payment":0,"dpd":0,"asset_category_date":null,"peak_dpd":0,"asset_category":"Regular"}
Modified at 2025-03-27 07:20:55
Previous
Get Loan Params
Next
Reset RPS
Built with