Skip to main content

Get Basic Details for Loan

Screenshot 2023-04-20 at 1.23.17 AM.png

 


 

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
Key Data 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
Key Data Type
loanApplicationNumber* String
* required Param

Response: 200

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