I’m using Dwolla’s drop in UI components for creating a business verified customer and everything was working on my localhost but then breaking on a staging environment.
As expected, the component is making the api call to /tokenUrl
with permissions for businessclassifications.read
. It gets a 200, then calls /business-classifications
and once again gets a 200.
However, I’ve now deployed code to a staging environment. I get a 200 response when I call /tokenUrl
for the same permissions. This time, however, when I call /business-classifications
, I get a 401 InvalidAccessToken
. What am I doing wrong?
I did find this post from a few years ago that looks similar (Invalid Access Token), however, it doesn’t look like the issue ever got resolved on that thread. Please let me know what I can do to fix this. Thank in advance for the help - really appreciate it!