API Reference

Disbursal Detail Parameters

Disbursal Detail Parameters Table

Parameter NameRequiredFormatComment
dateYesDate format
DD-MMM-YYYY.

For e.g. 1 Jan 2019 should be passed as “01-Jan-2019”
Date when the disbursal is to be done.
Typically the same as today.
amountYesJSON number. (Up to 2 decimal places)Amount which is to be disbursed.
disbursal_typeYes0: Principal
1: WithHold

Note that integer vodes should be passed in the API request.
Type of disbursal, typically 0.
processing_feeNoJSON number. (Up to 2 decimal places)Processing Fee which is to be deducted while disbursal.
pre_emiNoJSON number. (Up to 2 decimal places)Pre EMI which is to be deducted while disbursal.
gstNoJSON number. (Up to 2 decimal places)GST amount which is to be deducted while disbursal.
document_chargesNoJSON number. (Up to 2 decimal places)Document charges which are collected. (If Any)
document_charges_gstNoJSON number. (Up to 2 decimal places)GST collected on the document_charges, if any.
subventionNoJSON number. (Up to 2 decimal places)Subvention amount which is to be deducted while disbursal.
subvention_gstNoJSON number. (Up to 2 decimal places)Subvention amount GST which is to be deducted while disbursal.
upfront_emiNoJSON number. (Up to 2 decimal places)Upfront EMI which is to be deducted while disbursal.
downpaymentNoJSON number. (Up to 2 decimal places)Downpayment which is collected from the customer and deposited.

Note that this differs from Upfront EMI which is deducted while disbursal.
insuranceNoJSON number. (Up to 2 decimal places)Insurance amount which is to be deducted.
couponNoJSON number. (Up to 2 decimal places)Coupon amount which is given to the customer.