Skip to main content

Fetch Instrument Details ( SPDC / NACH ) for Loan Id

Screenshot 2023-04-20 at 3.00.39 PM.png


GET Instrument Details for Loan Id

The data for all the instruments (SPDC and NACH) worked with for the loan could be obtained using this API.

URL: {{base_url}}/loan-management/v1/getInstrumentalDetails

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

Response: 200

{
   "response": true,
   "data": {
      "spdc_instrument": [],
      "nach_instrument": []
   },
   "error": null
}