Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. EMIs
  • Back to home
  • LMS
  • EMIs
    • List EMI
      GET
    • List Settlements
      GET
    • Restructure
      POST
    • Calculate EMI
      POST
    • Run EOD
      POST
    • Request Tranche
      POST
  • Records
    • Request Approval
      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
      GET
    • Unschedule a scheduled topup
      PUT
    • Reinitiate Payout
      POST
    • Check Line Amount
      PUT
    • Create Topup
      POST
    • Update Topup
      PATCH
    • Bulk Topup Create
      POST
    • Re Run Checks
      GET
    • Invoice Parse
      PATCH
  • 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
  1. EMIs

List Settlements

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/settlements/
Last modified:2025-02-12 06:37:56

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
demand
string 
optional
Example:
2ac95fc6-0868-4639-85aa-fcfa24daa4dc
expand
string 
optional
Example:
record
loan
string 
optional

Request 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/settlements/?demand=2ac95fc6-0868-4639-85aa-fcfa24daa4dc&expand=record'

Responses

🟢200Success
application/json
Body
count
integer 
required
current_page
integer 
required
page_size
integer 
required
results
array [object {15}] 
required
id
string 
optional
created_at
number 
optional
updated_at
number 
optional
date
number 
optional
amount
number 
optional
outstanding_amount
number 
optional
remaining_amount
number 
optional
sent_to_gl
boolean 
optional
due_amount
integer 
optional
dpd
integer 
optional
peak_dpd
integer 
optional
to_be_deleted
boolean 
optional
account
string 
optional
demand
string 
optional
record
object 
optional
Example
{"count":1,"current_page":1,"page_size":15,"results":[{"id":"1df20a9d-4401-40aa-afcd-bb402a664d77","created_at":1738925013.9997077,"updated_at":1738925014.0000598,"date":1704479399.999999,"amount":26586.26,"outstanding_amount":0.0,"remaining_amount":36673.740000000005,"sent_to_gl":false,"due_amount":0.0,"dpd":0,"peak_dpd":0,"to_be_deleted":false,"account":"860bd919-1070-43b9-9099-699235217ac0","demand":"2ac95fc6-0868-4639-85aa-fcfa24daa4dc","record":"13ff2000-7edb-4d7c-8833-579e4766b477"}]}
Previous
List EMI
Next
Restructure
Built with