Skip to content

Multiple Disbursal Loan Dashoard Detail

These APIs are used to fetch dashboard detail for Multiple Disbursal Loan Details.

Multiple Disbursal Loan Details Selected Multiple Disbursal Loan Details
Multiple Disbursal Loan Details Multiple Disbursal Loan Details


URL /v4/dashboard/detail
METHOD POST
<br>

Request body

{
  "bankCode": "SCB",
  "customerNumber": "9845528933"
}


Field Data Type Description
bankCode String Swift code representing the bank (e.g., SCB).
customerNumber String Unique identifier for the customer.


Response body <button>Copy</button>

{
    "status": "OK",
    "statusCode": 200,
    "series": "SUCCESSFUL",
    "code": 20,
    "phrase": "Successful",
    "message": "Existing loan details fetched successfully.",
    "data": {
        "appView": {
            "header": {
                "title": "Fone Loan Details",
                "user": {
                    "greeting": "Namaste!",
                    "name": "Amira Joshi",
                    "avatar": ""
                },
                "showWarning": false
            },
            "body": {
                "progressBarSection": {
                    "type": "progress_bar",
                    "title": "Loan Principal Due Vs Available Limit",
                    "progress": [
                        {
                            "label": "1 Month",
                            "value": "NPR 10,000.00",
                            "color": "#4E525A"
                        },
                        {
                            "label": "EMI Loan",
                            "value": "NPR 30,000.00",
                            "color": "#707685"
                        },
                        {
                            "label": "Available Amount",
                            "value": "NPR 60,000.00",
                            "color": "#F38A36"
                        }
                    ],
                    "message": "Settle existing loan to apply new loan.",
                    "showMessage": false
                },
                "loanPayableSection": {
                    "type": "section",
                    "title": "Loan Payables",
                    "loanPayablesList": [
                        {
                            "colour": "#4E525A",
                            "buttons": [
                                {
                                    "label": "Settle Now",
                                    "action": {
                                        "enabled": true,
                                        "type": "button",
                                        "target": "settleLoan",
                                        "url": "/v4/prepayment/process"
                                    }
                                },
                                {
                                    "label": "View Details",
                                    "action": {
                                        "enabled": true,
                                        "type": "button",
                                        "target": "viewLoanDetail",
                                        "url": "/v4/dashboard/detail/active"
                                    }
                                }
                            ]
                        },
                        {
                            "colour": "#4E525A",
                            "buttons": [
                                {
                                    "label": "Settle Now",
                                    "action": {
                                        "enabled": true,
                                        "type": "button",
                                        "target": "settleLoan",
                                        "url": "/v4/prepayment/process"
                                    }
                                },
                                {
                                    "label": "View Details",
                                    "action": {
                                        "enabled": true,
                                        "type": "button",
                                        "target": "viewLoanDetail",
                                        "url": "/v4/dashboard/detail/active"
                                    }
                                }
                            ],
                            "progressBar": [
                                {
                                    "status": "ACTIVE",
                                    "installmentNumber": 1,
                                    "color": "#4E525A"
                                },
                                {
                                    "status": "UPCOMING",
                                    "installmentNumber": 2,
                                    "color": "4E525A"
                                },
                                {
                                    "status": "PAID",
                                    "installmentNumber": 3,
                                    "color": "4E525A"
                                },
                                {
                                    "status": "PAID",
                                    "installmentNumber": 4,
                                    "color": "4E525A"
                                }
                            ]
                        }
                    ]
                },
                "bnplSection": {
                    "type": "button",
                    "title": "Buy Now, Pay Later",
                    "description": "You can use the fund to buy products using buy now pay later QR scanner.",
                    "button": {
                        "label": "Open BNPL Offering Website",
                        "action": {
                            "enabled": false,
                            "type": "url",
                            "url": "https://foneloan.hamrobazaar.com/"
                        }
                    }
                },
                "pastLoanHistorySection": {
                    "type": "button",
                    "label": "Past Loan History",
                    "action": {
                        "enabled": false,
                        "type": "navigate",
                        "target": "loan_history"
                    }
                }
            }
        }
    },
    "timestamp": "28-01-2025 05:20:41 PM"
}