Check eligibility for entire outstanding loan conversion
Checks whether the entity is eligible to convert their entire outstanding credit card balance into an EMI-based loan. Returns available tenure/interest options and eligible outstanding amounts.
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/entireOutstanding/eligibility" \ -H "TENANT: string" \ -H "Content-Type: application/json" \ -d '{}'{
"requestId": "string",
"statementAmount": 0,
"dueAmount": 0,
"eligibleAmount": 0,
"options": [
{
"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"
}Preview loan cancellation amounts POST
Calculates and returns a preview of the amounts payable or waiveable for cancelling a loan. Indicates breakdown of principal, interest, taxes, and fees based on chosen actions for interest and charges.
Fetch entity details by entity ID POST
Fetches entity (customer/account) details by the specified entity ID. NOTE: This specific endpoint path was not found in the available source code of credit-clms, credit-customer-service, or credit-service. A similar endpoint exists at /block-code/fetchByEntityId in credit-service but serves block code data, not entity data.
