lending-club-api

LendingClub.com API 500 Error for Buying Notes on Secondary Market

六眼飞鱼酱① 提交于 2020-01-07 01:12:43
问题 I have been able to make API requests with other endpoints just fine, but the endpoint for making buys does not seem to work at all. It seems like it is a server error on their end, but I figured I would ask on here just in case I am making a careless mistake. I have written multiple versions of my function but this is one: function getLCInfo($endpoint, $getData = false) { $api_url = "https://api.lendingclub.com/api/investor/"; $verison = "v1"; $account_id = "12345678"; $ContentType =

LendingClub.com API Internal server Error for Buying Notes on Secondary Market

北城余情 提交于 2019-12-12 09:05:14
问题 I am attempting to buy Notes of the secondary market of Lending club and I keep getting "Internal server error". I have asked Lending club support multiple times too, but they are clueless. I also tried following this post , but no luck LendingClub.com API 500 Error for Buying Notes on Secondary Market. Please help <?php $invester_id = "516xxxxxx"; $api_key = "GVsZuxxxxxxxxx"; $ContentType = "application/json"; define("DEBUG_LENDING_API", true); $buy = buy_notes($invester_id, $api_key); print

Lending Club API with R

半世苍凉 提交于 2019-12-08 10:39:56
问题 I am trying to pull data with Lending Club's API with R: https://www.lendingclub.com/developers/lc-api.action but I am unsure how to do it. This is what I have now but I keep getting an unauthorized error. I called Lending Club for API support because it did not specify where to put the API Key, unfortunately they do not have any support for their API. They said all the information is on the website. I have an account with Lending Club and an API Key. This is my code, I added an "&api-key="

LendingClub.com API Internal server Error for Buying Notes on Secondary Market

风流意气都作罢 提交于 2019-12-04 16:50:00
I am attempting to buy Notes of the secondary market of Lending club and I keep getting "Internal server error". I have asked Lending club support multiple times too, but they are clueless. I also tried following this post , but no luck LendingClub.com API 500 Error for Buying Notes on Secondary Market . Please help <?php $invester_id = "516xxxxxx"; $api_key = "GVsZuxxxxxxxxx"; $ContentType = "application/json"; define("DEBUG_LENDING_API", true); $buy = buy_notes($invester_id, $api_key); print_r($buy);die; function buy_notes($invester_id, $api_key){ $buy_notes_url = "https://api.lendingclub