API docs - JulianPasquale/venmo-api GitHub Wiki

The app has 3 endpoints.

POST /user/{id}/payments

Allows a user to transfer money to a friend.

GET /user/{id}/feed

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

GET /user/{id}/balance

Contains user data and account balance.

You can find endpoints documentation here, with some request examples and their responses.