mmohades/Venmo

client.payment.send_money returns 403: Forbidden

Opened this issue · 2 comments

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?

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.'}}

Having this issue as well :(