API docs - JulianPasquale/venmo-api GitHub Wiki
The app has 3 endpoints.
/user/{id}/payments
POST Allows a user to transfer money to a friend.
/user/{id}/feed
GET Retrieve user and friends up to second degree payments. This endpoint is paginated with a page size of 10 elements. Each feed will have a title: “{A} paid {B} on {timestamp} - {description}”.
/user/{id}/balance
GET Contains user data and account balance.
You can find endpoints documentation here, with some request examples and their responses.