Hello, I tried to integrate the Dwolla into my site, and encountered the issue while I was following https://docs.dwolla.com/transfer/#account-authorization . It seems like the issue is connected to the cookies. I use PHP and and guzzle (http://docs.guzzlephp.org) to make requests, and the problem that when I try to reach any of the following urls
https://sandbox.dwolla.com/oauth/v2/authenticate?client_id={client_id}&response_type=code&redirect_uri={redirect_uri}&scope={scope}
https://sandbox.dwolla.com/oauth/v2/token
I see the antispam page with captcha. I also tried to use Postman for debugging and Postman works fine with cookie enabled, I tried to enable cookie in guzzle as well, but it didn’t work.
Can you please assist me, since I didn’t find any instructions on your site for PHP. And your new sdk swagger-php also doesn’t have any authentication logic.
Thanks.
