Fetch Customer details for Loan Id
GET Customer Details for Loan Id
This Synofin API retrieves all the essential customer information using this Loan Viewer API using Loan Id.
URL: {{base_url}}/loan-management/v1/getCustomerDetails
Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key | Data Type |
loanId* | Integer |
* required Param
Response: 200
"response": true, "data": [ { "id": integer, "customer_type": "string", "basic_info": { "first_name": "string", "middle_name": "string", "last_name": "string", "dob": "20/12/1987", "documents": [], "gender": "string", "guardian_name": null, "maidens_name": null, "marital_status": "string", "category": "string", "religion": null, "cibil": integer, "caste": "string", "crif": null, "bureau_score": null, "registration_number": null, "registration_type": null, "industry": null, "sub_industry": null, "website": null, "partnership_percentage": null, "authorized_signatory": null, "applicant_type": "string", "customer_relationship_id": "string", "relationship_with_applicant": null, "relationship_with_co_applicant": null, "profile_picture_url": "", "is_individual": true, "constitution_type": "", "msme_flag": null, "msme_subtype": null, "customer_category": "string", "commercial_bureau_score": null, "kyc_risk_categorization": null, "equifax": null, "education_qualification": null, "global_customer_id": null }, "communication": [ { "numbers": "string", "state": "string", "address_type": "string", "is_address_type_primary": false, "full_address": "string", "pin_code": "string", "whatsapp_number": "string", "email_id": "string", "city": "string" } ], "business_info": { "earner": false, "occupation_type": null, "company_or_firm_name": null, "designation": "", "gross_monthly_income": null, "total_work_experience": null, "major_occupation": null, "full_address": "", "landmark": null, "pin_code": null, "state": null, "district": null, "city": null, "phone": "", "preferred_communication": null, "msme": null, "ownership": null, "total_expense": null, "udyog_aadhar": null, "loan_net_worth": integer, "monthly_purchase": null, "monthly_sale": null, "total_year_of_operation": null, "nature_of_business": "", "business_type": "" }, "insurance_data": [], "family_information": null, "in_law_details": null, "references": [ { "relation": null, "name": "string", "phone_number": "string", "address": " ", "remarks": "", "occupation": null }, { "relation": null, "name": "string", "phone_number": "string", "address": " ", "remarks": "", "occupation": null } ], "obligation": null, "bank_details": [ { "bank_name": "string", "branch_name": "string", "branch_ifsc": "string", "account_type": null, "account_number": "string", "is_repayment_account": false, "is_default_account": true, "id": integer, "bank_document": null, "nach_detail": null, "umrn_no": null, "customer_name": null, "branch_code": null, "bank_details": null, "customer_id": null } ], "basic_info_non_individual": { "customer_category": "string", "key_person_name": "", "constitution_type": "", "registration_type": null, "gst_number": "", "website": null, "partnership_percentage": integer, "industry": null, "sub_industry": null, "msme_flag": null, "msme_subtype": null, "commercial_bureau_score": null, "kyc_risk_categorization": null, "living_since_current_city": null, "months_at_current_address": null, "months_at_current_city": null, "years_at_current_address": null, "years_at_current_city": null }, "nominees_details": null, "relationship_with_applicant": null, "relationship_with_co_applicant": null, "institution_info": [] } ], "error": null } |