Skip to main content

Fetch Basic Details for Loan

Screenshot 2023-04-20 at 3.17.25 PM.png


GET Basic Loan Details for 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
Key Data Type
loanId* Integer
* required Param

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




GET Basic Loan Details for 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
Key Data Type
loanApplicationNumber* String
* required Param

Response: 200

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