Skip to content

Error code 1129 - User ID was not provided #44

Answered by mmohades
dbocruzin asked this question in Q&A
Discussion options

You must be logged in to vote

The string you've provided is an username, you'll need their user ID to request money. You can search for the user, or use client.user.get_user_by_username("the username of the user you're looking for"). This method may return None if it can't find the user.
Read more here: https://github.com/mmohades/Venmo/blob/master/venmo_api/apis/user_api.py#L92

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dbocruzin
Comment options

Answer selected by dbocruzin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants