Skip to main content

Statement of Account

GET Statement of Account

This is the Loan management API used to get Statement of Account against Loan Application Numbers.

URL: {{base_url}}/loan-management/v1/statement-of-account

Request
Request Type: GET
Authorization: Bearer Token
Query Params
Key Data Type
loanId* Integer
* required Param

Response: 200
{
  "txns": [
    {
      "txn_log_id": 0,
      "created_date": "2023-03-31T09:38:40.185Z",
      "txn_date": "2023-03-31T09:38:40.185Z",
      "value_date": "2023-03-31T09:38:40.185Z",
      "txn_label": "string",
      "particulars": "string",
      "debit": 0,
      "credit": 0,
      "loan_id": 0,
      "net_balance": 0
    }
  ]
}