Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differentiating between if a transaction is payment made or payment received #13

Open
bumble-bee-chuna opened this issue Feb 12, 2023 · 4 comments

Comments

@bumble-bee-chuna
Copy link

bumble-bee-chuna commented Feb 12, 2023

Hello!

I am grabbing a transaction list through the client.user.get_user_transactions(user_id=user.id, callback=callback) method.

While going through the Transaction object, I wasn't sure what attribute denotes whether it was a payment received vs a payment was made.

Any pointers would be fabulous! Ty 😸

@navincodesalot
Copy link

@bumble-bee-chuna Wondering how you got access to the api. Where can I get a key?

@Davis8483
Copy link

@navincodesalot

You can initialize venmo in python using the following

from venmo_api import Client

# request an access token from venmo, will require sms authentication
access_token = Client.get_access_token(username="username",
                                       password="password")
# initialize venmo api
venmo = Client(access_token=access_token)

@navincodesalot
Copy link

navincodesalot commented Mar 2, 2024

Davis8483
@Davis8483
Ah so its not API key. Its your login. Just wondering is it legal use reverse engineered apis for Venmo?

@rom4ster
Copy link

Hello!

I am grabbing a transaction list through the client.user.get_user_transactions(user_id=user.id, callback=callback) method.

While going through the Transaction object, I wasn't sure what attribute denotes whether it was a payment received vs a payment was made.

Any pointers would be fabulous! Ty 😸

Negative VS positive I think????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants