You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a dedicated account that accepts venmo payment for our rent. This needs to get transferred to a bank account where the actual rent check gets sent.
If this isn't on anyone radar already, I try implementing this, in which case, pointers are welcome.
The text was updated successfully, but these errors were encountered:
You will need to do some digging and/or reverse engineering, as venmo's docs are no longer publicly available. I have tried the Wayback Machine but the particular page we need is not archived, unfortunately.
Hey @varenc@zackhsi I just put up PR #50 that gets you half way there. The part that isn't implemented is getting the bank ID, which is a UUID I found buried in an iframe on the bank transfer webpage. I've been using this for a few days now with success. If you want to piggyback on top of that, go for it.
We have a dedicated account that accepts venmo payment for our rent. This needs to get transferred to a bank account where the actual rent check gets sent.
If this isn't on anyone radar already, I try implementing this, in which case, pointers are welcome.
The text was updated successfully, but these errors were encountered: