LendingClub.com API 500 Error for Buying Notes on Secondary Market
问题 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 =