Application Details
Parameter | Type | Description | Mandatory/Optional |
id | String | Application ID. | Mandatory |
Key | Type | Description |
id | String | Unique identifier of application. |
maturityAmount | Number | Amount at maturity. |
maturityDate | String | Maturity date. |
fdrReference | String | Reference number for the fixed deposit receipt. |
fdrDate | String | Date of the fixed deposit receipt. |
status | String | Status of the application. Value: ["new""awaiting_payment", "awaiting_documents", "under_review", "active", "matured", "rejected"] |
schemeId | String | Identifier for the associated scheme. |
tenure | Number | Tenure of the application. |
amount | Number | Amount applied. |
payableTo | String | Payable to. Value: ["first_holder"] |
applicants | Array of Objects | Applicant information. |
applicants.salutation | String | Salutation of the applicant. Value: ["mr", "mrs", "ms"] |
applicants.firstName | String | First name of the applicant. |
applicants.middleName | String | Middle name of the applicant. |
applicants.lastName | String | Last name of the applicant. |
applicants.dateOfBirth | String | Date of birth of the applicant (ISO 8601 date format). For example, "2017-07-21" |
applicants.gender | String | Gender of the applicant. Value: ["male", "female", "transgender"] |
applicants.email | String | Email address of the applicant. |
applicants.mobile | String | Mobile number of the applicant. |
applicants.pan | String | PAN number of the applicant (10 characters). |
applicants.aadhaar | String | Aadhaar number of the applicant (12 characters). |
applicants.ckycNumber | String | ckyc number of the applicant. |
applicants.maritalStatus | String | Marital status of the applicant. Value: ["married", "unmarried", "other"] |
applicants.annualIncome | String | Annual income range of the applicant. Value: ["upto_5_lakh", "above_5_lakh_upto_10_lakh", "above_10_lakh_upto_15_lakh", "above_15_lakh_upto_25_lakh", "above_25_lakh_upto_50_lakh", "above_50_lakh_upto_1_crore", "above_1_crore"] |
applicants.occupation | String | Occupation of the applicant. Value: ["business", "agriculture", "forex_dealer", "service_public_sector", "service_private_sector", "service_government_sector", "others_professional", "others_self_employed", "others_retired", "others_housewife", "others_student", "others"] |
applicants.birthPlace | String | Place of birth of the applicant. |
applicants.birthCountry | String | Country of birth of the applicant. |
applicants.nationality | String | Nationality of the applicant. Value: ["indian"] |
applicants.spouse | Object | Details of the spouse, if applicable. |
applicants.spouse.salutation | String | Salutation of the spouse. Value: ["mr", "mrs", "ms"] |
applicants.spouse.firstName | String | First name of the spouse. |
applicants.spouse.middleName | String | Middle name of the spouse. |
applicants.spouse.lastName | String | Last name of the spouse. |
applicants.father | Object | Details of the father, if applicable. |
applicants.father.salutation | String | Salutation of the father. Value: ["mr", "mrs", "ms"] |
applicants.father.firstName | String | First name of the father. |
applicants.father.middleName | String | Middle name of the father. |
applicants.father.lastName | String | Last name of the father. |
applicants.residentialAddress | Object | Residential address of the applicant. |
applicants.residentialAddress.addressLine1 | String | Address line 1. |
applicants.residentialAddress.addressLine2 | String | Address line 2. |
applicants.residentialAddress.addressLine3 | String | Address line 3. |
applicants.residentialAddress.city | String | City |
applicants.residentialAddress.state | String | State |
applicants.residentialAddress.pincode | String | Pincode |
applicants.residentialAddress.country | String | Country |
applicants.permanentAddressSameAsResidential | Boolean | Indicates if the permanent address is the same as residential address. |
applicants.permanentAddress | Object | Permanent address of the applicant, if different from residential address. |
applicants.permanentAddress.addressLine1 | String | Address line 1. |
applicants.permanentAddress.addressLine2 | String | Address line 2. |
applicants.permanentAddress.addressLine3 | String | Address line 3. |
applicants.permanentAddress.city | String | City |
applicants.permanentAddress.state | String | State |
applicants.permanentAddress.pincode | String | Pincode |
applicants.permanentAddress.country | String | Country |
bank | Object | Bank details of applicant. |
bank.accountType | String | Type of bank account. Value: ["savings", "current"] |
bank.ifsc | String | IFSC code of the bank branch. |
bank.accountNumber | String | Account number. |
nominees | Array of Objects | Detail of nominees. |
nominees.salutation | String | Salutation of the nominee. Value: ["mr", "mrs", "ms"] |
nominees.firstName | String | First name of the nominee. |
nominees.middleName | String | Middle name of the nominee. |
nominees.lastName | String | Last name of the nominee. |
nominees.dateOfBirth | String | Date of birth of the nominee (ISO 8601 date format). For example, "2017-07-21" |
nominees.relation | String | Relation to the applicant. Value: ["brother", "sister", "father", "mother", "son", "daughter", "husband", "wife", "other"] |
nominees.guardian | Object | Guardian details of nominee. Its required if nominee is minor. |
nominees.guardian.salutation | String | Salutation of the guardian. Value: ["mr", "mrs", "ms"] |
nominees.guardian.firstName | String | First name of the guardian. |
nominees.guardian.middleName | String | Middle name of the guardian. |
nominees.guardian.lastName | String | Last name of the guardian. |
ipAddress | String | IP address of the user. |