Skip to main content

Get Basic Details for Loan

GET Basic Loan Details form Loan ID

This Synofin API retrieves all the essential loan information using this Loan Viewer API using Loan Id.

URL: {{base_url}}/loan-management/v1/getBasicLoanDetails

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
KeyData Type
loanId*Integer
* required Param

Response: 200
{
    "response": true,
    "data": {},
    "error": {}
}

 


 

GET Basic Loan Details from Loan Application Number

This Synofin API retrieves all the essential loan information using this Loan Viewer API using Loan Application Number.

URL: {{base_url}}/loan-management/v1/getBasicLoanDetails

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
KeyData Type
loanApplicationNumber*String
* required Param

Response: 200
{
    "response": true,
    "data": {},
    "error": {}
}