The requested resource was not found for transfer

Hi. I have the following problem. I created a transfer and through the day requests information aboit it via api:

...get "https://api.dwolla.com/transfers/..."

And got error:

DwollaV2::NotFoundError: {“code”=>“NotFound”, “message”=>“The requested resource was not found.”}

further through the day requests information aboit it again and got correct response.

Why an error occurred on the first request?

hmm, this is definitely odd behavior @SnapExit. Do you happen to have the transfer Id of the transfer you were experiencing issues retrieving?

Yes. Transfer url is https://api.dwolla.com/transfers/eb667757-30c3-e611-80ea-02c4cfdff3c0

What about it?

Sorry @SnapExit for the late reply. Edit: It looks like you were attempting to lookup the transaction using an access token of an account that didn’t have access to view that transaction information. You may used the wrong access token which is likely the cause of the 404.