Advanced Search
Search Results
224 total results found
Create Customer Limit
POST Create Customer Limit This API will be used to create customer limit on the basis of global customer ID URL: {{base_url}}/lms/loan-modification/v1/setCustomerLimit Request Request Type: POST Authorization: Bearer Token Query Parameter N...
Loan Action: Drawdown Cancellation
POST Drawdown Cancellation This API facilitates the cancellation of drawdown for a loan transaction within the SynoFin platform. Users can submit a request for drawdown cancellation, providing details such as the cancellation date, invoice date, reason for ca...
Loan Action: Drawdown
POST Drawdown Creation API to post a drawdown entry in the system. URL: {{base_url}}/loan-modification/v1/service-request/save Request: Request Type: POST Authorization: Bearer Token Request Body Attribute Description This...
Get Customer Limits by Global Cust ID
GET Customer limits by Global Customer ID This is the Loan management API that can be used to fetch the list of all the limits associated to a single global customer Id. URL: {{base_url}}/loan-management/v1/getCustomerLimits Request Request Type: GET ...
Get loans by Limit ID
Get Customer Loans by Limit ID GET Customer Loans by Limit ID This is the Loan management API that can be used to fetch the list of all the loans associated to a single limit Id. URL: {{base_url}}/loan-management/v1/getCustomerLoansByLimit Request R...
Add NACH Details for Loan
POST Add-mandate This is the Loan Modification API used to add the Loans' NACH details. If the NACH details need to be updated for a new bank account, then use the following API to add new bank and then continue below: Add Bank Details for Loan | SynoFin Doc...
Get Master Type for Loan
Add Bank Details for Loan
POST Add new bank This is the Loan Modification API used to add new bank details to a Loan. First, fetch the relevant masters from the following API: Get Master Type | SynoFin Docsusing the below request body: [ { "parent": "service_request_id...
Fetch Authentication Token
POST Fetch Authentication Token This is the API to fetch authentication token using API secret and API key from the LMS Admin Portal. URL: https://api-preprod.synofin.tech/oauth/authorization Request: Request Type: POSTAuthorization: Basic AuthHeader: ...