Request Method :: POST
Description-The agent can wish to cancel the loan based on the criteria decided using the Post API.
URL: https://DomainName/api/v1/loans/{loanId}?command=reject

Headers


Content-Type: application/JSON
client_id: To be shared at the time of integration
client_secret: To be shared at the time of integration

Request Body


Response Body


Get Status of Loan Account by ID


Request Method :: GET
Description-Fetch all details of any particular loan by passing entity ID, loan ID/loan account number as input. The response contains the full details related to a loan including outstanding, billed/overdue, and waived-off amounts.
URL: https://DomainName/api/v1/loans/{loanId}

Headers


Content-Type: application/JSON
client_id: To be shared at the time of integration
client_secret: To be shared at the time of integration

Response Body