From 100ba2fcd43fb96aa49d9cb07f3b0c122641b188 Mon Sep 17 00:00:00 2001 From: Dana Merrick Date: Wed, 16 Dec 2015 13:09:44 -0800 Subject: [PATCH] Updating README to reflect optional arguement. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53748ee0a..576fd8444 100644 --- a/README.md +++ b/README.md @@ -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