Skip to main content

Set Offers Request

This API is invoked by the LA to inform the lender about the offer that the borrower has chosen for a particular loan application.

Request Body
metadata object REQUIRED

Metadata specific to each API request.

version string REQUIRED
originatorOrgId string

The organisation id on the Participant Registry.

originatorParticipantId string

The participant id on the Participant Registry. This will be different for every role under the same organisation.

timestamp string REQUIRED
traceId string REQUIRED
requestId string REQUIRED

UUID used to tie request and response and for idempotency

productData object REQUIRED

Product Metadata specific to each API request.

productId string REQUIRED

The product id on the Product Registry.

productNetworkId string

The product network id on the Product Registry.

loanApplicationId string REQUIRED
offer object REQUIRED
id string REQUIRED
isMappedtoDocument boolean
documentId string
validTill date REQUIRED
terms object REQUIRED
requestedAmount float REQUIRED
currency string REQUIRED
sanctionedAmount float
netDisbursedAmount float
interestType string

Possible values: [FIXED, FLOATING]

interestRate float
annualPercentageRate float
coolingOffPeriod object
duration number REQUIRED
unit string REQUIRED

Possible values: [MONTH, DAY, YEAR]

totalRepayableAmount float
interestAmount float
description string
tenure object
duration number REQUIRED
unit string REQUIRED

Possible values: [MONTH, DAY, YEAR]

legalAgreement object
type string REQUIRED

Possible values: [TEXT, DOCUMENT_URL, REDIRECT_TO_LENDER_URL]

data string REQUIRED
documents object[]
id string
source string REQUIRED

Possible values: [GSTN, AA, FIP, FSR, FIU, USER, OTHER]

sourceIdentifier string REQUIRED
format string REQUIRED

Possible values: [JSON, DOC, IMAGE, CSV, XML, PDF, URL]

reference string REQUIRED
type string REQUIRED

Possible values: [GST_PROFILE, GSTN_B2B_INVOICE, PAN, AADHAAR, DRIVING_LICENSE, PASSPORT, OTHER]

isDataInline boolean REQUIRED
data string REQUIRED
charges object
prepayment object
chargeType string REQUIRED

Possible values: [FIXED_AMOUNT, RATE_BASED]

data object REQUIRED
rate float
amount float
applicableParameter string

Possible values: [TOTAL_LOAN_AMOUNT, OUTSTANDING_PAYABLE_AMOUNT, EMI, REPAYMENT_PRINCIPAL]

description string
url string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

bounce object
chargeType string REQUIRED

Possible values: [FIXED_AMOUNT, RATE_BASED]

data object REQUIRED
rate float
amount float
applicableParameter string

Possible values: [TOTAL_LOAN_AMOUNT, OUTSTANDING_PAYABLE_AMOUNT, EMI, REPAYMENT_PRINCIPAL]

description string
url string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

latePayment object
chargeType string REQUIRED

Possible values: [FIXED_AMOUNT, RATE_BASED]

data object REQUIRED
rate float
amount float
applicableParameter string

Possible values: [TOTAL_LOAN_AMOUNT, OUTSTANDING_PAYABLE_AMOUNT, EMI, REPAYMENT_PRINCIPAL]

description string
url string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

processing object
chargeType string REQUIRED

Possible values: [FIXED_AMOUNT, RATE_BASED]

data object REQUIRED
rate float
amount float
applicableParameter string

Possible values: [TOTAL_LOAN_AMOUNT, OUTSTANDING_PAYABLE_AMOUNT, EMI, REPAYMENT_PRINCIPAL]

description string
url string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

other object
chargeType string REQUIRED

Possible values: [FIXED_AMOUNT, RATE_BASED]

data object REQUIRED
rate float
amount float
applicableParameter string

Possible values: [TOTAL_LOAN_AMOUNT, OUTSTANDING_PAYABLE_AMOUNT, EMI, REPAYMENT_PRINCIPAL]

description string
url string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

disbursement object REQUIRED
plans object[] REQUIRED
id string REQUIRED
title string
shortDescription string
description string
paymentUrl string
payNowAllowed boolean
editPlanAllowed boolean
changeMethodAllowed boolean
automatic boolean REQUIRED
scheduleType string REQUIRED

Possible values: [RECURRING, ONE_TIME, AS_PRESENTED]

noOfInstallment number
frequency string

Possible values: [MONTHLY, WEEKLY, QUARTERLY, HALF_YEARLY, YEARLY]

tenure object
duration number REQUIRED
unit string REQUIRED

Possible values: [MONTH, DAY, YEAR]

totalAmount float REQUIRED
principal float
interestAmount float
penalty float
startDate date
status string

Possible values: [ACTIVE, INACTIVE, PENDING_AUTH]

url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

accountDetails object[]
id string
description string
status string

Possible values: [ACTIVE, INACTIVE]

accountDataType string REQUIRED

Possible values: [ACCOUNT, VPA]

data object REQUIRED
accountType string

Possible values: [CURRENT, SAVING, OVERDRAFT, ESCROW, WALLET]

accountIFSC string
accountNumber string
vpa string
maskedAccountNumber string
accountHolderName string
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

repayment object REQUIRED
plans object[] REQUIRED
id string REQUIRED
title string
shortDescription string
description string
paymentUrl string
payNowAllowed boolean
editPlanAllowed boolean
changeMethodAllowed boolean
automatic boolean REQUIRED
scheduleType string REQUIRED

Possible values: [RECURRING, ONE_TIME, AS_PRESENTED]

noOfInstallment number
frequency string

Possible values: [MONTHLY, WEEKLY, QUARTERLY, HALF_YEARLY, YEARLY]

tenure object
duration number REQUIRED
unit string REQUIRED

Possible values: [MONTH, DAY, YEAR]

totalAmount float REQUIRED
principal float
interestAmount float
penalty float
startDate date
status string

Possible values: [ACTIVE, INACTIVE, PENDING_AUTH]

url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

description string
documents object[]
id string
source string REQUIRED

Possible values: [GSTN, AA, FIP, FSR, FIU, USER, OTHER]

sourceIdentifier string REQUIRED
format string REQUIRED

Possible values: [JSON, DOC, IMAGE, CSV, XML, PDF, URL]

reference string REQUIRED
type string REQUIRED

Possible values: [GST_PROFILE, GSTN_B2B_INVOICE, PAN, AADHAAR, DRIVING_LICENSE, PASSPORT, OTHER]

isDataInline boolean REQUIRED
data string REQUIRED
url string
extensibleData object

This API schema is for additional keys & values according to specific need. User can add JSON objects as per the requirements.

Responses
200

Acknowledgement of Request Received

Schema OPTIONAL
error string
traceId string
timestamp string