I’m trying to refresh authorization per the instructions here: https://docs.dwolla.com/#refresh-authorization.
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d '{"client_id":"mHnxNFG5nzegNr7KTPcZ0pXsDiAMtmD7GnFdl4LTwIt80xQL6a", "client_secret":"PQRzAjTEV8oJ0ye1tM4qH28iFBwJQnnGxT3EHJ9GXjeBTN1ILH", "refresh_token": "wyR9HWyOAyyipJdh1mAG1oto0lbAOyQg8M7bKbzNhEvUvpUR3w", "grant_type":"refresh_token"}' https://uat.dwolla.com/oauth/v2/token
response:
{“error”:“access_denied”,“error_description”:“Invalid application credentials.”}
