Get eligible transactions for loan conversion
Retrieves transactions that are eligible to be converted into a loan for the given entity. Optionally filters based on the request origin channel.
Header Parameters
Tenant identifier for the request.
Request Body
application/json
The entity (customer) identifier.
Channel or origin from which the request is made.
"DEFAULT" | "APP" | "PORTAL" | "BALANCE_TRANSFER"Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://uat-m2p-ccms.m2pfintech.com/loan/eligibility/transactions" \ -H "TENANT: string" \ -H "Content-Type: application/json" \ -d '{ "entityId": "string" }'[
{
"amount": 0,
"txnAmount": 0,
"merchantName": "string",
"extTxnId": "string",
"description": "string",
"transactionDate": "2019-08-24",
"singleEmi": {
"tenure": "string",
"interestRate": 0,
"emiAmount": 0,
"totalPayableAmount": 0,
"processingFee": 0,
"processingFeeTax": 0
},
"groupEmi": [
{
"tenure": "string",
"interestRate": 0,
"emiAmount": 0,
"totalPayableAmount": 0,
"processingFee": 0,
"processingFeeTax": 0
}
]
}
]{
"code": "string",
"message": "string",
"details": "string",
"timestamp": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string",
"details": "string",
"timestamp": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string",
"details": "string",
"timestamp": "2019-08-24T14:15:22Z"
}Get loan details by loan ID and entity ID POST
Retrieves detailed information about a specific loan identified by loanId and entityId, including amortization schedules, repayment summaries, outstanding balances, and transaction history.
Get paginated statement data for an entity POST
Returns a paginated list of statement summary records for a given entity. Results can be filtered by year and/or month. Each record contains financial totals, due amounts, reward points, and statement metadata.
