Get Loan Account Statement
This returns a customer's loan statement
Overview
To generate a loan statement, you have to first build the complete request url by passing loanAccountNumber, fromDate, toDate, numberofItems params to the generate loan account statement endpoint.
Then you make a get request to your complete endpoint.
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
You can check out API reference to Get Loan Account Statement
Updated about 1 year ago