Skip to main content

Transaction

GET Transaction

This is the Loan management API used to get Transactions against Loan IDs.

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

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

Response: 200
{
    "response": true,
    "data": null,
    "error": null
}