Hi Gary,
One issue that I can spot is you aren't actually setting any of the URI query parameters. The variable parmString isn't used to set any information on the outgoing http_request object. According to the documentation for the Prosper invest API it looks like you need to pass them as query parameters. I recommend using our uri_builder, it should make it easy to put everything together.
Steve
One issue that I can spot is you aren't actually setting any of the URI query parameters. The variable parmString isn't used to set any information on the outgoing http_request object. According to the documentation for the Prosper invest API it looks like you need to pass them as query parameters. I recommend using our uri_builder, it should make it easy to put everything together.
Steve