- EMIs
- Records
- Topups
- Accounts
- Payouts
- Loans
- Line Details
- Loan Data
- Fee
- Extra Data
- Topup Group
Create Fee
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/lms/fees/
Last modified:2025-02-19 07:29:12
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
tax_percentage
numberÂ
optional
Example
{
"account": "b9c9021a-5de3-4f4a-a84b-2519f862cd06",
"loan": "8de6f232-0bc6-4797-9863-27ed32ebc9d1",
"name": "NACH Bounce fee",
"date": 1716359297,
"settlement": "next_emi",
"amount": 532,
"fee_amount": 942.49,
"tax_percentage": 26.49
}
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 POST 'https://preprod.api.crego.io/v1/lms/fees/' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "b9c9021a-5de3-4f4a-a84b-2519f862cd06",
"loan": "8de6f232-0bc6-4797-9863-27ed32ebc9d1",
"name": "NACH Bounce fee",
"date": 1716359297,
"settlement": "next_emi",
"amount": 532,
"fee_amount": 942.49,
"tax_percentage": 26.49
}'
Responses
🟢200Success
application/json
Body
No schema defined
Example