Skip to content

Commit

Permalink
Updating README to reflect optional arguement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Merrick committed Dec 16, 2015
1 parent bd09c27 commit 100ba2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Plaid.config do |p|
end

# Exchange a Link public_token for a Plaid access_token
exchangeTokenResponse = Plaid.exchange_token('test,chase,connected')
# Optionally include an account_id
exchangeTokenResponse = Plaid.exchange_token('test,chase,connected', 'account_id')

# Use the API access_token to initialize a user
Expand Down

0 comments on commit 100ba2f

Please sign in to comment.