get https://lender.com//?customerId=&channelCode=
Lender is meant to provide an endpoint to this specification
sample request:
Response Descriptions
Field | Field Name | Data Type | Max Length | Required | Description |
---|---|---|---|---|---|
1 | responseCode | string | true | The Code representing the status of the processing of the request. It shows whether the request to accept the offer is allowed or not. | |
2 | responseMessage | string | true | The Description of the Response Code from above. | |
3 | loan | string | true | An Object containing the details of the loan requested. | |
4 | status | ENUM | true | The Status of the Loan whether it has been paid or not, overdue or not. | |
5 | remainingAmount | Long | true | The Amount remaining for the Customer to paid that will make the loan fully paid. | |
dueDate | Date Time (UTC) | true | The Date/Time at which the Customer is expected to have paid back the loan. |