Dwolla Balance Error 307

121 views Asked by At

I'm using the official Dwolla PHP Library and trying:

$balance = $Dwolla->balance();
if(!$balance) { echo "Error: {$Dwolla->getError()} \n"; } else {
echo "Balance: $balance";}

as referenced in the Dwolla Developer Documentation, and getting:

"Request Failed. Server responded with: 307"

I know I have appropriate Oauth permissions, and if that's an HTTP response, then I believe it's a temporary redirect. What am I missing?

1

There are 1 answers

0
Michael Schonfeld On BEST ANSWER

This was fixed in the PHP library...