m2pfintech

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.

POST
/loan/entireOutstanding/eligibility

Header Parameters

TENANT*string

Tenant identifier for the request.

Request Body

application/json

entityId?string

The entity (customer) identifier.

requestOrigin?string

Channel or origin from which the request is made.

Value in"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"
}