I want to be able to get transfer information by id for a transfer that happened through my application.
When OAuth’d with my application token, I cannot do this. I need to be OAuth’d with a user who is a part of that transfer.
Any way around this so that me - as my application - can see transfer details done through my application?
Also, if I just have the transfer id, I cannot get any more information and therefore do not even know the OAuth account # that I should OAuth as
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
2
You currently must receive authorization from the Dwolla account in order to access the user’s transfer data. It’s recommended to request the Transactions scope when sending the user through the OAuth flow, and store the access token/refresh token alongside the user in your database. I will pass along your feedback to our Product team with regards to fetching transaction related information with only requiring application authorization.