Propelld

Propelld

  • Docs
  • Help

›Loan Product

API Reference

  • Getting Started

Loan Product

  • Loan Creation Flow
  • Quote

Webhooks

  • Webhooks

NACH

  • NACH

Quote

You can create loan product quote with basic details use them for applying loan.

Create Quote

You can create a quote via API.

Generic badge

Request

fieldtyperequired/optionaldesc
EmailstringrequiredEmail of Applicant
MobilestringrequiredMobile Number of Applicant
CourseIdintegerrequiredPropelld Course Id
InstituteIdintegeroptionalPropelld Institute Id that is mapped with your branch/center. If you have multiple branch/centers, this is compulsory to pass.
FirstNamestringrequiredFirst Name of Applicant
LastNamestringoptionalLast Name of Applicant
DiscountedCourseFeeintegerrequiredDiscounted Course Fee
LoanAmountintegeroptionalLoan Amount for the quote. If not provided, max financing amount for discounted course fee is considered
TenorintegeroptionalTenor of loan in months. If not provided, default tenor of the propelld product is considered
MoratoriumintegeroptionalMoratorium period of loan in months. If not provided, default moratorium of the propelld product is considered
ReferenceNumberstringoptionalAny reference number from user for referential purpose
RedirectUrlstringoptionalRedirection url after loan completion
Notesobjectoptionaljson object Contains user-defined fields, stored for reference purposes.
ParentNamestringoptionalName of Parent
ParentMobileNumberstringoptionalMobile Number of Parent
ParentEmailstringoptionalEmail Id of Parent

Response

fieldtypedesc
QuoteIdstringUnique Id for each quote creation
RedirectionUrlstringRedirection url for loan application creation

Example

Request
Response
{
"CourseId": 0,
"FirstName": "string",
"LastName": "string",
"DiscountedCourseFee": 0,
"LoanAmount": 0,
"Tenor": 0,
"Moratorium": 0,
"Email": "string",
"Mobile": 0,
"ReferenceNumber": "string",
"RedirectUrl": "string",
"Notes": {
"Key": "Value"
}
}
{
"QuoteId": "string",
"RedirectionUrl": "string"
}

Approve/Reject Quote

You can approve or reject quote using this API.

Generic badge

Request

fieldtyperequired/optionaldesc
QuoteIdstringrequiredUnique Id of the quote
ApprovedbooleanrequiredApproval status of quote. Set true to approve and false to reject

Response

fieldtypedesc
StatusUpdatedbooleanQuote Status updated or not

Example

Request
Response
{
"QuoteId": "string",
"Approved": true
}
{
"StatusUpdated": true
}

EMI Details

You can get EMI details for a given Course and Loan amount.

Generic badge

Request

fieldtyperequired/optionaldesc
CourseIdintegerrequiredPropelld Course Id
LoanAmountintegerrequiredLoan Amount

Response

fieldtypedesc
MonthlyEmiWithDecimalsfloatExact Emi in decimals
EmiTenorintegerTenure of Loan
MonthlyEmiintegerMonthly EMI (Rounded off)
MoratoriumPeriodintegerMoratorium period
MoratoriumEmiintegerMOratorium Emi (Rounded off)
MoratoriumEmiWithDecimalsfloatExact Moratorium Emi in decimals
LoanProductIdintegerLoan Product Id of Propelld

Example

Request
Response
{
"CourseId": 433,
"LoanAmount": 50000
}
[
{
"MonthlyEmiWithDecimals": 4071.9643,
"EmiTenor": 14,
"MonthlyEmi": 4072,
"MoratoriumPeriod": 4,
"MoratoriumEmi": 500,
"MoratoriumEmiWithDecimals": 500,
"LoanProductId": 476
}
]
← Loan Creation FlowWebhooks →
  • Create Quote
    • Request
    • Response
    • Example
  • Approve/Reject Quote
    • Request
    • Response
    • Example
  • EMI Details
    • Request
    • Response
    • Example
Propelld
Docs
Getting StartedLoan Creation FlowAPI Reference
Community
Twitter
More
Blog
Copyright © 2024 Propelld