Trigger Loan Acceptance Request
This API is invoked by the LA when the user agrees to the terms of the agreement.The Asynchronous response for this API should include the lender sending an OTP to the borrower’s phone number. SMS Format for the OTP [#] {6Digit OTP} is the One Time Password (OTP) to complete the loan process with {Lender Name}. {appToken} >- Eg- 467866 is the One Time Password (OTP) to complete the loan process with ABC Bank. #0aBCD7DMr7s >-
Request Body |
---|
metadata object — REQUIREDMetadata specific to each API request. version string — REQUIRED | originatorOrgId stringThe organisation id on the Participant Registry. | originatorParticipantId stringThe 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 — REQUIREDUUID used to tie request and response and for idempotency |
|
productData object — REQUIREDProduct Metadata specific to each API request. productId string — REQUIREDThe product id on the Product Registry. | productNetworkId stringThe product network id on the Product Registry. |
|
loanApplicationId string — REQUIRED |
credBlock object — REQUIREDtype string | data object | extensibleData objectThis 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 |
|