Add support for eligibility token in payments#89
Open
j027 wants to merge 6 commits intommohades:masterfrom
Open
Add support for eligibility token in payments#89j027 wants to merge 6 commits intommohades:masterfrom
j027 wants to merge 6 commits intommohades:masterfrom
Conversation
…d some adjustment and may need to add in the models, but it should be usable to grab the token for payments
…s array inside the eligibility token object
|
Hey @j027, a year later, is this PR still working for you for sending payments? It definitely gets closer than master for me, and consistently gets me this new error message (which is an improvement). This is after copying most of the header sent from my phone, minus the datadog/traceparent/tracestate bits that vary every request. Maybe those are important, not sure. |
Author
|
I’ve not touched this in a while, I know it used to work, but it’s probably best to MITM the latest app and see how it behaves. I got my Venmo account suspended when I tried to automate payments, so I kind of gave up on it after that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for eligibility tokens when making payments. It also updates the user agent to match the latest version of the venmo mobile app. It seems like the eligibility token isn't strictly needed, but this should align better with the current behavior of the mobile app.
There's probably some formatting stuff I need to clean up, so let me know how I can fix that.