This subresource enables user to withdraw funds from the investor's account.
Operation: POST
URL: https://api.lendingclub.com/api/investor/[version]/accounts/[investor Id]/funds/withdraw
URL Parameters: Investor Id — This can be obtained from the Account Summary section on LendingClub website when a user is logged in.
Request/ Response data:
Name | Type | Nullable | Description |
---|---|---|---|
investorId | integer | No | The id of the investor account |
amount | BigDecimal | No | Withdraw Fund amount |
estimatedFundsTransferDate | Date | No | Estimated Funds Transfer Start Date |
Request Payload: JSON -
Response: JSON -
Response: XML -