Fetch Transfer History
The investor can use this endpoint to fetch their transfer history on Lenme.
HTTPS Request
Headers
Name
Type
Description
{
"count":2,
"next":null,
"previous":null,
"results":[
{
"date":"2023-03-07",
"transactions":[
{
"transfer_status":"pending",
"transfer_type":"Fund Loans",
"transfer_amount":"-53.11",
"transfer_source_dest":"to MP",
"loan_request_id":781768,
"loan_id":837,
"borrower_id":2894
}
]
},
{
"date":"2023-03-02",
"transactions":[
{
"transfer_status":"processed",
"transfer_type":"Withdrawal",
"transfer_amount":"-20.00",
"transfer_source_dest":"to Checking",
"loan_request_id":null,
"loan_id":null,
"borrower_id":null
}
]
}
]
}Sample Request
Response Parameters
Parameter
Type
Description
Last updated