mmohades / Venmo

Venmo API client for Python
GNU General Public License v3.0
143 stars 42 forks source link

client.payment.send_money returns 403: Forbidden #87

Open habersaat opened 3 months ago

habersaat commented 3 months ago

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, 'message': 'There was an issue with your payment. Try again later.', 'title': 'Payment Declined', 'links': []}}

Other commands seem to be working, including client.payment.request_money. Is there any known workaround for this?

raycekar commented 2 months ago

Edit:seems there is already another issue thread with my issue

similar here, api must have changed

venmo_api.models.exception.HttpCodeError: HTTP Status code is invalid. Could not make the request because -> 403 Forbidden. Error: {'error': {'code': 240, 'title': 'Error', 'links': None, 'message': 'OAuth2 Exception: Unable to complete your request. Please try again later.'}}

vishalvinjapuri commented 2 months ago

Having this issue as well :(