Venmo icon indicating copy to clipboard operation
Venmo copied to clipboard

Venmo API client for Python

Results 15 Venmo issues
Sort by recently updated
recently updated
newest added

Currently see that cancel and get are options for payments. I fam unsure if the api supports a PUT `complete` for example, but that would be super useful. Unsure how...

enhancement

Would you be open to applying [`black`](https://github.com/psf/black) to the codebase? This would make contributions easier since there's a standard, automatic, code formatting applied :)

enhancement

Running the following code: `from venmo_api import Client` `at = Client.get_access_token(username='*****************', password='***********')` getting the following response: `Error: {'error': {'links': None, 'title': 'Error', 'code': 240, 'message': 'OAuth2 Exception: Unable to complete...

bug

How would I get the balance of my own Venmo account? I cant seem to figure it out

Added functionality for OTP to be provided by a callback function instead of the CLI for use in headless applications. Simply provide a callback function that returns a string as...

Hello! I was hoping to contribute by addressing this issue: https://github.com/mmohades/Venmo/issues/67. Thanks :)

## Quiet Variable The quiet variable, in particular, is important when being used as a library. Users might not want to see so much content. The 2FA OTP is the...

When trying to use client.payment.send_money, I get the following error message: venmo_api.models.exception.HttpCodeError: HTTP Status code is invalid. Could not make the request because -> 403 Forbidden. Error: {'error': {'code': 1384,...

Adding `after_id` parameter to User API transactions.