Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Fee
  • 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
    • Initiate Loan Params
    • Create Account
    • Close Loan Account
    • Refresh Limit
    • Get Loan Params
    • Get Summary
    • Reset RPS
    • Update Loan Params
  • 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
      GET
    • Bulk Create Fee
      POST
    • Create Fee
      POST
    • List Fee
      GET
    • Fee Details
      GET
    • Delete Fee
      DELETE
  • Extra Data
    • Update Extra Data
    • List Extra Data
  • Topup Group
    • Create Topup Group
    • List Topup Group
    • Update TopupGroup
  1. Fee

List Fee

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/fees/
Last modified:2025-02-12 16:50:22

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
loan
string 
optional
account
string 
optional
status
string 
optional
settlement
string 
optional
expand
string 
optional
Example:
account,loan
fields
string 
optional
Example:
id,name,loan.ref_id,amount

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/fees/?settlement&expand=account,loan'

Responses

🟢200OK
application/json
Body
count
integer 
required
current_page
integer 
required
page_size
integer 
required
results
array [object {4}] 
required
id
string 
required
name
string 
required
amount
integer  | number 
required
loan
object 
required
Example
{"count":29,"current_page":1,"page_size":15,"results":[{"id":"ff905953-55c3-4e51-bb1f-5a24cf666f4c","name":"test fee","amount":118.0,"loan":{"ref_id":"TOP00000ZBD"}},{"id":"4fd0980e-1638-4dbf-a50a-2de51f35a7ab","name":"PF FEE","amount":27191.92,"loan":{"ref_id":"TOP00000MOL"}},{"id":"68f8560f-f97c-4b26-8ffb-caa50b640fd5","name":"Login Fees","amount":1770.0,"loan":{"ref_id":"TOP000008ZM"}},{"id":"c64c107b-482c-427e-b385-2f7272d9ade7","name":"Stamp Duty","amount":10432.0,"loan":{"ref_id":"TOP000008ZM"}},{"id":"229334ed-8b93-4de8-8cde-5d8e57af454b","name":"NACH Bounce","amount":1180.0,"loan":{"ref_id":"TOP00000RYZ"}},{"id":"7d07e556-be76-458c-b2fd-f1c780e68c88","name":"Login Fee","amount":999.01,"loan":{"ref_id":"TOP00000RYZ"}},{"id":"9f00718f-7bc5-46b8-abe8-db94a8446ec2","name":"PF","amount":81214.96,"loan":{"ref_id":"TOP00000RYZ"}},{"id":"71faf5d0-31fe-429b-bc00-67b74fb39323","name":"Login fee 2","amount":1180.0,"loan":{"ref_id":"TOP00005BDX"}},{"id":"6308a273-9d74-407d-acd5-90ad40ffb71e","name":"Login fee 2","amount":1180.0,"loan":{"ref_id":"TOP00005BDX"}},{"id":"a129a132-1ae7-477c-83f7-90b9afdfc113","name":"Login Fee","amount":11800.0,"loan":{"ref_id":"TOP00005BDX"}},{"id":"20b1cbe2-291a-4ce6-a825-a428d0a3dd81","name":"NACH Bounce","amount":590.0,"loan":{"ref_id":"TOP00000ZBD"}},{"id":"9777c76d-7bb4-4595-8a26-0d401b7bf259","name":"PF","amount":17700.0,"loan":{"ref_id":"TOP00000ZBD"}},{"id":"61f89252-72fc-420f-b1df-5f2b9142d1f7","name":"Login Fee","amount":999.01,"loan":{"ref_id":"TOP00000ZBD"}},{"id":"61b2e726-f66b-4180-808b-cbb7795be02c","name":"Login Fees","amount":1178.82,"loan":{"ref_id":"TOP000006PJ"}},{"id":"9ab8821d-a71c-40c4-a244-3048284fc127","name":"PF","amount":17700.0,"loan":{"ref_id":"TOP000006PJ"}}]}
🟢200List Response
Previous
Create Fee
Next
Fee Details
Built with