post https://in.staging.decentro.tech/v2/lending/eligibility#archived
The following table contains all the parameters you might get in the response body, along with a description indicating their meaning.
Response Parameter | Description |
---|---|
decentroTxnId | A unique ID given to this check eligibility transaction by Decentro |
status | The status of the response |
responseCode | A short response code (Please Note: Response codes are deprecated and will eventually be phased out from our response bodies. If you are using them currently, please migrate your logic to the responseKey parameter instead.) |
data | The object containing the response data |
data.transactionStatus | The status of the transaction |
data.transactionDescription | The description of the transaction |
data.count | The number of lending facilities that is available for the applicant. |
data.facilities | An array of facility object that contain the data of each facility that the applicant is eligible for. |
data.facilities[i].id | The unique ID of the facility with index i |
data.facilities[i].name | The name of the facility provided by the merchant that the applicant is eligible for. |
data.facilities[i].description | The description of the facility provided by the merchant that the applicant is eligible for. |
data.facilities[i].durationDays | The total number of days that the loan will be repaid to the facility with index i |
data.facilities[i].merchant | The name of the merchant providing the facility with the index i |
data.facilities[i].emiCount | The EMI count determined by the facility with the index i |
data.facilities[i].minimumLoanRequirement | The minimum loan requirement required by the facility with the index i |
data.facilities[i].maximumLoanRequirement | The maximum loan requirement required by the facility with the index i |
data.facilities[i].processingFee | The processing fee required by the facility with the index i |
responseKey | A response key denoting the category of the response |
message | A message sent to provide more context in case of an error |