Last updated
Last updated
POST
https://api.lenmo.app/api/v3/accepted_offers/{id}/fund/
We only fund loan using the user's balance now, not balance and bank as done previously. Validation needed for the API endpoint to work:
1. Offer has to be not processed on dwolla before; processed_on_dwolla
attribute have to be False.
2. Offer has to be Accepted
.
3. LoanRequest status has to be Offered
.
4. Borrower has a primary funding resource.
5. Investor's Balance exceeds the total_amount
attribute of the Loan.
API endpoint to fund loans for mobile users.
id*
Long
The accepted offer id to be funded.
Accept
String
The content type of the response.
Authorization*
String
The bearer token that give the user the authentication to perform this request.