golf1052/VenmoForSlack

Add support for viewing history

golf1052 opened this issue · 1 comments

Request

Base URL: https://api.venmo.com/v1
Path: /stories/target-or-actor/
Request type: GET
Path parameters:

key value description
user_id Venmo user id
before_id Transaction id to get transactions before
limit (optional) Max transactions to get, default 20, max 50

Query parameters:

key value description
access_token Access token for user

Response
See here

Response does include transfers to and from bank

Added with a7b0903